COLOR #D4E7DB

HEX: #D4E7DB
RGB: (212,231,219)

Color info

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

RGB color model

#D4E7DB color RGB value is (212,231,219).

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

RGB channels and saturation

R 212 of 255 = 83%
G 231 of 255 = 91%
B 219 of 255 = 86%

212
231
219

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

Portions of RGB colors in percentages

R + G + B =
212 + 231 + 219 = 662 (100%)
R 212 of 662 ~ 32.02%
G 231 of 662 ~ 34.89%
B 219 of 662 ~ 33.08%

%32.02
%34.89
%33.08

CMYK color model

#D4E7DB color CMYK value is (8,0,5,9).

  • cyan value is 8.23%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 9.41%
CMYK:
(8,0,5,9)
C8M0Y5K9 
(8%,0%,5%,9%)
(0.08/0.00/0.05/0.09)	

CMYK percentages

%8.23
%0
%5.19
%9.41

Codes

Color #D4E7DB in popluar color models

D4E7DB
RGB212231219
HSL142°28.36%86.86%
HSB/HSV142°8.23%90.59%
CMYK8.23%0.00%5.19%
9.41%

Color #D4E7DB in popluar number systems.

HEXD4E7DB
Decimal212231219
Binary110101001110011111011011
Octal324347333

Shades and tints

Shades of #D4E7DB

#D4E7DB
(212,231,219)
#C1D2C8
(193,210,200)
#AEBDB5
(174,189,181)
#9BA8A2
(155,168,162)
#88938F
(136,147,143)
#757E7C
(117,126,124)
#626969
(98,105,105)
#4F5456
(79,84,86)
#3C3F43
(60,63,67)
#292A30
(41,42,48)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #D4E7DB

#D4E7DB
(212,231,219)
#D7E9DE
(215,233,222)
#DAEBE1
(218,235,225)
#DDEDE4
(221,237,228)
#E0EFE7
(224,239,231)
#E3F1EA
(227,241,234)
#E6F3ED
(230,243,237)
#E9F5F0
(233,245,240)
#ECF7F3
(236,247,243)
#EFF9F6
(239,249,246)
#F2FBF9
(242,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E7DB; }

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

This text font color is #D4E7DB.


Background Color

.myBgColor { background-color: #D4E7DB; }

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

This div background color is #D4E7DB.


Border color

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

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

This div border color is #D4E7DB.


Opacity

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

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

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

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

This text has shadow with #D4E7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E7DB on black background.


Color preview on white background

This text has color #D4E7DB on white background.



Black color preview on #D4E7DB background

This text has black color on #D4E7DB background.


White color preview on #D4E7DB background

This text has white color on #D4E7DB background.