COLOR #D9E5B2

HEX: #D9E5B2
RGB: (217,229,178)

Color info

#D9E5B2 contains red, green and blue colors in about the same proportion. Web safe color of #D9E5B2 is #CCCC99 (or #CC9).

RGB color model

#D9E5B2 color RGB value is (217,229,178).

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

RGB channels and saturation

R 217 of 255 = 85%
G 229 of 255 = 90%
B 178 of 255 = 70%

217
229
178

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

Portions of RGB colors in percentages

R + G + B =
217 + 229 + 178 = 624 (100%)
R 217 of 624 ~ 34.78%
G 229 of 624 ~ 36.7%
B 178 of 624 ~ 28.53%

%34.78
%36.7
%28.53

CMYK color model

#D9E5B2 color CMYK value is (5,0,22,10).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 10.20%
CMYK:
(5,0,22,10)
C5M0Y22K10 
(5%,0%,22%,10%)
(0.05/0.00/0.22/0.10)	

CMYK percentages

%5.24
%0
%22.27
%10.2

Codes

Color #D9E5B2 in popluar color models

D9E5B2
RGB217229178
HSL74°49.51%79.80%
HSB/HSV74°22.27%89.80%
CMYK5.24%0.00%22.27%
10.20%

Color #D9E5B2 in popluar number systems.

HEXD9E5B2
Decimal217229178
Binary110110011110010110110010
Octal331345262

Shades and tints

Shades of #D9E5B2

#D9E5B2
(217,229,178)
#C6D1A2
(198,209,162)
#B3BD92
(179,189,146)
#A0A982
(160,169,130)
#8D9572
(141,149,114)
#7A8162
(122,129,98)
#676D52
(103,109,82)
#545942
(84,89,66)
#414532
(65,69,50)
#2E3122
(46,49,34)
#1B1D12
(27,29,18)
#000000
(0,0,0)

Tints of #D9E5B2

#D9E5B2
(217,229,178)
#DCE7B9
(220,231,185)
#DFE9C0
(223,233,192)
#E2EBC7
(226,235,199)
#E5EDCE
(229,237,206)
#E8EFD5
(232,239,213)
#EBF1DC
(235,241,220)
#EEF3E3
(238,243,227)
#F1F5EA
(241,245,234)
#F4F7F1
(244,247,241)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E5B2; }

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

This text font color is #D9E5B2.


Background Color

.myBgColor { background-color: #D9E5B2; }

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

This div background color is #D9E5B2.


Border color

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

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

This div border color is #D9E5B2.


Opacity

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

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

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

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

This text has shadow with #D9E5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E5B2 on black background.


Color preview on white background

This text has color #D9E5B2 on white background.



Black color preview on #D9E5B2 background

This text has black color on #D9E5B2 background.


White color preview on #D9E5B2 background

This text has white color on #D9E5B2 background.