COLOR #D4E6BC

HEX: #D4E6BC
RGB: (212,230,188)

Color info

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

RGB color model

#D4E6BC color RGB value is (212,230,188).

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

RGB channels and saturation

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

212
230
188

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

Portions of RGB colors in percentages

R + G + B =
212 + 230 + 188 = 630 (100%)
R 212 of 630 ~ 33.65%
G 230 of 630 ~ 36.51%
B 188 of 630 ~ 29.84%

%33.65
%36.51
%29.84

CMYK color model

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

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • 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
%18.26
%9.8

Codes

Color #D4E6BC in popluar color models

D4E6BC
RGB212230188
HSL86°45.65%81.96%
HSB/HSV86°18.26%90.20%
CMYK7.83%0.00%18.26%
9.80%

Color #D4E6BC in popluar number systems.

HEXD4E6BC
Decimal212230188
Binary110101001110011010111100
Octal324346274

Shades and tints

Shades of #D4E6BC

#D4E6BC
(212,230,188)
#C1D2AB
(193,210,171)
#AEBE9A
(174,190,154)
#9BAA89
(155,170,137)
#889678
(136,150,120)
#758267
(117,130,103)
#626E56
(98,110,86)
#4F5A45
(79,90,69)
#3C4634
(60,70,52)
#293223
(41,50,35)
#161E12
(22,30,18)
#000000
(0,0,0)

Tints of #D4E6BC

#D4E6BC
(212,230,188)
#D7E8C2
(215,232,194)
#DAEAC8
(218,234,200)
#DDECCE
(221,236,206)
#E0EED4
(224,238,212)
#E3F0DA
(227,240,218)
#E6F2E0
(230,242,224)
#E9F4E6
(233,244,230)
#ECF6EC
(236,246,236)
#EFF8F2
(239,248,242)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E6BC; }

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

This text font color is #D4E6BC.


Background Color

.myBgColor { background-color: #D4E6BC; }

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

This div background color is #D4E6BC.


Border color

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

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

This div border color is #D4E6BC.


Opacity

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

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

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

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

This text has shadow with #D4E6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E6BC on black background.


Color preview on white background

This text has color #D4E6BC on white background.



Black color preview on #D4E6BC background

This text has black color on #D4E6BC background.


White color preview on #D4E6BC background

This text has white color on #D4E6BC background.