COLOR #D8EAC7

HEX: #D8EAC7 RGB: (216,234,199)

Color info

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

RGB color model

#D8EAC7 color RGB value is (216,234,199).

RGB: (216,234,199) (85%, 92%, 78%)

RGB channels and saturation

R 216 of 255 = 85%
G 234 of 255 = 92%
B 199 of 255 = 78%

216
234
199

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

Portions of RGB colors in percentages

R + G + B = 216 + 234 + 199 = 649 (100%)
R 216 of 649 ~ 33.28%
G 234 of 649 ~ 36.06%
B 199 of 649 ~ 30.66'%

%33.28
%36.06
%30.66

CMYK color model

#D8EAC7 color CMYK value is (8,0,15,8).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 14.96%
  • key color value is 8.24%

CMYK: (8,0,15,8)
C8M0Y15K8 (8%, 0%, 15%, 8%)
(0.08 / 0.00 / 0.15 / 0.08)

CMYK percentages

%7.69
%0
%14.96
%8.24

Codes

Color #D8EAC7 in popluar color models

D8 EA C7
RGB 216 234 199
HSL 91° 45.45% 84.90%
HSB/HSV 91° 14.96% 91.76%
CMYK 7.69% 0.00% 14.96%
8.24%

Color #D8EAC7 in popluar number systems.

HEX D8 EA C7
Decimal 216 234 199
Binary 11011000 11101010 11000111
Octal 330 352 307

Shades and tints

Shades of #D8EAC7

#D8EAC7
(216,234,199)
#C5D5B5
(197,213,181)
#B2C0A3
(178,192,163)
#9FAB91
(159,171,145)
#8C967F
(140,150,127)
#79816D
(121,129,109)
#666C5B
(102,108,91)
#535749
(83,87,73)
#404237
(64,66,55)
#2D2D25
(45,45,37)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #D8EAC7

#D8EAC7
(216,234,199)
#DBEBCC
(219,235,204)
#DEECD1
(222,236,209)
#E1EDD6
(225,237,214)
#E4EEDB
(228,238,219)
#E7EFE0
(231,239,224)
#EAF0E5
(234,240,229)
#EDF1EA
(237,241,234)
#F0F2EF
(240,242,239)
#F3F3F4
(243,243,244)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EAC7; }

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

This text font color is #D8EAC7.

Background Color

.myBgColor { background-color: #D8EAC7; }

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

This div background color is #D8EAC7.

Border color

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

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

This div border color is #D8EAC7.

Opacity

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

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

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

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

This text has shadow with #D8EAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EAC7.

Preview

Color preview on black background

This text has color #D8EAC7 on black background.


Color preview on white background

This text has color #D8EAC7 on white background.


Black color preview on #D8EAC7 background

This text has black color on #D8EAC7 background.


White color preview on #D8EAC7 background

This text has white color on #D8EAC7 background.


Related colors

Complementary color

Complementary color for #hex is #271538.


I love getcolorcode.com

Triadic colors

1 #C7D8EA and #EAC7D8 with #D8EAC7 are triadic colors.

2 #C7EAD8 and #EAD8C7 with #D8EAC7 are triadic colors.