COLOR #CCECD9

HEX: #CCECD9
RGB: (204,236,217)

Color info

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

RGB color model

#CCECD9 color RGB value is (204,236,217).

  • red value is 204;
  • green value is 236;
  • blue value is 217.
RGB:
(204,236,217)
(80%,93%,85%)

RGB channels and saturation

R 204 of 255 = 80%
G 236 of 255 = 93%
B 217 of 255 = 85%

204
236
217

R + G + B ~ 86%. #CCECD9 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 236 + 217 = 657 (100%)
R 204 of 657 ~ 31.05%
G 236 of 657 ~ 35.92%
B 217 of 657 ~ 33.03%

%31.05
%35.92
%33.03

CMYK color model

#CCECD9 color CMYK value is (14,0,8,7).

  • cyan value is 13.56%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 7.45%
CMYK:
(14,0,8,7)
C14M0Y8K7 
(14%,0%,8%,7%)
(0.14/0.00/0.08/0.07)	

CMYK percentages

%13.56
%0
%8.05
%7.45

Codes

Color #CCECD9 in popluar color models

CCECD9
RGB204236217
HSL144°45.71%86.27%
HSB/HSV144°13.56%92.55%
CMYK13.56%0.00%8.05%
7.45%

Color #CCECD9 in popluar number systems.

HEXCCECD9
Decimal204236217
Binary110011001110110011011001
Octal314354331

Shades and tints

Shades of #CCECD9

#CCECD9
(204,236,217)
#BAD7C6
(186,215,198)
#A8C2B3
(168,194,179)
#96ADA0
(150,173,160)
#84988D
(132,152,141)
#72837A
(114,131,122)
#606E67
(96,110,103)
#4E5954
(78,89,84)
#3C4441
(60,68,65)
#2A2F2E
(42,47,46)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #CCECD9

#CCECD9
(204,236,217)
#D0EDDC
(208,237,220)
#D4EEDF
(212,238,223)
#D8EFE2
(216,239,226)
#DCF0E5
(220,240,229)
#E0F1E8
(224,241,232)
#E4F2EB
(228,242,235)
#E8F3EE
(232,243,238)
#ECF4F1
(236,244,241)
#F0F5F4
(240,245,244)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCECD9; }

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

This text font color is #CCECD9.


Background Color

.myBgColor { background-color: #CCECD9; }

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

This div background color is #CCECD9.


Border color

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

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

This div border color is #CCECD9.


Opacity

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

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

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

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

This text has shadow with #CCECD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCECD9 on black background.


Color preview on white background

This text has color #CCECD9 on white background.



Black color preview on #CCECD9 background

This text has black color on #CCECD9 background.


White color preview on #CCECD9 background

This text has white color on #CCECD9 background.