COLOR #D4E6BD

HEX: #D4E6BD
RGB: (212,230,189)

Color info

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

RGB color model

#D4E6BD color RGB value is (212,230,189).

  • red value is 212;
  • green value is 230;
  • blue value is 189.
RGB:
(212,230,189)
(83%,90%,74%)

RGB channels and saturation

R 212 of 255 = 83%
G 230 of 255 = 90%
B 189 of 255 = 74%

212
230
189

R + G + B ~ 82%. #D4E6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 230 + 189 = 631 (100%)
R 212 of 631 ~ 33.6%
G 230 of 631 ~ 36.45%
B 189 of 631 ~ 29.95%

%33.6
%36.45
%29.95

CMYK color model

#D4E6BD color CMYK value is (8,0,18,10).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 17.83%
  • key color value is 9.80%
CMYK:
(8,0,18,10)
C8M0Y18K10 
(8%,0%,18%,10%)
(0.08/0.00/0.18/0.10)	

CMYK percentages

%7.83
%0
%17.83
%9.8

Codes

Color #D4E6BD in popluar color models

D4E6BD
RGB212230189
HSL86°45.05%82.16%
HSB/HSV86°17.83%90.20%
CMYK7.83%0.00%17.83%
9.80%

Color #D4E6BD in popluar number systems.

HEXD4E6BD
Decimal212230189
Binary110101001110011010111101
Octal324346275

Shades and tints

Shades of #D4E6BD

#D4E6BD
(212,230,189)
#C1D2AC
(193,210,172)
#AEBE9B
(174,190,155)
#9BAA8A
(155,170,138)
#889679
(136,150,121)
#758268
(117,130,104)
#626E57
(98,110,87)
#4F5A46
(79,90,70)
#3C4635
(60,70,53)
#293224
(41,50,36)
#161E13
(22,30,19)
#000000
(0,0,0)

Tints of #D4E6BD

#D4E6BD
(212,230,189)
#D7E8C3
(215,232,195)
#DAEAC9
(218,234,201)
#DDECCF
(221,236,207)
#E0EED5
(224,238,213)
#E3F0DB
(227,240,219)
#E6F2E1
(230,242,225)
#E9F4E7
(233,244,231)
#ECF6ED
(236,246,237)
#EFF8F3
(239,248,243)
#F2FAF9
(242,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E6BD color. Also use rgb(212,230,189) instead hex code.

Text Font Color

.myTextColor { color: #D4E6BD; }

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

This text font color is #D4E6BD.


Background Color

.myBgColor { background-color: #D4E6BD; }

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

This div background color is #D4E6BD.


Border color

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

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

This div border color is #D4E6BD.


Opacity

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

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

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

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

This text has shadow with #D4E6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E6BD on black background.


Color preview on white background

This text has color #D4E6BD on white background.



Black color preview on #D4E6BD background

This text has black color on #D4E6BD background.


White color preview on #D4E6BD background

This text has white color on #D4E6BD background.