COLOR #D8E3DA

HEX: #D8E3DA RGB: (216,227,218)

Color info

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

RGB color model

#D8E3DA color RGB value is (216,227,218).

RGB: (216,227,218) (85%, 89%, 85%)

RGB channels and saturation

R 216 of 255 = 85%
G 227 of 255 = 89%
B 218 of 255 = 85%

216
227
218

R + G + B ~ 86%. #D8E3DA is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 227 + 218 = 661 (100%)
R 216 of 661 ~ 32.68%
G 227 of 661 ~ 34.34%
B 218 of 661 ~ 32.98'%

%32.68
%34.34
%32.98

CMYK color model

#D8E3DA color CMYK value is (5,0,4,11).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 3.96%
  • key color value is 10.98%

CMYK: (5,0,4,11)
C5M0Y4K11 (5%, 0%, 4%, 11%)
(0.05 / 0.00 / 0.04 / 0.11)

CMYK percentages

%4.85
%0
%3.96
%10.98

Codes

Color #D8E3DA in popluar color models

D8 E3 DA
RGB 216 227 218
HSL 131° 16.42% 86.86%
HSB/HSV 131° 4.85% 89.02%
CMYK 4.85% 0.00% 3.96%
10.98%

Color #D8E3DA in popluar number systems.

HEX D8 E3 DA
Decimal 216 227 218
Binary 11011000 11100011 11011010
Octal 330 343 332

Shades and tints

Shades of #D8E3DA

#D8E3DA
(216,227,218)
#C5CFC7
(197,207,199)
#B2BBB4
(178,187,180)
#9FA7A1
(159,167,161)
#8C938E
(140,147,142)
#797F7B
(121,127,123)
#666B68
(102,107,104)
#535755
(83,87,85)
#404342
(64,67,66)
#2D2F2F
(45,47,47)
#1A1B1C
(26,27,28)
#000000
(0,0,0)

Tints of #D8E3DA

#D8E3DA
(216,227,218)
#DBE5DD
(219,229,221)
#DEE7E0
(222,231,224)
#E1E9E3
(225,233,227)
#E4EBE6
(228,235,230)
#E7EDE9
(231,237,233)
#EAEFEC
(234,239,236)
#EDF1EF
(237,241,239)
#F0F3F2
(240,243,242)
#F3F5F5
(243,245,245)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E3DA; }

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

This text font color is #D8E3DA.

Background Color

.myBgColor { background-color: #D8E3DA; }

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

This div background color is #D8E3DA.

Border color

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

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

This div border color is #D8E3DA.

Opacity

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

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

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

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

This text has shadow with #D8E3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E3DA.

Preview

Color preview on black background

This text has color #D8E3DA on black background.


Color preview on white background

This text has color #D8E3DA on white background.


Black color preview on #D8E3DA background

This text has black color on #D8E3DA background.


White color preview on #D8E3DA background

This text has white color on #D8E3DA background.


Related colors

Complementary color

Complementary color for #hex is #271C25.


I love getcolorcode.com

Triadic colors

1 #DAD8E3 and #E3DAD8 with #D8E3DA are triadic colors.

2 #DAE3D8 and #E3D8DA with #D8E3DA are triadic colors.