COLOR #CCDECC

HEX: #CCDECC RGB: (204,222,204)

Color info

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

RGB color model

#CCDECC color RGB value is (204,222,204).

RGB: (204,222,204) (80%, 87%, 80%)

RGB channels and saturation

R 204 of 255 = 80%
G 222 of 255 = 87%
B 204 of 255 = 80%

204
222
204

R + G + B ~ 82%. #CCDECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 222 + 204 = 630 (100%)
R 204 of 630 ~ 32.38%
G 222 of 630 ~ 35.24%
B 204 of 630 ~ 32.38'%

%32.38
%35.24
%32.38

CMYK color model

#CCDECC color CMYK value is (8,0,8,13).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 12.94%

CMYK: (8,0,8,13)
C8M0Y8K13 (8%, 0%, 8%, 13%)
(0.08 / 0.00 / 0.08 / 0.13)

CMYK percentages

%8.11
%0
%8.11
%12.94

Codes

Color #CCDECC in popluar color models

CC DE CC
RGB 204 222 204
HSL 120° 21.43% 83.53%
HSB/HSV 120° 8.11% 87.06%
CMYK 8.11% 0.00% 8.11%
12.94%

Color #CCDECC in popluar number systems.

HEX CC DE CC
Decimal 204 222 204
Binary 11001100 11011110 11001100
Octal 314 336 314

Shades and tints

Shades of #CCDECC

#CCDECC
(204,222,204)
#BACABA
(186,202,186)
#A8B6A8
(168,182,168)
#96A296
(150,162,150)
#848E84
(132,142,132)
#727A72
(114,122,114)
#606660
(96,102,96)
#4E524E
(78,82,78)
#3C3E3C
(60,62,60)
#2A2A2A
(42,42,42)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #CCDECC

#CCDECC
(204,222,204)
#D0E1D0
(208,225,208)
#D4E4D4
(212,228,212)
#D8E7D8
(216,231,216)
#DCEADC
(220,234,220)
#E0EDE0
(224,237,224)
#E4F0E4
(228,240,228)
#E8F3E8
(232,243,232)
#ECF6EC
(236,246,236)
#F0F9F0
(240,249,240)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDECC; }

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

This text font color is #CCDECC.

Background Color

.myBgColor { background-color: #CCDECC; }

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

This div background color is #CCDECC.

Border color

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

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

This div border color is #CCDECC.

Opacity

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

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

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

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

This text has shadow with #CCDECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDECC.

Preview

Color preview on black background

This text has color #CCDECC on black background.


Color preview on white background

This text has color #CCDECC on white background.


Black color preview on #CCDECC background

This text has black color on #CCDECC background.


White color preview on #CCDECC background

This text has white color on #CCDECC background.


Related colors

Complementary color

Complementary color for #hex is #332133.


I love getcolorcode.com

Triadic colors

1 #CCCCDE and #DECCCC with #CCDECC are triadic colors.

2 #CCDECC and #DECCCC with #CCDECC are triadic colors.