COLOR #D4E0DB

HEX: #D4E0DB
RGB: (212,224,219)

Color info

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

RGB color model

#D4E0DB color RGB value is (212,224,219).

  • red value is 212;
  • green value is 224;
  • blue value is 219.
RGB:
(212,224,219)
(83%,88%,86%)

RGB channels and saturation

R 212 of 255 = 83%
G 224 of 255 = 88%
B 219 of 255 = 86%

212
224
219

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

Portions of RGB colors in percentages

R + G + B =
212 + 224 + 219 = 655 (100%)
R 212 of 655 ~ 32.37%
G 224 of 655 ~ 34.2%
B 219 of 655 ~ 33.44%

%32.37
%34.2
%33.44

CMYK color model

#D4E0DB color CMYK value is (5,0,2,12).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 12.16%
CMYK:
(5,0,2,12)
C5M0Y2K12 
(5%,0%,2%,12%)
(0.05/0.00/0.02/0.12)	

CMYK percentages

%5.36
%0
%2.23
%12.16

Codes

Color #D4E0DB in popluar color models

D4E0DB
RGB212224219
HSL155°16.22%85.49%
HSB/HSV155°5.36%87.84%
CMYK5.36%0.00%2.23%
12.16%

Color #D4E0DB in popluar number systems.

HEXD4E0DB
Decimal212224219
Binary110101001110000011011011
Octal324340333

Shades and tints

Shades of #D4E0DB

#D4E0DB
(212,224,219)
#C1CCC8
(193,204,200)
#AEB8B5
(174,184,181)
#9BA4A2
(155,164,162)
#88908F
(136,144,143)
#757C7C
(117,124,124)
#626869
(98,104,105)
#4F5456
(79,84,86)
#3C4043
(60,64,67)
#292C30
(41,44,48)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #D4E0DB

#D4E0DB
(212,224,219)
#D7E2DE
(215,226,222)
#DAE4E1
(218,228,225)
#DDE6E4
(221,230,228)
#E0E8E7
(224,232,231)
#E3EAEA
(227,234,234)
#E6ECED
(230,236,237)
#E9EEF0
(233,238,240)
#ECF0F3
(236,240,243)
#EFF2F6
(239,242,246)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E0DB; }

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

This text font color is #D4E0DB.


Background Color

.myBgColor { background-color: #D4E0DB; }

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

This div background color is #D4E0DB.


Border color

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

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

This div border color is #D4E0DB.


Opacity

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

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

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

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

This text has shadow with #D4E0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E0DB on black background.


Color preview on white background

This text has color #D4E0DB on white background.



Black color preview on #D4E0DB background

This text has black color on #D4E0DB background.


White color preview on #D4E0DB background

This text has white color on #D4E0DB background.