COLOR #CCE9D0

HEX: #CCE9D0 RGB: (204,233,208)

Color info

#CCE9D0 contains red, green and blue colors in about the same proportion. Web safe color of #CCE9D0 is #CCFFCC (or #CFC).

RGB color model

#CCE9D0 color RGB value is (204,233,208).

RGB: (204,233,208) (80%, 91%, 82%)

RGB channels and saturation

R 204 of 255 = 80%
G 233 of 255 = 91%
B 208 of 255 = 82%

204
233
208

R + G + B ~ 84%. #CCE9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 233 + 208 = 645 (100%)
R 204 of 645 ~ 31.63%
G 233 of 645 ~ 36.12%
B 208 of 645 ~ 32.25'%

%31.63
%36.12
%32.25

CMYK color model

#CCE9D0 color CMYK value is (12,0,11,9).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 8.63%

CMYK: (12,0,11,9)
C12M0Y11K9 (12%, 0%, 11%, 9%)
(0.12 / 0.00 / 0.11 / 0.09)

CMYK percentages

%12.45
%0
%10.73
%8.63

Codes

Color #CCE9D0 in popluar color models

CC E9 D0
RGB 204 233 208
HSL 128° 39.73% 85.69%
HSB/HSV 128° 12.45% 91.37%
CMYK 12.45% 0.00% 10.73%
8.63%

Color #CCE9D0 in popluar number systems.

HEX CC E9 D0
Decimal 204 233 208
Binary 11001100 11101001 11010000
Octal 314 351 320

Shades and tints

Shades of #CCE9D0

#CCE9D0
(204,233,208)
#BAD4BE
(186,212,190)
#A8BFAC
(168,191,172)
#96AA9A
(150,170,154)
#849588
(132,149,136)
#728076
(114,128,118)
#606B64
(96,107,100)
#4E5652
(78,86,82)
#3C4140
(60,65,64)
#2A2C2E
(42,44,46)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #CCE9D0

#CCE9D0
(204,233,208)
#D0EBD4
(208,235,212)
#D4EDD8
(212,237,216)
#D8EFDC
(216,239,220)
#DCF1E0
(220,241,224)
#E0F3E4
(224,243,228)
#E4F5E8
(228,245,232)
#E8F7EC
(232,247,236)
#ECF9F0
(236,249,240)
#F0FBF4
(240,251,244)
#F4FDF8
(244,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE9D0 color. Also use rgb(204,233,208) instead hex code.

Text Font Color

.myTextColor { color: #CCE9D0; }

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

This text font color is #CCE9D0.

Background Color

.myBgColor { background-color: #CCE9D0; }

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

This div background color is #CCE9D0.

Border color

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

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

This div border color is #CCE9D0.

Opacity

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

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

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

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

This text has shadow with #CCE9D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE9D0.

Preview

Color preview on black background

This text has color #CCE9D0 on black background.


Color preview on white background

This text has color #CCE9D0 on white background.


Black color preview on #CCE9D0 background

This text has black color on #CCE9D0 background.


White color preview on #CCE9D0 background

This text has white color on #CCE9D0 background.


Related colors

Complementary color

Complementary color for #hex is #33162F.


I love getcolorcode.com

Triadic colors

1 #D0CCE9 and #E9D0CC with #CCE9D0 are triadic colors.

2 #D0E9CC and #E9CCD0 with #CCE9D0 are triadic colors.