COLOR #D8EAC5

HEX: #D8EAC5 RGB: (216,234,197)

Color info

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

RGB color model

#D8EAC5 color RGB value is (216,234,197).

RGB: (216,234,197) (85%, 92%, 77%)

RGB channels and saturation

R 216 of 255 = 85%
G 234 of 255 = 92%
B 197 of 255 = 77%

216
234
197

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

Portions of RGB colors in percentages

R + G + B = 216 + 234 + 197 = 647 (100%)
R 216 of 647 ~ 33.38%
G 234 of 647 ~ 36.17%
B 197 of 647 ~ 30.45'%

%33.38
%36.17
%30.45

CMYK color model

#D8EAC5 color CMYK value is (8,0,16,8).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 15.81%
  • key color value is 8.24%
CMYK: (8,0,16,8) C8M0Y16K8 (8%,0%,16%,8%) (0.08/0.00/0.16/0.08) 

CMYK percentages

%7.69
%0
%15.81
%8.24

Codes

Color #D8EAC5 in popluar color models

D8 EA C5
RGB 216 234 197
HSL 89° 46.84% 84.51%
HSB/HSV 89° 15.81% 91.76%
CMYK 7.69% 0.00% 15.81%
8.24%

Color #D8EAC5 in popluar number systems.

HEX D8 EA C5
Decimal 216 234 197
Binary 11011000 11101010 11000101
Octal 330 352 305

Shades and tints

Shades of #D8EAC5

#D8EAC5
(216,234,197)
#C5D5B4
(197,213,180)
#B2C0A3
(178,192,163)
#9FAB92
(159,171,146)
#8C9681
(140,150,129)
#798170
(121,129,112)
#666C5F
(102,108,95)
#53574E
(83,87,78)
#40423D
(64,66,61)
#2D2D2C
(45,45,44)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #D8EAC5

#D8EAC5
(216,234,197)
#DBEBCA
(219,235,202)
#DEECCF
(222,236,207)
#E1EDD4
(225,237,212)
#E4EED9
(228,238,217)
#E7EFDE
(231,239,222)
#EAF0E3
(234,240,227)
#EDF1E8
(237,241,232)
#F0F2ED
(240,242,237)
#F3F3F2
(243,243,242)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EAC5; }

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

This text font color is #D8EAC5.

Background Color

.myBgColor { background-color: #D8EAC5; }

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

This div background color is #D8EAC5.

Border color

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

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

This div border color is #D8EAC5.

Opacity

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

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

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

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

This text has shadow with #D8EAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EAC5.

Preview

Color preview on black background

This text has color #D8EAC5 on black background.


Color preview on white background

This text has color #D8EAC5 on white background.


Black color preview on #D8EAC5 background

This text has black color on #D8EAC5 background.


White color preview on #D8EAC5 background

This text has white color on #D8EAC5 background.


Related colors

Complementary color

Complementary color for #hex is #27153A.


I love getcolorcode.com

Triadic colors

1 #C5D8EA and #EAC5D8 with #D8EAC5 are triadic colors.

2 #C5EAD8 and #EAD8C5 with #D8EAC5 are triadic colors.