COLOR #CCE5D8

HEX: #CCE5D8 RGB: (204,229,216)

Color info

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

RGB color model

#CCE5D8 color RGB value is (204,229,216).

RGB: (204,229,216) (80%, 90%, 85%)

RGB channels and saturation

R 204 of 255 = 80%
G 229 of 255 = 90%
B 216 of 255 = 85%

204
229
216

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

Portions of RGB colors in percentages

R + G + B = 204 + 229 + 216 = 649 (100%)
R 204 of 649 ~ 31.43%
G 229 of 649 ~ 35.29%
B 216 of 649 ~ 33.28'%

%31.43
%35.29
%33.28

CMYK color model

#CCE5D8 color CMYK value is (11,0,6,10).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 10.20%

CMYK: (11,0,6,10)
C11M0Y6K10 (11%, 0%, 6%, 10%)
(0.11 / 0.00 / 0.06 / 0.10)

CMYK percentages

%10.92
%0
%5.68
%10.2

Codes

Color #CCE5D8 in popluar color models

CC E5 D8
RGB 204 229 216
HSL 149° 32.47% 84.90%
HSB/HSV 149° 10.92% 89.80%
CMYK 10.92% 0.00% 5.68%
10.20%

Color #CCE5D8 in popluar number systems.

HEX CC E5 D8
Decimal 204 229 216
Binary 11001100 11100101 11011000
Octal 314 345 330

Shades and tints

Shades of #CCE5D8

#CCE5D8
(204,229,216)
#BAD1C5
(186,209,197)
#A8BDB2
(168,189,178)
#96A99F
(150,169,159)
#84958C
(132,149,140)
#728179
(114,129,121)
#606D66
(96,109,102)
#4E5953
(78,89,83)
#3C4540
(60,69,64)
#2A312D
(42,49,45)
#181D1A
(24,29,26)
#000000
(0,0,0)

Tints of #CCE5D8

#CCE5D8
(204,229,216)
#D0E7DB
(208,231,219)
#D4E9DE
(212,233,222)
#D8EBE1
(216,235,225)
#DCEDE4
(220,237,228)
#E0EFE7
(224,239,231)
#E4F1EA
(228,241,234)
#E8F3ED
(232,243,237)
#ECF5F0
(236,245,240)
#F0F7F3
(240,247,243)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE5D8 color. Also use rgb(204,229,216) instead hex code.

Text Font Color

.myTextColor { color: #CCE5D8; }

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

This text font color is #CCE5D8.

Background Color

.myBgColor { background-color: #CCE5D8; }

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

This div background color is #CCE5D8.

Border color

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

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

This div border color is #CCE5D8.

Opacity

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

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

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

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

This text has shadow with #CCE5D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE5D8.

Preview

Color preview on black background

This text has color #CCE5D8 on black background.


Color preview on white background

This text has color #CCE5D8 on white background.


Black color preview on #CCE5D8 background

This text has black color on #CCE5D8 background.


White color preview on #CCE5D8 background

This text has white color on #CCE5D8 background.


Related colors

Complementary color

Complementary color for #hex is #331A27.


I love getcolorcode.com

Triadic colors

1 #D8CCE5 and #E5D8CC with #CCE5D8 are triadic colors.

2 #D8E5CC and #E5CCD8 with #CCE5D8 are triadic colors.