COLOR #D4E1BD

HEX: #D4E1BD
RGB: (212,225,189)

Color info

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

RGB color model

#D4E1BD color RGB value is (212,225,189).

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

RGB channels and saturation

R 212 of 255 = 83%
G 225 of 255 = 88%
B 189 of 255 = 74%

212
225
189

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

Portions of RGB colors in percentages

R + G + B =
212 + 225 + 189 = 626 (100%)
R 212 of 626 ~ 33.87%
G 225 of 626 ~ 35.94%
B 189 of 626 ~ 30.19%

%33.87
%35.94
%30.19

CMYK color model

#D4E1BD color CMYK value is (6,0,16,12).

  • cyan value is 5.78%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 11.76%
CMYK:
(6,0,16,12)
C6M0Y16K12 
(6%,0%,16%,12%)
(0.06/0.00/0.16/0.12)	

CMYK percentages

%5.78
%0
%16
%11.76

Codes

Color #D4E1BD in popluar color models

D4E1BD
RGB212225189
HSL82°37.50%81.18%
HSB/HSV82°16.00%88.24%
CMYK5.78%0.00%16.00%
11.76%

Color #D4E1BD in popluar number systems.

HEXD4E1BD
Decimal212225189
Binary110101001110000110111101
Octal324341275

Shades and tints

Shades of #D4E1BD

#D4E1BD
(212,225,189)
#C1CDAC
(193,205,172)
#AEB99B
(174,185,155)
#9BA58A
(155,165,138)
#889179
(136,145,121)
#757D68
(117,125,104)
#626957
(98,105,87)
#4F5546
(79,85,70)
#3C4135
(60,65,53)
#292D24
(41,45,36)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #D4E1BD

#D4E1BD
(212,225,189)
#D7E3C3
(215,227,195)
#DAE5C9
(218,229,201)
#DDE7CF
(221,231,207)
#E0E9D5
(224,233,213)
#E3EBDB
(227,235,219)
#E6EDE1
(230,237,225)
#E9EFE7
(233,239,231)
#ECF1ED
(236,241,237)
#EFF3F3
(239,243,243)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E1BD; }

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

This text font color is #D4E1BD.


Background Color

.myBgColor { background-color: #D4E1BD; }

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

This div background color is #D4E1BD.


Border color

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

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

This div border color is #D4E1BD.


Opacity

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

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

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

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

This text has shadow with #D4E1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E1BD on black background.


Color preview on white background

This text has color #D4E1BD on white background.



Black color preview on #D4E1BD background

This text has black color on #D4E1BD background.


White color preview on #D4E1BD background

This text has white color on #D4E1BD background.