COLOR #D4EADB

HEX: #D4EADB RGB: (212,234,219)

Color info

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

RGB color model

#D4EADB color RGB value is (212,234,219).

RGB: (212,234,219) (83%, 92%, 86%)

RGB channels and saturation

R 212 of 255 = 83%
G 234 of 255 = 92%
B 219 of 255 = 86%

212
234
219

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

Portions of RGB colors in percentages

R + G + B = 212 + 234 + 219 = 665 (100%)
R 212 of 665 ~ 31.88%
G 234 of 665 ~ 35.19%
B 219 of 665 ~ 32.93'%

%31.88
%35.19
%32.93

CMYK color model

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

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 8.24%

CMYK: (9,0,6,8)
C9M0Y6K8 (9%, 0%, 6%, 8%)
(0.09 / 0.00 / 0.06 / 0.08)

CMYK percentages

%9.4
%0
%6.41
%8.24

Codes

Color #D4EADB in popluar color models

D4 EA DB
RGB 212 234 219
HSL 139° 34.38% 87.45%
HSB/HSV 139° 9.40% 91.76%
CMYK 9.40% 0.00% 6.41%
8.24%

Color #D4EADB in popluar number systems.

HEX D4 EA DB
Decimal 212 234 219
Binary 11010100 11101010 11011011
Octal 324 352 333

Shades and tints

Shades of #D4EADB

#D4EADB
(212,234,219)
#C1D5C8
(193,213,200)
#AEC0B5
(174,192,181)
#9BABA2
(155,171,162)
#88968F
(136,150,143)
#75817C
(117,129,124)
#626C69
(98,108,105)
#4F5756
(79,87,86)
#3C4243
(60,66,67)
#292D30
(41,45,48)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #D4EADB

#D4EADB
(212,234,219)
#D7EBDE
(215,235,222)
#DAECE1
(218,236,225)
#DDEDE4
(221,237,228)
#E0EEE7
(224,238,231)
#E3EFEA
(227,239,234)
#E6F0ED
(230,240,237)
#E9F1F0
(233,241,240)
#ECF2F3
(236,242,243)
#EFF3F6
(239,243,246)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EADB; }

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

This text font color is #D4EADB.

Background Color

.myBgColor { background-color: #D4EADB; }

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

This div background color is #D4EADB.

Border color

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

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

This div border color is #D4EADB.

Opacity

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

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

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

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

This text has shadow with #D4EADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EADB.

Preview

Color preview on black background

This text has color #D4EADB on black background.


Color preview on white background

This text has color #D4EADB on white background.


Black color preview on #D4EADB background

This text has black color on #D4EADB background.


White color preview on #D4EADB background

This text has white color on #D4EADB background.


Related colors

Complementary color

Complementary color for #hex is #2B1524.


I love getcolorcode.com

Triadic colors

1 #DBD4EA and #EADBD4 with #D4EADB are triadic colors.

2 #DBEAD4 and #EAD4DB with #D4EADB are triadic colors.