COLOR #D8EDCC

HEX: #D8EDCC RGB: (216,237,204)

Color info

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

RGB color model

#D8EDCC color RGB value is (216,237,204).

RGB: (216,237,204) (85%, 93%, 80%)

RGB channels and saturation

R 216 of 255 = 85%
G 237 of 255 = 93%
B 204 of 255 = 80%

216
237
204

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

Portions of RGB colors in percentages

R + G + B = 216 + 237 + 204 = 657 (100%)
R 216 of 657 ~ 32.88%
G 237 of 657 ~ 36.07%
B 204 of 657 ~ 31.05'%

%32.88
%36.07
%31.05

CMYK color model

#D8EDCC color CMYK value is (9,0,14,7).

  • cyan value is 8.86%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 7.06%

CMYK: (9,0,14,7)
C9M0Y14K7 (9%, 0%, 14%, 7%)
(0.09 / 0.00 / 0.14 / 0.07)

CMYK percentages

%8.86
%0
%13.92
%7.06

Codes

Color #D8EDCC in popluar color models

D8 ED CC
RGB 216 237 204
HSL 98° 47.83% 86.47%
HSB/HSV 98° 13.92% 92.94%
CMYK 8.86% 0.00% 13.92%
7.06%

Color #D8EDCC in popluar number systems.

HEX D8 ED CC
Decimal 216 237 204
Binary 11011000 11101101 11001100
Octal 330 355 314

Shades and tints

Shades of #D8EDCC

#D8EDCC
(216,237,204)
#C5D8BA
(197,216,186)
#B2C3A8
(178,195,168)
#9FAE96
(159,174,150)
#8C9984
(140,153,132)
#798472
(121,132,114)
#666F60
(102,111,96)
#535A4E
(83,90,78)
#40453C
(64,69,60)
#2D302A
(45,48,42)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #D8EDCC

#D8EDCC
(216,237,204)
#DBEED0
(219,238,208)
#DEEFD4
(222,239,212)
#E1F0D8
(225,240,216)
#E4F1DC
(228,241,220)
#E7F2E0
(231,242,224)
#EAF3E4
(234,243,228)
#EDF4E8
(237,244,232)
#F0F5EC
(240,245,236)
#F3F6F0
(243,246,240)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EDCC; }

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

This text font color is #D8EDCC.

Background Color

.myBgColor { background-color: #D8EDCC; }

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

This div background color is #D8EDCC.

Border color

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

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

This div border color is #D8EDCC.

Opacity

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

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

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

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

This text has shadow with #D8EDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EDCC.

Preview

Color preview on black background

This text has color #D8EDCC on black background.


Color preview on white background

This text has color #D8EDCC on white background.


Black color preview on #D8EDCC background

This text has black color on #D8EDCC background.


White color preview on #D8EDCC background

This text has white color on #D8EDCC background.


Related colors

Complementary color

Complementary color for #hex is #271233.


I love getcolorcode.com

Triadic colors

1 #CCD8ED and #EDCCD8 with #D8EDCC are triadic colors.

2 #CCEDD8 and #EDD8CC with #D8EDCC are triadic colors.