COLOR #CCE5EB

HEX: #CCE5EB
RGB: (204,229,235)

Color info

#CCE5EB contains red, green and blue colors in about the same proportion. Web safe color of #CCE5EB is #CCCCFF (or #CCF).

RGB color model

#CCE5EB color RGB value is (204,229,235).

  • red value is 204;
  • green value is 229;
  • blue value is 235.
RGB:
(204,229,235)
(80%,90%,92%)

RGB channels and saturation

R 204 of 255 = 80%
G 229 of 255 = 90%
B 235 of 255 = 92%

204
229
235

R + G + B ~ 87%. #CCE5EB is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 229 + 235 = 668 (100%)
R 204 of 668 ~ 30.54%
G 229 of 668 ~ 34.28%
B 235 of 668 ~ 35.18%

%30.54
%34.28
%35.18

CMYK color model

#CCE5EB color CMYK value is (13,3,0,8).

  • cyan value is 13.19%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(13,3,0,8)
C13M3Y0K8 
(13%,3%,0%,8%)
(0.13/0.03/0.00/0.08)	

CMYK percentages

%13.19
%2.55
%0
%7.84

Codes

Color #CCE5EB in popluar color models

CCE5EB
RGB204229235
HSL192°43.66%86.08%
HSB/HSV192°13.19%92.16%
CMYK13.19%2.55%0.00%
7.84%

Color #CCE5EB in popluar number systems.

HEXCCE5EB
Decimal204229235
Binary110011001110010111101011
Octal314345353

Shades and tints

Shades of #CCE5EB

#CCE5EB
(204,229,235)
#BAD1D6
(186,209,214)
#A8BDC1
(168,189,193)
#96A9AC
(150,169,172)
#849597
(132,149,151)
#728182
(114,129,130)
#606D6D
(96,109,109)
#4E5958
(78,89,88)
#3C4543
(60,69,67)
#2A312E
(42,49,46)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #CCE5EB

#CCE5EB
(204,229,235)
#D0E7EC
(208,231,236)
#D4E9ED
(212,233,237)
#D8EBEE
(216,235,238)
#DCEDEF
(220,237,239)
#E0EFF0
(224,239,240)
#E4F1F1
(228,241,241)
#E8F3F2
(232,243,242)
#ECF5F3
(236,245,243)
#F0F7F4
(240,247,244)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE5EB color. Also use rgb(204,229,235) instead hex code.

Text Font Color

.myTextColor { color: #CCE5EB; }

<p style="color:#CCE5EB">This sample text font color is #CCE5EB.</p>

This text font color is #CCE5EB.


Background Color

.myBgColor { background-color: #CCE5EB; }

<div style="background-color:#CCE5EB">Inner text</div>

This div background color is #CCE5EB.


Border color

.myBorderColor { border: 1px solid #CCE5EB; }

<div style="border:3px solid #CCE5EB">Div</div>

This div border color is #CCE5EB.


Opacity

.myOpacity80 { color: #CCE5EB; opacity: 0.8; }

<p style="color:#CCE5EB;opacity:0.8;">80%</p>

Text with #CCE5EB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCE5EB;}

<p style="text-shadow: 3px 3px 1px #CCE5EB">Text here.</p>

This text has shadow with #CCE5EB color.

.textShadow {text-shadow: 3px 3px 1px #CCE5EB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCE5EB, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCE5EB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCE5EB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCE5EB, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCE5EB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CCE5EB;
  -webkit-box-shadow:	1px 1px 3px 2px #CCE5EB;
  box-shadow:		1px 1px 3px 2px #CCE5EB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCE5EB;
-webkit-box-shadow: 1px 1px 3px 2px #CCE5EB;
box-shadow:1px 1px 3px 2px #CCE5EB;">
Div content here</div>
This div box has shadow with color #CCE5EB.

Preview

Color preview on black background

This text has color #CCE5EB on black background.


Color preview on white background

This text has color #CCE5EB on white background.



Black color preview on #CCE5EB background

This text has black color on #CCE5EB background.


White color preview on #CCE5EB background

This text has white color on #CCE5EB background.