COLOR #CCE4EC

HEX: #CCE4EC
RGB: (204,228,236)

Color info

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

RGB color model

#CCE4EC color RGB value is (204,228,236).

  • red value is 204;
  • green value is 228;
  • blue value is 236.
RGB:
(204,228,236)
(80%,89%,93%)

RGB channels and saturation

R 204 of 255 = 80%
G 228 of 255 = 89%
B 236 of 255 = 93%

204
228
236

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

Portions of RGB colors in percentages

R + G + B =
204 + 228 + 236 = 668 (100%)
R 204 of 668 ~ 30.54%
G 228 of 668 ~ 34.13%
B 236 of 668 ~ 35.33%

%30.54
%34.13
%35.33

CMYK color model

#CCE4EC color CMYK value is (14,3,0,7).

  • cyan value is 13.56%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(14,3,0,7)
C14M3Y0K7 
(14%,3%,0%,7%)
(0.14/0.03/0.00/0.07)	

CMYK percentages

%13.56
%3.39
%0
%7.45

Codes

Color #CCE4EC in popluar color models

CCE4EC
RGB204228236
HSL195°45.71%86.27%
HSB/HSV195°13.56%92.55%
CMYK13.56%3.39%0.00%
7.45%

Color #CCE4EC in popluar number systems.

HEXCCE4EC
Decimal204228236
Binary110011001110010011101100
Octal314344354

Shades and tints

Shades of #CCE4EC

#CCE4EC
(204,228,236)
#BAD0D7
(186,208,215)
#A8BCC2
(168,188,194)
#96A8AD
(150,168,173)
#849498
(132,148,152)
#728083
(114,128,131)
#606C6E
(96,108,110)
#4E5859
(78,88,89)
#3C4444
(60,68,68)
#2A302F
(42,48,47)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #CCE4EC

#CCE4EC
(204,228,236)
#D0E6ED
(208,230,237)
#D4E8EE
(212,232,238)
#D8EAEF
(216,234,239)
#DCECF0
(220,236,240)
#E0EEF1
(224,238,241)
#E4F0F2
(228,240,242)
#E8F2F3
(232,242,243)
#ECF4F4
(236,244,244)
#F0F6F5
(240,246,245)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE4EC color. Also use rgb(204,228,236) instead hex code.

Text Font Color

.myTextColor { color: #CCE4EC; }

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

This text font color is #CCE4EC.


Background Color

.myBgColor { background-color: #CCE4EC; }

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

This div background color is #CCE4EC.


Border color

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

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

This div border color is #CCE4EC.


Opacity

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

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

Text with #CCE4EC 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 #CCE4EC;}

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

This text has shadow with #CCE4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE4EC on black background.


Color preview on white background

This text has color #CCE4EC on white background.



Black color preview on #CCE4EC background

This text has black color on #CCE4EC background.


White color preview on #CCE4EC background

This text has white color on #CCE4EC background.