COLOR #D8E6DA

HEX: #D8E6DA RGB: (216,230,218)

Color info

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

RGB color model

#D8E6DA color RGB value is (216,230,218).

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

RGB channels and saturation

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

216
230
218

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

Portions of RGB colors in percentages

R + G + B = 216 + 230 + 218 = 664 (100%)
R 216 of 664 ~ 32.53%
G 230 of 664 ~ 34.64%
B 218 of 664 ~ 32.83'%

%32.53
%34.64
%32.83

CMYK color model

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

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 9.80%

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

CMYK percentages

%6.09
%0
%5.22
%9.8

Codes

Color #D8E6DA in popluar color models

D8 E6 DA
RGB 216 230 218
HSL 129° 21.88% 87.45%
HSB/HSV 129° 6.09% 90.20%
CMYK 6.09% 0.00% 5.22%
9.80%

Color #D8E6DA in popluar number systems.

HEX D8 E6 DA
Decimal 216 230 218
Binary 11011000 11100110 11011010
Octal 330 346 332

Shades and tints

Shades of #D8E6DA

#D8E6DA
(216,230,218)
#C5D2C7
(197,210,199)
#B2BEB4
(178,190,180)
#9FAAA1
(159,170,161)
#8C968E
(140,150,142)
#79827B
(121,130,123)
#666E68
(102,110,104)
#535A55
(83,90,85)
#404642
(64,70,66)
#2D322F
(45,50,47)
#1A1E1C
(26,30,28)
#000000
(0,0,0)

Tints of #D8E6DA

#D8E6DA
(216,230,218)
#DBE8DD
(219,232,221)
#DEEAE0
(222,234,224)
#E1ECE3
(225,236,227)
#E4EEE6
(228,238,230)
#E7F0E9
(231,240,233)
#EAF2EC
(234,242,236)
#EDF4EF
(237,244,239)
#F0F6F2
(240,246,242)
#F3F8F5
(243,248,245)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E6DA; }

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

This text font color is #D8E6DA.

Background Color

.myBgColor { background-color: #D8E6DA; }

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

This div background color is #D8E6DA.

Border color

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

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

This div border color is #D8E6DA.

Opacity

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

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

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

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

This text has shadow with #D8E6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E6DA.

Preview

Color preview on black background

This text has color #D8E6DA on black background.


Color preview on white background

This text has color #D8E6DA on white background.


Black color preview on #D8E6DA background

This text has black color on #D8E6DA background.


White color preview on #D8E6DA background

This text has white color on #D8E6DA background.


Related colors

Complementary color

Complementary color for #hex is #271925.


I love getcolorcode.com

Triadic colors

1 #DAD8E6 and #E6DAD8 with #D8E6DA are triadic colors.

2 #DAE6D8 and #E6D8DA with #D8E6DA are triadic colors.