COLOR #D4E6BB

HEX: #D4E6BB
RGB: (212,230,187)

Color info

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

RGB color model

#D4E6BB color RGB value is (212,230,187).

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

RGB channels and saturation

R 212 of 255 = 83%
G 230 of 255 = 90%
B 187 of 255 = 73%

212
230
187

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

Portions of RGB colors in percentages

R + G + B =
212 + 230 + 187 = 629 (100%)
R 212 of 629 ~ 33.7%
G 230 of 629 ~ 36.57%
B 187 of 629 ~ 29.73%

%33.7
%36.57
%29.73

CMYK color model

#D4E6BB color CMYK value is (8,0,19,10).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 18.70%
  • key color value is 9.80%
CMYK:
(8,0,19,10)
C8M0Y19K10 
(8%,0%,19%,10%)
(0.08/0.00/0.19/0.10)	

CMYK percentages

%7.83
%0
%18.7
%9.8

Codes

Color #D4E6BB in popluar color models

D4E6BB
RGB212230187
HSL85°46.24%81.76%
HSB/HSV85°18.70%90.20%
CMYK7.83%0.00%18.70%
9.80%

Color #D4E6BB in popluar number systems.

HEXD4E6BB
Decimal212230187
Binary110101001110011010111011
Octal324346273

Shades and tints

Shades of #D4E6BB

#D4E6BB
(212,230,187)
#C1D2AA
(193,210,170)
#AEBE99
(174,190,153)
#9BAA88
(155,170,136)
#889677
(136,150,119)
#758266
(117,130,102)
#626E55
(98,110,85)
#4F5A44
(79,90,68)
#3C4633
(60,70,51)
#293222
(41,50,34)
#161E11
(22,30,17)
#000000
(0,0,0)

Tints of #D4E6BB

#D4E6BB
(212,230,187)
#D7E8C1
(215,232,193)
#DAEAC7
(218,234,199)
#DDECCD
(221,236,205)
#E0EED3
(224,238,211)
#E3F0D9
(227,240,217)
#E6F2DF
(230,242,223)
#E9F4E5
(233,244,229)
#ECF6EB
(236,246,235)
#EFF8F1
(239,248,241)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E6BB; }

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

This text font color is #D4E6BB.


Background Color

.myBgColor { background-color: #D4E6BB; }

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

This div background color is #D4E6BB.


Border color

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

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

This div border color is #D4E6BB.


Opacity

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

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

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

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

This text has shadow with #D4E6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E6BB on black background.


Color preview on white background

This text has color #D4E6BB on white background.



Black color preview on #D4E6BB background

This text has black color on #D4E6BB background.


White color preview on #D4E6BB background

This text has white color on #D4E6BB background.