Olá Elpyaz,
Use a caixa de cor OOTB na chamada ajax.
$.ajax({type : "GET",
url : ACC.config.encodedContextPath + "controllerUrl",
success : function(response) {
ACC.colorbox.open("Título", {
html :response,
width : "1000px"
});
},
error : function(error) {
//error
}
});