COLOR #CCE7D9

HEX: #CCE7D9
RGB: (204,231,217)

Color info

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

RGB color model

#CCE7D9 color RGB value is (204,231,217).

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

RGB channels and saturation

R 204 of 255 = 80%
G 231 of 255 = 91%
B 217 of 255 = 85%

204
231
217

R + G + B ~ 85%. #CCE7D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 231 + 217 = 652 (100%)
R 204 of 652 ~ 31.29%
G 231 of 652 ~ 35.43%
B 217 of 652 ~ 33.28%

%31.29
%35.43
%33.28

CMYK color model

#CCE7D9 color CMYK value is (12,0,6,9).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 9.41%
CMYK:
(12,0,6,9)
C12M0Y6K9 
(12%,0%,6%,9%)
(0.12/0.00/0.06/0.09)	

CMYK percentages

%11.69
%0
%6.06
%9.41

Codes

Color #CCE7D9 in popluar color models

CCE7D9
RGB204231217
HSL149°36.00%85.29%
HSB/HSV149°11.69%90.59%
CMYK11.69%0.00%6.06%
9.41%

Color #CCE7D9 in popluar number systems.

HEXCCE7D9
Decimal204231217
Binary110011001110011111011001
Octal314347331

Shades and tints

Shades of #CCE7D9

#CCE7D9
(204,231,217)
#BAD2C6
(186,210,198)
#A8BDB3
(168,189,179)
#96A8A0
(150,168,160)
#84938D
(132,147,141)
#727E7A
(114,126,122)
#606967
(96,105,103)
#4E5454
(78,84,84)
#3C3F41
(60,63,65)
#2A2A2E
(42,42,46)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #CCE7D9

#CCE7D9
(204,231,217)
#D0E9DC
(208,233,220)
#D4EBDF
(212,235,223)
#D8EDE2
(216,237,226)
#DCEFE5
(220,239,229)
#E0F1E8
(224,241,232)
#E4F3EB
(228,243,235)
#E8F5EE
(232,245,238)
#ECF7F1
(236,247,241)
#F0F9F4
(240,249,244)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE7D9; }

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

This text font color is #CCE7D9.


Background Color

.myBgColor { background-color: #CCE7D9; }

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

This div background color is #CCE7D9.


Border color

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

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

This div border color is #CCE7D9.


Opacity

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

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

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

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

This text has shadow with #CCE7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE7D9 on black background.


Color preview on white background

This text has color #CCE7D9 on white background.



Black color preview on #CCE7D9 background

This text has black color on #CCE7D9 background.


White color preview on #CCE7D9 background

This text has white color on #CCE7D9 background.