COLOR #CCDEC7

HEX: #CCDEC7
RGB: (204,222,199)

Color info

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

RGB color model

#CCDEC7 color RGB value is (204,222,199).

  • red value is 204;
  • green value is 222;
  • blue value is 199.
RGB:
(204,222,199)
(80%,87%,78%)

RGB channels and saturation

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

204
222
199

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

Portions of RGB colors in percentages

R + G + B =
204 + 222 + 199 = 625 (100%)
R 204 of 625 ~ 32.64%
G 222 of 625 ~ 35.52%
B 199 of 625 ~ 31.84%

%32.64
%35.52
%31.84

CMYK color model

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

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 12.94%
CMYK:
(8,0,10,13)
C8M0Y10K13 
(8%,0%,10%,13%)
(0.08/0.00/0.10/0.13)	

CMYK percentages

%8.11
%0
%10.36
%12.94

Codes

Color #CCDEC7 in popluar color models

CCDEC7
RGB204222199
HSL107°25.84%82.55%
HSB/HSV107°10.36%87.06%
CMYK8.11%0.00%10.36%
12.94%

Color #CCDEC7 in popluar number systems.

HEXCCDEC7
Decimal204222199
Binary110011001101111011000111
Octal314336307

Shades and tints

Shades of #CCDEC7

#CCDEC7
(204,222,199)
#BACAB5
(186,202,181)
#A8B6A3
(168,182,163)
#96A291
(150,162,145)
#848E7F
(132,142,127)
#727A6D
(114,122,109)
#60665B
(96,102,91)
#4E5249
(78,82,73)
#3C3E37
(60,62,55)
#2A2A25
(42,42,37)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #CCDEC7

#CCDEC7
(204,222,199)
#D0E1CC
(208,225,204)
#D4E4D1
(212,228,209)
#D8E7D6
(216,231,214)
#DCEADB
(220,234,219)
#E0EDE0
(224,237,224)
#E4F0E5
(228,240,229)
#E8F3EA
(232,243,234)
#ECF6EF
(236,246,239)
#F0F9F4
(240,249,244)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDEC7; }

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

This text font color is #CCDEC7.


Background Color

.myBgColor { background-color: #CCDEC7; }

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

This div background color is #CCDEC7.


Border color

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

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

This div border color is #CCDEC7.


Opacity

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

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

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

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

This text has shadow with #CCDEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDEC7 on black background.


Color preview on white background

This text has color #CCDEC7 on white background.



Black color preview on #CCDEC7 background

This text has black color on #CCDEC7 background.


White color preview on #CCDEC7 background

This text has white color on #CCDEC7 background.