COLOR #D9F2BF

HEX: #D9F2BF
RGB: (217,242,191)

Color info

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

RGB color model

#D9F2BF color RGB value is (217,242,191).

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

RGB channels and saturation

R 217 of 255 = 85%
G 242 of 255 = 95%
B 191 of 255 = 75%

217
242
191

R + G + B ~ 85%. #D9F2BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 242 + 191 = 650 (100%)
R 217 of 650 ~ 33.38%
G 242 of 650 ~ 37.23%
B 191 of 650 ~ 29.38%

%33.38
%37.23
%29.38

CMYK color model

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

  • cyan value is 10.33%
  • magenta value is 0.00%
  • yellow value is 21.07%
  • key color value is 5.10%
CMYK:
(10,0,21,5)
C10M0Y21K5 
(10%,0%,21%,5%)
(0.10/0.00/0.21/0.05)	

CMYK percentages

%10.33
%0
%21.07
%5.1

Codes

Color #D9F2BF in popluar color models

D9F2BF
RGB217242191
HSL89°66.23%84.90%
HSB/HSV89°21.07%94.90%
CMYK10.33%0.00%21.07%
5.10%

Color #D9F2BF in popluar number systems.

HEXD9F2BF
Decimal217242191
Binary110110011111001010111111
Octal331362277

Shades and tints

Shades of #D9F2BF

#D9F2BF
(217,242,191)
#C6DCAE
(198,220,174)
#B3C69D
(179,198,157)
#A0B08C
(160,176,140)
#8D9A7B
(141,154,123)
#7A846A
(122,132,106)
#676E59
(103,110,89)
#545848
(84,88,72)
#414237
(65,66,55)
#2E2C26
(46,44,38)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #D9F2BF

#D9F2BF
(217,242,191)
#DCF3C4
(220,243,196)
#DFF4C9
(223,244,201)
#E2F5CE
(226,245,206)
#E5F6D3
(229,246,211)
#E8F7D8
(232,247,216)
#EBF8DD
(235,248,221)
#EEF9E2
(238,249,226)
#F1FAE7
(241,250,231)
#F4FBEC
(244,251,236)
#F7FCF1
(247,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F2BF; }

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

This text font color is #D9F2BF.


Background Color

.myBgColor { background-color: #D9F2BF; }

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

This div background color is #D9F2BF.


Border color

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

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

This div border color is #D9F2BF.


Opacity

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

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

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

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

This text has shadow with #D9F2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F2BF on black background.


Color preview on white background

This text has color #D9F2BF on white background.



Black color preview on #D9F2BF background

This text has black color on #D9F2BF background.


White color preview on #D9F2BF background

This text has white color on #D9F2BF background.