COLOR #CCE0CD

HEX: #CCE0CD RGB: (204,224,205)

Color info

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

RGB color model

#CCE0CD color RGB value is (204,224,205).

RGB: (204,224,205) (80%, 88%, 80%)

RGB channels and saturation

R 204 of 255 = 80%
G 224 of 255 = 88%
B 205 of 255 = 80%

204
224
205

R + G + B ~ 83%. #CCE0CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 224 + 205 = 633 (100%)
R 204 of 633 ~ 32.23%
G 224 of 633 ~ 35.39%
B 205 of 633 ~ 32.39'%

%32.23
%35.39
%32.39

CMYK color model

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

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 12.16%

CMYK: (9,0,8,12)
C9M0Y8K12 (9%, 0%, 8%, 12%)
(0.09 / 0.00 / 0.08 / 0.12)

CMYK percentages

%8.93
%0
%8.48
%12.16

Codes

Color #CCE0CD in popluar color models

CC E0 CD
RGB 204 224 205
HSL 123° 24.39% 83.92%
HSB/HSV 123° 8.93% 87.84%
CMYK 8.93% 0.00% 8.48%
12.16%

Color #CCE0CD in popluar number systems.

HEX CC E0 CD
Decimal 204 224 205
Binary 11001100 11100000 11001101
Octal 314 340 315

Shades and tints

Shades of #CCE0CD

#CCE0CD
(204,224,205)
#BACCBB
(186,204,187)
#A8B8A9
(168,184,169)
#96A497
(150,164,151)
#849085
(132,144,133)
#727C73
(114,124,115)
#606861
(96,104,97)
#4E544F
(78,84,79)
#3C403D
(60,64,61)
#2A2C2B
(42,44,43)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #CCE0CD

#CCE0CD
(204,224,205)
#D0E2D1
(208,226,209)
#D4E4D5
(212,228,213)
#D8E6D9
(216,230,217)
#DCE8DD
(220,232,221)
#E0EAE1
(224,234,225)
#E4ECE5
(228,236,229)
#E8EEE9
(232,238,233)
#ECF0ED
(236,240,237)
#F0F2F1
(240,242,241)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE0CD; }

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

This text font color is #CCE0CD.

Background Color

.myBgColor { background-color: #CCE0CD; }

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

This div background color is #CCE0CD.

Border color

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

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

This div border color is #CCE0CD.

Opacity

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

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

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

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

This text has shadow with #CCE0CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE0CD.

Preview

Color preview on black background

This text has color #CCE0CD on black background.


Color preview on white background

This text has color #CCE0CD on white background.


Black color preview on #CCE0CD background

This text has black color on #CCE0CD background.


White color preview on #CCE0CD background

This text has white color on #CCE0CD background.


Related colors

Complementary color

Complementary color for #hex is #331F32.


I love getcolorcode.com

Triadic colors

1 #CDCCE0 and #E0CDCC with #CCE0CD are triadic colors.

2 #CDE0CC and #E0CCCD with #CCE0CD are triadic colors.