COLOR #D4E2BC

HEX: #D4E2BC
RGB: (212,226,188)

Color info

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

RGB color model

#D4E2BC color RGB value is (212,226,188).

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

RGB channels and saturation

R 212 of 255 = 83%
G 226 of 255 = 89%
B 188 of 255 = 74%

212
226
188

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

Portions of RGB colors in percentages

R + G + B =
212 + 226 + 188 = 626 (100%)
R 212 of 626 ~ 33.87%
G 226 of 626 ~ 36.1%
B 188 of 626 ~ 30.03%

%33.87
%36.1
%30.03

CMYK color model

#D4E2BC color CMYK value is (6,0,17,11).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 11.37%
CMYK:
(6,0,17,11)
C6M0Y17K11 
(6%,0%,17%,11%)
(0.06/0.00/0.17/0.11)	

CMYK percentages

%6.19
%0
%16.81
%11.37

Codes

Color #D4E2BC in popluar color models

D4E2BC
RGB212226188
HSL82°39.58%81.18%
HSB/HSV82°16.81%88.63%
CMYK6.19%0.00%16.81%
11.37%

Color #D4E2BC in popluar number systems.

HEXD4E2BC
Decimal212226188
Binary110101001110001010111100
Octal324342274

Shades and tints

Shades of #D4E2BC

#D4E2BC
(212,226,188)
#C1CEAB
(193,206,171)
#AEBA9A
(174,186,154)
#9BA689
(155,166,137)
#889278
(136,146,120)
#757E67
(117,126,103)
#626A56
(98,106,86)
#4F5645
(79,86,69)
#3C4234
(60,66,52)
#292E23
(41,46,35)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #D4E2BC

#D4E2BC
(212,226,188)
#D7E4C2
(215,228,194)
#DAE6C8
(218,230,200)
#DDE8CE
(221,232,206)
#E0EAD4
(224,234,212)
#E3ECDA
(227,236,218)
#E6EEE0
(230,238,224)
#E9F0E6
(233,240,230)
#ECF2EC
(236,242,236)
#EFF4F2
(239,244,242)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E2BC; }

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

This text font color is #D4E2BC.


Background Color

.myBgColor { background-color: #D4E2BC; }

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

This div background color is #D4E2BC.


Border color

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

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

This div border color is #D4E2BC.


Opacity

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

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

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

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

This text has shadow with #D4E2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E2BC on black background.


Color preview on white background

This text has color #D4E2BC on white background.



Black color preview on #D4E2BC background

This text has black color on #D4E2BC background.


White color preview on #D4E2BC background

This text has white color on #D4E2BC background.