COLOR #D9E9BF

HEX: #D9E9BF
RGB: (217,233,191)

Color info

#D9E9BF contains red, green and blue colors in about the same proportion. Web safe color of #D9E9BF is #CCFFCC (or #CFC).

RGB color model

#D9E9BF color RGB value is (217,233,191).

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

RGB channels and saturation

R 217 of 255 = 85%
G 233 of 255 = 91%
B 191 of 255 = 75%

217
233
191

R + G + B ~ 84%. #D9E9BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 233 + 191 = 641 (100%)
R 217 of 641 ~ 33.85%
G 233 of 641 ~ 36.35%
B 191 of 641 ~ 29.8%

%33.85
%36.35
%29.8

CMYK color model

#D9E9BF color CMYK value is (7,0,18,9).

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 8.63%
CMYK:
(7,0,18,9)
C7M0Y18K9 
(7%,0%,18%,9%)
(0.07/0.00/0.18/0.09)	

CMYK percentages

%6.87
%0
%18.03
%8.63

Codes

Color #D9E9BF in popluar color models

D9E9BF
RGB217233191
HSL83°48.84%83.14%
HSB/HSV83°18.03%91.37%
CMYK6.87%0.00%18.03%
8.63%

Color #D9E9BF in popluar number systems.

HEXD9E9BF
Decimal217233191
Binary110110011110100110111111
Octal331351277

Shades and tints

Shades of #D9E9BF

#D9E9BF
(217,233,191)
#C6D4AE
(198,212,174)
#B3BF9D
(179,191,157)
#A0AA8C
(160,170,140)
#8D957B
(141,149,123)
#7A806A
(122,128,106)
#676B59
(103,107,89)
#545648
(84,86,72)
#414137
(65,65,55)
#2E2C26
(46,44,38)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #D9E9BF

#D9E9BF
(217,233,191)
#DCEBC4
(220,235,196)
#DFEDC9
(223,237,201)
#E2EFCE
(226,239,206)
#E5F1D3
(229,241,211)
#E8F3D8
(232,243,216)
#EBF5DD
(235,245,221)
#EEF7E2
(238,247,226)
#F1F9E7
(241,249,231)
#F4FBEC
(244,251,236)
#F7FDF1
(247,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E9BF; }

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

This text font color is #D9E9BF.


Background Color

.myBgColor { background-color: #D9E9BF; }

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

This div background color is #D9E9BF.


Border color

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

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

This div border color is #D9E9BF.


Opacity

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

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

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

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

This text has shadow with #D9E9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E9BF on black background.


Color preview on white background

This text has color #D9E9BF on white background.



Black color preview on #D9E9BF background

This text has black color on #D9E9BF background.


White color preview on #D9E9BF background

This text has white color on #D9E9BF background.