COLOR #D8EEC7

HEX: #D8EEC7 RGB: (216,238,199)

Color info

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

RGB color model

#D8EEC7 color RGB value is (216,238,199).

RGB: (216,238,199) (85%, 93%, 78%)

RGB channels and saturation

R 216 of 255 = 85%
G 238 of 255 = 93%
B 199 of 255 = 78%

216
238
199

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

Portions of RGB colors in percentages

R + G + B = 216 + 238 + 199 = 653 (100%)
R 216 of 653 ~ 33.08%
G 238 of 653 ~ 36.45%
B 199 of 653 ~ 30.47'%

%33.08
%36.45
%30.47

CMYK color model

#D8EEC7 color CMYK value is (9,0,16,7).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 6.67%

CMYK: (9,0,16,7)
C9M0Y16K7 (9%, 0%, 16%, 7%)
(0.09 / 0.00 / 0.16 / 0.07)

CMYK percentages

%9.24
%0
%16.39
%6.67

Codes

Color #D8EEC7 in popluar color models

D8 EE C7
RGB 216 238 199
HSL 94° 53.42% 85.69%
HSB/HSV 94° 16.39% 93.33%
CMYK 9.24% 0.00% 16.39%
6.67%

Color #D8EEC7 in popluar number systems.

HEX D8 EE C7
Decimal 216 238 199
Binary 11011000 11101110 11000111
Octal 330 356 307

Shades and tints

Shades of #D8EEC7

#D8EEC7
(216,238,199)
#C5D9B5
(197,217,181)
#B2C4A3
(178,196,163)
#9FAF91
(159,175,145)
#8C9A7F
(140,154,127)
#79856D
(121,133,109)
#66705B
(102,112,91)
#535B49
(83,91,73)
#404637
(64,70,55)
#2D3125
(45,49,37)
#1A1C13
(26,28,19)
#000000
(0,0,0)

Tints of #D8EEC7

#D8EEC7
(216,238,199)
#DBEFCC
(219,239,204)
#DEF0D1
(222,240,209)
#E1F1D6
(225,241,214)
#E4F2DB
(228,242,219)
#E7F3E0
(231,243,224)
#EAF4E5
(234,244,229)
#EDF5EA
(237,245,234)
#F0F6EF
(240,246,239)
#F3F7F4
(243,247,244)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EEC7 color. Also use rgb(216,238,199) instead hex code.

Text Font Color

.myTextColor { color: #D8EEC7; }

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

This text font color is #D8EEC7.

Background Color

.myBgColor { background-color: #D8EEC7; }

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

This div background color is #D8EEC7.

Border color

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

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

This div border color is #D8EEC7.

Opacity

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

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

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

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

This text has shadow with #D8EEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EEC7.

Preview

Color preview on black background

This text has color #D8EEC7 on black background.


Color preview on white background

This text has color #D8EEC7 on white background.


Black color preview on #D8EEC7 background

This text has black color on #D8EEC7 background.


White color preview on #D8EEC7 background

This text has white color on #D8EEC7 background.


Related colors

Complementary color

Complementary color for #hex is #271138.


I love getcolorcode.com

Triadic colors

1 #C7D8EE and #EEC7D8 with #D8EEC7 are triadic colors.

2 #C7EED8 and #EED8C7 with #D8EEC7 are triadic colors.