COLOR #CCE9CD

HEX: #CCE9CD RGB: (204,233,205)

Color info

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

RGB color model

#CCE9CD color RGB value is (204,233,205).

RGB: (204,233,205) (80%, 91%, 80%)

RGB channels and saturation

R 204 of 255 = 80%
G 233 of 255 = 91%
B 205 of 255 = 80%

204
233
205

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

Portions of RGB colors in percentages

R + G + B = 204 + 233 + 205 = 642 (100%)
R 204 of 642 ~ 31.78%
G 233 of 642 ~ 36.29%
B 205 of 642 ~ 31.93'%

%31.78
%36.29
%31.93

CMYK color model

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

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

CMYK: (12,0,12,9)
C12M0Y12K9 (12%, 0%, 12%, 9%)
(0.12 / 0.00 / 0.12 / 0.09)

CMYK percentages

%12.45
%0
%12.02
%8.63

Codes

Color #CCE9CD in popluar color models

CC E9 CD
RGB 204 233 205
HSL 122° 39.73% 85.69%
HSB/HSV 122° 12.45% 91.37%
CMYK 12.45% 0.00% 12.02%
8.63%

Color #CCE9CD in popluar number systems.

HEX CC E9 CD
Decimal 204 233 205
Binary 11001100 11101001 11001101
Octal 314 351 315

Shades and tints

Shades of #CCE9CD

#CCE9CD
(204,233,205)
#BAD4BB
(186,212,187)
#A8BFA9
(168,191,169)
#96AA97
(150,170,151)
#849585
(132,149,133)
#728073
(114,128,115)
#606B61
(96,107,97)
#4E564F
(78,86,79)
#3C413D
(60,65,61)
#2A2C2B
(42,44,43)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #CCE9CD

#CCE9CD
(204,233,205)
#D0EBD1
(208,235,209)
#D4EDD5
(212,237,213)
#D8EFD9
(216,239,217)
#DCF1DD
(220,241,221)
#E0F3E1
(224,243,225)
#E4F5E5
(228,245,229)
#E8F7E9
(232,247,233)
#ECF9ED
(236,249,237)
#F0FBF1
(240,251,241)
#F4FDF5
(244,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE9CD; }

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

This text font color is #CCE9CD.

Background Color

.myBgColor { background-color: #CCE9CD; }

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

This div background color is #CCE9CD.

Border color

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

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

This div border color is #CCE9CD.

Opacity

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

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

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

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

This text has shadow with #CCE9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE9CD.

Preview

Color preview on black background

This text has color #CCE9CD on black background.


Color preview on white background

This text has color #CCE9CD on white background.


Black color preview on #CCE9CD background

This text has black color on #CCE9CD background.


White color preview on #CCE9CD background

This text has white color on #CCE9CD background.


Related colors

Complementary color

Complementary color for #hex is #331632.


I love getcolorcode.com

Triadic colors

1 #CDCCE9 and #E9CDCC with #CCE9CD are triadic colors.

2 #CDE9CC and #E9CCCD with #CCE9CD are triadic colors.