COLOR #D4E0B6

HEX: #D4E0B6
RGB: (212,224,182)

Color info

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

RGB color model

#D4E0B6 color RGB value is (212,224,182).

  • red value is 212;
  • green value is 224;
  • blue value is 182.
RGB:
(212,224,182)
(83%,88%,71%)

RGB channels and saturation

R 212 of 255 = 83%
G 224 of 255 = 88%
B 182 of 255 = 71%

212
224
182

R + G + B ~ 81%. #D4E0B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 224 + 182 = 618 (100%)
R 212 of 618 ~ 34.3%
G 224 of 618 ~ 36.25%
B 182 of 618 ~ 29.45%

%34.3
%36.25
%29.45

CMYK color model

#D4E0B6 color CMYK value is (5,0,19,12).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 12.16%
CMYK:
(5,0,19,12)
C5M0Y19K12 
(5%,0%,19%,12%)
(0.05/0.00/0.19/0.12)	

CMYK percentages

%5.36
%0
%18.75
%12.16

Codes

Color #D4E0B6 in popluar color models

D4E0B6
RGB212224182
HSL77°40.38%79.61%
HSB/HSV77°18.75%87.84%
CMYK5.36%0.00%18.75%
12.16%

Color #D4E0B6 in popluar number systems.

HEXD4E0B6
Decimal212224182
Binary110101001110000010110110
Octal324340266

Shades and tints

Shades of #D4E0B6

#D4E0B6
(212,224,182)
#C1CCA6
(193,204,166)
#AEB896
(174,184,150)
#9BA486
(155,164,134)
#889076
(136,144,118)
#757C66
(117,124,102)
#626856
(98,104,86)
#4F5446
(79,84,70)
#3C4036
(60,64,54)
#292C26
(41,44,38)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #D4E0B6

#D4E0B6
(212,224,182)
#D7E2BC
(215,226,188)
#DAE4C2
(218,228,194)
#DDE6C8
(221,230,200)
#E0E8CE
(224,232,206)
#E3EAD4
(227,234,212)
#E6ECDA
(230,236,218)
#E9EEE0
(233,238,224)
#ECF0E6
(236,240,230)
#EFF2EC
(239,242,236)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E0B6 color. Also use rgb(212,224,182) instead hex code.

Text Font Color

.myTextColor { color: #D4E0B6; }

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

This text font color is #D4E0B6.


Background Color

.myBgColor { background-color: #D4E0B6; }

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

This div background color is #D4E0B6.


Border color

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

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

This div border color is #D4E0B6.


Opacity

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

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

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

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

This text has shadow with #D4E0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E0B6 on black background.


Color preview on white background

This text has color #D4E0B6 on white background.



Black color preview on #D4E0B6 background

This text has black color on #D4E0B6 background.


White color preview on #D4E0B6 background

This text has white color on #D4E0B6 background.