COLOR #D8E5DA

HEX: #D8E5DA RGB: (216,229,218)

Color info

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

RGB color model

#D8E5DA color RGB value is (216,229,218).

RGB: (216,229,218) (85%, 90%, 85%)

RGB channels and saturation

R 216 of 255 = 85%
G 229 of 255 = 90%
B 218 of 255 = 85%

216
229
218

R + G + B ~ 87%. #D8E5DA is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 229 + 218 = 663 (100%)
R 216 of 663 ~ 32.58%
G 229 of 663 ~ 34.54%
B 218 of 663 ~ 32.88'%

%32.58
%34.54
%32.88

CMYK color model

#D8E5DA color CMYK value is (6,0,5,10).

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

CMYK: (6,0,5,10)
C6M0Y5K10 (6%, 0%, 5%, 10%)
(0.06 / 0.00 / 0.05 / 0.10)

CMYK percentages

%5.68
%0
%4.8
%10.2

Codes

Color #D8E5DA in popluar color models

D8 E5 DA
RGB 216 229 218
HSL 129° 20.00% 87.25%
HSB/HSV 129° 5.68% 89.80%
CMYK 5.68% 0.00% 4.80%
10.20%

Color #D8E5DA in popluar number systems.

HEX D8 E5 DA
Decimal 216 229 218
Binary 11011000 11100101 11011010
Octal 330 345 332

Shades and tints

Shades of #D8E5DA

#D8E5DA
(216,229,218)
#C5D1C7
(197,209,199)
#B2BDB4
(178,189,180)
#9FA9A1
(159,169,161)
#8C958E
(140,149,142)
#79817B
(121,129,123)
#666D68
(102,109,104)
#535955
(83,89,85)
#404542
(64,69,66)
#2D312F
(45,49,47)
#1A1D1C
(26,29,28)
#000000
(0,0,0)

Tints of #D8E5DA

#D8E5DA
(216,229,218)
#DBE7DD
(219,231,221)
#DEE9E0
(222,233,224)
#E1EBE3
(225,235,227)
#E4EDE6
(228,237,230)
#E7EFE9
(231,239,233)
#EAF1EC
(234,241,236)
#EDF3EF
(237,243,239)
#F0F5F2
(240,245,242)
#F3F7F5
(243,247,245)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E5DA; }

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

This text font color is #D8E5DA.

Background Color

.myBgColor { background-color: #D8E5DA; }

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

This div background color is #D8E5DA.

Border color

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

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

This div border color is #D8E5DA.

Opacity

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

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

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

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

This text has shadow with #D8E5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E5DA.

Preview

Color preview on black background

This text has color #D8E5DA on black background.


Color preview on white background

This text has color #D8E5DA on white background.


Black color preview on #D8E5DA background

This text has black color on #D8E5DA background.


White color preview on #D8E5DA background

This text has white color on #D8E5DA background.


Related colors

Complementary color

Complementary color for #hex is #271A25.


I love getcolorcode.com

Triadic colors

1 #DAD8E5 and #E5DAD8 with #D8E5DA are triadic colors.

2 #DAE5D8 and #E5D8DA with #D8E5DA are triadic colors.