COLOR #D9E5B4

HEX: #D9E5B4
RGB: (217,229,180)

Color info

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

RGB color model

#D9E5B4 color RGB value is (217,229,180).

  • red value is 217;
  • green value is 229;
  • blue value is 180.
RGB:
(217,229,180)
(85%,90%,71%)

RGB channels and saturation

R 217 of 255 = 85%
G 229 of 255 = 90%
B 180 of 255 = 71%

217
229
180

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

Portions of RGB colors in percentages

R + G + B =
217 + 229 + 180 = 626 (100%)
R 217 of 626 ~ 34.66%
G 229 of 626 ~ 36.58%
B 180 of 626 ~ 28.75%

%34.66
%36.58
%28.75

CMYK color model

#D9E5B4 color CMYK value is (5,0,21,10).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 21.40%
  • key color value is 10.20%
CMYK:
(5,0,21,10)
C5M0Y21K10 
(5%,0%,21%,10%)
(0.05/0.00/0.21/0.10)	

CMYK percentages

%5.24
%0
%21.4
%10.2

Codes

Color #D9E5B4 in popluar color models

D9E5B4
RGB217229180
HSL75°48.51%80.20%
HSB/HSV75°21.40%89.80%
CMYK5.24%0.00%21.40%
10.20%

Color #D9E5B4 in popluar number systems.

HEXD9E5B4
Decimal217229180
Binary110110011110010110110100
Octal331345264

Shades and tints

Shades of #D9E5B4

#D9E5B4
(217,229,180)
#C6D1A4
(198,209,164)
#B3BD94
(179,189,148)
#A0A984
(160,169,132)
#8D9574
(141,149,116)
#7A8164
(122,129,100)
#676D54
(103,109,84)
#545944
(84,89,68)
#414534
(65,69,52)
#2E3124
(46,49,36)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #D9E5B4

#D9E5B4
(217,229,180)
#DCE7BA
(220,231,186)
#DFE9C0
(223,233,192)
#E2EBC6
(226,235,198)
#E5EDCC
(229,237,204)
#E8EFD2
(232,239,210)
#EBF1D8
(235,241,216)
#EEF3DE
(238,243,222)
#F1F5E4
(241,245,228)
#F4F7EA
(244,247,234)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E5B4 color. Also use rgb(217,229,180) instead hex code.

Text Font Color

.myTextColor { color: #D9E5B4; }

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

This text font color is #D9E5B4.


Background Color

.myBgColor { background-color: #D9E5B4; }

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

This div background color is #D9E5B4.


Border color

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

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

This div border color is #D9E5B4.


Opacity

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

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

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

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

This text has shadow with #D9E5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E5B4 on black background.


Color preview on white background

This text has color #D9E5B4 on white background.



Black color preview on #D9E5B4 background

This text has black color on #D9E5B4 background.


White color preview on #D9E5B4 background

This text has white color on #D9E5B4 background.