COLOR #D9E9B0

HEX: #D9E9B0
RGB: (217,233,176)

Color info

#D9E9B0 contains red, green and blue colors in about the same proportion. Web safe color of #D9E9B0 is #CCFF99 (or #CF9).

RGB color model

#D9E9B0 color RGB value is (217,233,176).

  • red value is 217;
  • green value is 233;
  • blue value is 176.
RGB:
(217,233,176)
(85%,91%,69%)

RGB channels and saturation

R 217 of 255 = 85%
G 233 of 255 = 91%
B 176 of 255 = 69%

217
233
176

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

Portions of RGB colors in percentages

R + G + B =
217 + 233 + 176 = 626 (100%)
R 217 of 626 ~ 34.66%
G 233 of 626 ~ 37.22%
B 176 of 626 ~ 28.12%

%34.66
%37.22
%28.12

CMYK color model

#D9E9B0 color CMYK value is (7,0,24,9).

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • key color value is 8.63%
CMYK:
(7,0,24,9)
C7M0Y24K9 
(7%,0%,24%,9%)
(0.07/0.00/0.24/0.09)	

CMYK percentages

%6.87
%0
%24.46
%8.63

Codes

Color #D9E9B0 in popluar color models

D9E9B0
RGB217233176
HSL77°56.44%80.20%
HSB/HSV77°24.46%91.37%
CMYK6.87%0.00%24.46%
8.63%

Color #D9E9B0 in popluar number systems.

HEXD9E9B0
Decimal217233176
Binary110110011110100110110000
Octal331351260

Shades and tints

Shades of #D9E9B0

#D9E9B0
(217,233,176)
#C6D4A0
(198,212,160)
#B3BF90
(179,191,144)
#A0AA80
(160,170,128)
#8D9570
(141,149,112)
#7A8060
(122,128,96)
#676B50
(103,107,80)
#545640
(84,86,64)
#414130
(65,65,48)
#2E2C20
(46,44,32)
#1B1710
(27,23,16)
#000000
(0,0,0)

Tints of #D9E9B0

#D9E9B0
(217,233,176)
#DCEBB7
(220,235,183)
#DFEDBE
(223,237,190)
#E2EFC5
(226,239,197)
#E5F1CC
(229,241,204)
#E8F3D3
(232,243,211)
#EBF5DA
(235,245,218)
#EEF7E1
(238,247,225)
#F1F9E8
(241,249,232)
#F4FBEF
(244,251,239)
#F7FDF6
(247,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E9B0 color. Also use rgb(217,233,176) instead hex code.

Text Font Color

.myTextColor { color: #D9E9B0; }

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

This text font color is #D9E9B0.


Background Color

.myBgColor { background-color: #D9E9B0; }

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

This div background color is #D9E9B0.


Border color

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

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

This div border color is #D9E9B0.


Opacity

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

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

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

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

This text has shadow with #D9E9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E9B0 on black background.


Color preview on white background

This text has color #D9E9B0 on white background.



Black color preview on #D9E9B0 background

This text has black color on #D9E9B0 background.


White color preview on #D9E9B0 background

This text has white color on #D9E9B0 background.