COLOR #CCDEC0

HEX: #CCDEC0 RGB: (204,222,192)

Color info

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

RGB color model

#CCDEC0 color RGB value is (204,222,192).

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

RGB channels and saturation

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

204
222
192

R + G + B ~ 81%. #CCDEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 222 + 192 = 618 (100%)
R 204 of 618 ~ 33.01%
G 222 of 618 ~ 35.92%
B 192 of 618 ~ 31.07'%

%33.01
%35.92
%31.07

CMYK color model

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

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 12.94%
CMYK: (8,0,14,13) C8M0Y14K13 (8%,0%,14%,13%) (0.08/0.00/0.14/0.13) 

CMYK percentages

%8.11
%0
%13.51
%12.94

Codes

Color #CCDEC0 in popluar color models

CC DE C0
RGB 204 222 192
HSL 96° 31.25% 81.18%
HSB/HSV 96° 13.51% 87.06%
CMYK 8.11% 0.00% 13.51%
12.94%

Color #CCDEC0 in popluar number systems.

HEX CC DE C0
Decimal 204 222 192
Binary 11001100 11011110 11000000
Octal 314 336 300

Shades and tints

Shades of #CCDEC0

#CCDEC0
(204,222,192)
#BACAAF
(186,202,175)
#A8B69E
(168,182,158)
#96A28D
(150,162,141)
#848E7C
(132,142,124)
#727A6B
(114,122,107)
#60665A
(96,102,90)
#4E5249
(78,82,73)
#3C3E38
(60,62,56)
#2A2A27
(42,42,39)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #CCDEC0

#CCDEC0
(204,222,192)
#D0E1C5
(208,225,197)
#D4E4CA
(212,228,202)
#D8E7CF
(216,231,207)
#DCEAD4
(220,234,212)
#E0EDD9
(224,237,217)
#E4F0DE
(228,240,222)
#E8F3E3
(232,243,227)
#ECF6E8
(236,246,232)
#F0F9ED
(240,249,237)
#F4FCF2
(244,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDEC0; }

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

This text font color is #CCDEC0.

Background Color

.myBgColor { background-color: #CCDEC0; }

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

This div background color is #CCDEC0.

Border color

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

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

This div border color is #CCDEC0.

Opacity

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

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

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

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

This text has shadow with #CCDEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDEC0.

Preview

Color preview on black background

This text has color #CCDEC0 on black background.


Color preview on white background

This text has color #CCDEC0 on white background.


Black color preview on #CCDEC0 background

This text has black color on #CCDEC0 background.


White color preview on #CCDEC0 background

This text has white color on #CCDEC0 background.


Related colors

Complementary color

Complementary color for #hex is #33213F.


I love getcolorcode.com

Triadic colors

1 #C0CCDE and #DEC0CC with #CCDEC0 are triadic colors.

2 #C0DECC and #DECCC0 with #CCDEC0 are triadic colors.