COLOR #D8EADB

HEX: #D8EADB RGB: (216,234,219)

Color info

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

RGB color model

#D8EADB color RGB value is (216,234,219).

RGB: (216,234,219) (85%, 92%, 86%)

RGB channels and saturation

R 216 of 255 = 85%
G 234 of 255 = 92%
B 219 of 255 = 86%

216
234
219

R + G + B ~ 88%. #D8EADB is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 234 + 219 = 669 (100%)
R 216 of 669 ~ 32.29%
G 234 of 669 ~ 34.98%
B 219 of 669 ~ 32.74'%

%32.29
%34.98
%32.74

CMYK color model

#D8EADB color CMYK value is (8,0,6,8).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 8.24%
CMYK: (8,0,6,8) C8M0Y6K8 (8%,0%,6%,8%) (0.08/0.00/0.06/0.08) 

CMYK percentages

%7.69
%0
%6.41
%8.24

Codes

Color #D8EADB in popluar color models

D8 EA DB
RGB 216 234 219
HSL 130° 30.00% 88.24%
HSB/HSV 130° 7.69% 91.76%
CMYK 7.69% 0.00% 6.41%
8.24%

Color #D8EADB in popluar number systems.

HEX D8 EA DB
Decimal 216 234 219
Binary 11011000 11101010 11011011
Octal 330 352 333

Shades and tints

Shades of #D8EADB

#D8EADB
(216,234,219)
#C5D5C8
(197,213,200)
#B2C0B5
(178,192,181)
#9FABA2
(159,171,162)
#8C968F
(140,150,143)
#79817C
(121,129,124)
#666C69
(102,108,105)
#535756
(83,87,86)
#404243
(64,66,67)
#2D2D30
(45,45,48)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #D8EADB

#D8EADB
(216,234,219)
#DBEBDE
(219,235,222)
#DEECE1
(222,236,225)
#E1EDE4
(225,237,228)
#E4EEE7
(228,238,231)
#E7EFEA
(231,239,234)
#EAF0ED
(234,240,237)
#EDF1F0
(237,241,240)
#F0F2F3
(240,242,243)
#F3F3F6
(243,243,246)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EADB; }

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

This text font color is #D8EADB.

Background Color

.myBgColor { background-color: #D8EADB; }

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

This div background color is #D8EADB.

Border color

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

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

This div border color is #D8EADB.

Opacity

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

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

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

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

This text has shadow with #D8EADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EADB.

Preview

Color preview on black background

This text has color #D8EADB on black background.


Color preview on white background

This text has color #D8EADB on white background.


Black color preview on #D8EADB background

This text has black color on #D8EADB background.


White color preview on #D8EADB background

This text has white color on #D8EADB background.


Related colors

Complementary color

Complementary color for #hex is #271524.


I love getcolorcode.com

Triadic colors

1 #DBD8EA and #EADBD8 with #D8EADB are triadic colors.

2 #DBEAD8 and #EAD8DB with #D8EADB are triadic colors.