COLOR #D9E6BF

HEX: #D9E6BF
RGB: (217,230,191)

Color info

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

RGB color model

#D9E6BF color RGB value is (217,230,191).

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

RGB channels and saturation

R 217 of 255 = 85%
G 230 of 255 = 90%
B 191 of 255 = 75%

217
230
191

R + G + B ~ 83%. #D9E6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 230 + 191 = 638 (100%)
R 217 of 638 ~ 34.01%
G 230 of 638 ~ 36.05%
B 191 of 638 ~ 29.94%

%34.01
%36.05
%29.94

CMYK color model

#D9E6BF color CMYK value is (6,0,17,10).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 9.80%
CMYK:
(6,0,17,10)
C6M0Y17K10 
(6%,0%,17%,10%)
(0.06/0.00/0.17/0.10)	

CMYK percentages

%5.65
%0
%16.96
%9.8

Codes

Color #D9E6BF in popluar color models

D9E6BF
RGB217230191
HSL80°43.82%82.55%
HSB/HSV80°16.96%90.20%
CMYK5.65%0.00%16.96%
9.80%

Color #D9E6BF in popluar number systems.

HEXD9E6BF
Decimal217230191
Binary110110011110011010111111
Octal331346277

Shades and tints

Shades of #D9E6BF

#D9E6BF
(217,230,191)
#C6D2AE
(198,210,174)
#B3BE9D
(179,190,157)
#A0AA8C
(160,170,140)
#8D967B
(141,150,123)
#7A826A
(122,130,106)
#676E59
(103,110,89)
#545A48
(84,90,72)
#414637
(65,70,55)
#2E3226
(46,50,38)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #D9E6BF

#D9E6BF
(217,230,191)
#DCE8C4
(220,232,196)
#DFEAC9
(223,234,201)
#E2ECCE
(226,236,206)
#E5EED3
(229,238,211)
#E8F0D8
(232,240,216)
#EBF2DD
(235,242,221)
#EEF4E2
(238,244,226)
#F1F6E7
(241,246,231)
#F4F8EC
(244,248,236)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E6BF; }

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

This text font color is #D9E6BF.


Background Color

.myBgColor { background-color: #D9E6BF; }

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

This div background color is #D9E6BF.


Border color

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

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

This div border color is #D9E6BF.


Opacity

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

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

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

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

This text has shadow with #D9E6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E6BF on black background.


Color preview on white background

This text has color #D9E6BF on white background.



Black color preview on #D9E6BF background

This text has black color on #D9E6BF background.


White color preview on #D9E6BF background

This text has white color on #D9E6BF background.