COLOR #CCE7D1

HEX: #CCE7D1 RGB: (204,231,209)

Color info

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

RGB color model

#CCE7D1 color RGB value is (204,231,209).

RGB: (204,231,209) (80%, 91%, 82%)

RGB channels and saturation

R 204 of 255 = 80%
G 231 of 255 = 91%
B 209 of 255 = 82%

204
231
209

R + G + B ~ 84%. #CCE7D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 231 + 209 = 644 (100%)
R 204 of 644 ~ 31.68%
G 231 of 644 ~ 35.87%
B 209 of 644 ~ 32.45'%

%31.68
%35.87
%32.45

CMYK color model

#CCE7D1 color CMYK value is (12,0,10,9).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 9.41%

CMYK: (12,0,10,9)
C12M0Y10K9 (12%, 0%, 10%, 9%)
(0.12 / 0.00 / 0.10 / 0.09)

CMYK percentages

%11.69
%0
%9.52
%9.41

Codes

Color #CCE7D1 in popluar color models

CC E7 D1
RGB 204 231 209
HSL 131° 36.00% 85.29%
HSB/HSV 131° 11.69% 90.59%
CMYK 11.69% 0.00% 9.52%
9.41%

Color #CCE7D1 in popluar number systems.

HEX CC E7 D1
Decimal 204 231 209
Binary 11001100 11100111 11010001
Octal 314 347 321

Shades and tints

Shades of #CCE7D1

#CCE7D1
(204,231,209)
#BAD2BE
(186,210,190)
#A8BDAB
(168,189,171)
#96A898
(150,168,152)
#849385
(132,147,133)
#727E72
(114,126,114)
#60695F
(96,105,95)
#4E544C
(78,84,76)
#3C3F39
(60,63,57)
#2A2A26
(42,42,38)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #CCE7D1

#CCE7D1
(204,231,209)
#D0E9D5
(208,233,213)
#D4EBD9
(212,235,217)
#D8EDDD
(216,237,221)
#DCEFE1
(220,239,225)
#E0F1E5
(224,241,229)
#E4F3E9
(228,243,233)
#E8F5ED
(232,245,237)
#ECF7F1
(236,247,241)
#F0F9F5
(240,249,245)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE7D1; }

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

This text font color is #CCE7D1.

Background Color

.myBgColor { background-color: #CCE7D1; }

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

This div background color is #CCE7D1.

Border color

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

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

This div border color is #CCE7D1.

Opacity

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

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

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

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

This text has shadow with #CCE7D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE7D1.

Preview

Color preview on black background

This text has color #CCE7D1 on black background.


Color preview on white background

This text has color #CCE7D1 on white background.


Black color preview on #CCE7D1 background

This text has black color on #CCE7D1 background.


White color preview on #CCE7D1 background

This text has white color on #CCE7D1 background.


Related colors

Complementary color

Complementary color for #hex is #33182E.


I love getcolorcode.com

Triadic colors

1 #D1CCE7 and #E7D1CC with #CCE7D1 are triadic colors.

2 #D1E7CC and #E7CCD1 with #CCE7D1 are triadic colors.