COLOR #D4E5B9

HEX: #D4E5B9
RGB: (212,229,185)

Color info

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

RGB color model

#D4E5B9 color RGB value is (212,229,185).

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

RGB channels and saturation

R 212 of 255 = 83%
G 229 of 255 = 90%
B 185 of 255 = 73%

212
229
185

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

Portions of RGB colors in percentages

R + G + B =
212 + 229 + 185 = 626 (100%)
R 212 of 626 ~ 33.87%
G 229 of 626 ~ 36.58%
B 185 of 626 ~ 29.55%

%33.87
%36.58
%29.55

CMYK color model

#D4E5B9 color CMYK value is (7,0,19,10).

  • cyan value is 7.42%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 10.20%
CMYK:
(7,0,19,10)
C7M0Y19K10 
(7%,0%,19%,10%)
(0.07/0.00/0.19/0.10)	

CMYK percentages

%7.42
%0
%19.21
%10.2

Codes

Color #D4E5B9 in popluar color models

D4E5B9
RGB212229185
HSL83°45.83%81.18%
HSB/HSV83°19.21%89.80%
CMYK7.42%0.00%19.21%
10.20%

Color #D4E5B9 in popluar number systems.

HEXD4E5B9
Decimal212229185
Binary110101001110010110111001
Octal324345271

Shades and tints

Shades of #D4E5B9

#D4E5B9
(212,229,185)
#C1D1A9
(193,209,169)
#AEBD99
(174,189,153)
#9BA989
(155,169,137)
#889579
(136,149,121)
#758169
(117,129,105)
#626D59
(98,109,89)
#4F5949
(79,89,73)
#3C4539
(60,69,57)
#293129
(41,49,41)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #D4E5B9

#D4E5B9
(212,229,185)
#D7E7BF
(215,231,191)
#DAE9C5
(218,233,197)
#DDEBCB
(221,235,203)
#E0EDD1
(224,237,209)
#E3EFD7
(227,239,215)
#E6F1DD
(230,241,221)
#E9F3E3
(233,243,227)
#ECF5E9
(236,245,233)
#EFF7EF
(239,247,239)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E5B9 color. Also use rgb(212,229,185) instead hex code.

Text Font Color

.myTextColor { color: #D4E5B9; }

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

This text font color is #D4E5B9.


Background Color

.myBgColor { background-color: #D4E5B9; }

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

This div background color is #D4E5B9.


Border color

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

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

This div border color is #D4E5B9.


Opacity

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

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

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

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

This text has shadow with #D4E5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E5B9 on black background.


Color preview on white background

This text has color #D4E5B9 on white background.



Black color preview on #D4E5B9 background

This text has black color on #D4E5B9 background.


White color preview on #D4E5B9 background

This text has white color on #D4E5B9 background.