COLOR #CCE0E2

HEX: #CCE0E2 RGB: (204,224,226)

Color info

#CCE0E2 contains red, green and blue colors in about the same proportion. Web safe color of #CCE0E2 is #CCCCCC (or #CCC).

RGB color model

#CCE0E2 color RGB value is (204,224,226).

RGB: (204,224,226) (80%, 88%, 89%)

RGB channels and saturation

R 204 of 255 = 80%
G 224 of 255 = 88%
B 226 of 255 = 89%

204
224
226

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

Portions of RGB colors in percentages

R + G + B = 204 + 224 + 226 = 654 (100%)
R 204 of 654 ~ 31.19%
G 224 of 654 ~ 34.25%
B 226 of 654 ~ 34.56'%

%31.19
%34.25
%34.56

CMYK color model

#CCE0E2 color CMYK value is (10,1,0,11).

  • cyan value is 9.73%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (10,1,0,11)
C10M1Y0K11 (10%, 1%, 0%, 11%)
(0.10 / 0.01 / 0.00 / 0.11)

CMYK percentages

%9.73
%0.88
%0
%11.37

Codes

Color #CCE0E2 in popluar color models

CC E0 E2
RGB 204 224 226
HSL 185° 27.50% 84.31%
HSB/HSV 185° 9.73% 88.63%
CMYK 9.73% 0.88% 0.00%
11.37%

Color #CCE0E2 in popluar number systems.

HEX CC E0 E2
Decimal 204 224 226
Binary 11001100 11100000 11100010
Octal 314 340 342

Shades and tints

Shades of #CCE0E2

#CCE0E2
(204,224,226)
#BACCCE
(186,204,206)
#A8B8BA
(168,184,186)
#96A4A6
(150,164,166)
#849092
(132,144,146)
#727C7E
(114,124,126)
#60686A
(96,104,106)
#4E5456
(78,84,86)
#3C4042
(60,64,66)
#2A2C2E
(42,44,46)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #CCE0E2

#CCE0E2
(204,224,226)
#D0E2E4
(208,226,228)
#D4E4E6
(212,228,230)
#D8E6E8
(216,230,232)
#DCE8EA
(220,232,234)
#E0EAEC
(224,234,236)
#E4ECEE
(228,236,238)
#E8EEF0
(232,238,240)
#ECF0F2
(236,240,242)
#F0F2F4
(240,242,244)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE0E2; }

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

This text font color is #CCE0E2.

Background Color

.myBgColor { background-color: #CCE0E2; }

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

This div background color is #CCE0E2.

Border color

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

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

This div border color is #CCE0E2.

Opacity

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

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

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

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

This text has shadow with #CCE0E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE0E2.

Preview

Color preview on black background

This text has color #CCE0E2 on black background.


Color preview on white background

This text has color #CCE0E2 on white background.


Black color preview on #CCE0E2 background

This text has black color on #CCE0E2 background.


White color preview on #CCE0E2 background

This text has white color on #CCE0E2 background.


Related colors

Complementary color

Complementary color for #hex is #331F1D.


I love getcolorcode.com

Triadic colors

1 #E2CCE0 and #E0E2CC with #CCE0E2 are triadic colors.

2 #E2E0CC and #E0CCE2 with #CCE0E2 are triadic colors.