COLOR #CCE0E8

HEX: #CCE0E8 RGB: (204,224,232)

Color info

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

RGB color model

#CCE0E8 color RGB value is (204,224,232).

RGB: (204,224,232) (80%, 88%, 91%)

RGB channels and saturation

R 204 of 255 = 80%
G 224 of 255 = 88%
B 232 of 255 = 91%

204
224
232

R + G + B ~ 86%. #CCE0E8 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 224 + 232 = 660 (100%)
R 204 of 660 ~ 30.91%
G 224 of 660 ~ 33.94%
B 232 of 660 ~ 35.15'%

%30.91
%33.94
%35.15

CMYK color model

#CCE0E8 color CMYK value is (12,3,0,9).

  • cyan value is 12.07%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (12,3,0,9)
C12M3Y0K9 (12%, 3%, 0%, 9%)
(0.12 / 0.03 / 0.00 / 0.09)

CMYK percentages

%12.07
%3.45
%0
%9.02

Codes

Color #CCE0E8 in popluar color models

CC E0 E8
RGB 204 224 232
HSL 197° 37.84% 85.49%
HSB/HSV 197° 12.07% 90.98%
CMYK 12.07% 3.45% 0.00%
9.02%

Color #CCE0E8 in popluar number systems.

HEX CC E0 E8
Decimal 204 224 232
Binary 11001100 11100000 11101000
Octal 314 340 350

Shades and tints

Shades of #CCE0E8

#CCE0E8
(204,224,232)
#BACCD3
(186,204,211)
#A8B8BE
(168,184,190)
#96A4A9
(150,164,169)
#849094
(132,144,148)
#727C7F
(114,124,127)
#60686A
(96,104,106)
#4E5455
(78,84,85)
#3C4040
(60,64,64)
#2A2C2B
(42,44,43)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #CCE0E8

#CCE0E8
(204,224,232)
#D0E2EA
(208,226,234)
#D4E4EC
(212,228,236)
#D8E6EE
(216,230,238)
#DCE8F0
(220,232,240)
#E0EAF2
(224,234,242)
#E4ECF4
(228,236,244)
#E8EEF6
(232,238,246)
#ECF0F8
(236,240,248)
#F0F2FA
(240,242,250)
#F4F4FC
(244,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE0E8 color. Also use rgb(204,224,232) instead hex code.

Text Font Color

.myTextColor { color: #CCE0E8; }

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

This text font color is #CCE0E8.

Background Color

.myBgColor { background-color: #CCE0E8; }

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

This div background color is #CCE0E8.

Border color

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

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

This div border color is #CCE0E8.

Opacity

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

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

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

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

This text has shadow with #CCE0E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE0E8.

Preview

Color preview on black background

This text has color #CCE0E8 on black background.


Color preview on white background

This text has color #CCE0E8 on white background.


Black color preview on #CCE0E8 background

This text has black color on #CCE0E8 background.


White color preview on #CCE0E8 background

This text has white color on #CCE0E8 background.


Related colors

Complementary color

Complementary color for #hex is #331F17.


I love getcolorcode.com

Triadic colors

1 #E8CCE0 and #E0E8CC with #CCE0E8 are triadic colors.

2 #E8E0CC and #E0CCE8 with #CCE0E8 are triadic colors.