COLOR #D9F2BD

HEX: #D9F2BD
RGB: (217,242,189)

Color info

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

RGB color model

#D9F2BD color RGB value is (217,242,189).

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

RGB channels and saturation

R 217 of 255 = 85%
G 242 of 255 = 95%
B 189 of 255 = 74%

217
242
189

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

Portions of RGB colors in percentages

R + G + B =
217 + 242 + 189 = 648 (100%)
R 217 of 648 ~ 33.49%
G 242 of 648 ~ 37.35%
B 189 of 648 ~ 29.17%

%33.49
%37.35
%29.17

CMYK color model

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

  • cyan value is 10.33%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 5.10%
CMYK:
(10,0,22,5)
C10M0Y22K5 
(10%,0%,22%,5%)
(0.10/0.00/0.22/0.05)	

CMYK percentages

%10.33
%0
%21.9
%5.1

Codes

Color #D9F2BD in popluar color models

D9F2BD
RGB217242189
HSL88°67.09%84.51%
HSB/HSV88°21.90%94.90%
CMYK10.33%0.00%21.90%
5.10%

Color #D9F2BD in popluar number systems.

HEXD9F2BD
Decimal217242189
Binary110110011111001010111101
Octal331362275

Shades and tints

Shades of #D9F2BD

#D9F2BD
(217,242,189)
#C6DCAC
(198,220,172)
#B3C69B
(179,198,155)
#A0B08A
(160,176,138)
#8D9A79
(141,154,121)
#7A8468
(122,132,104)
#676E57
(103,110,87)
#545846
(84,88,70)
#414235
(65,66,53)
#2E2C24
(46,44,36)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #D9F2BD

#D9F2BD
(217,242,189)
#DCF3C3
(220,243,195)
#DFF4C9
(223,244,201)
#E2F5CF
(226,245,207)
#E5F6D5
(229,246,213)
#E8F7DB
(232,247,219)
#EBF8E1
(235,248,225)
#EEF9E7
(238,249,231)
#F1FAED
(241,250,237)
#F4FBF3
(244,251,243)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F2BD; }

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

This text font color is #D9F2BD.


Background Color

.myBgColor { background-color: #D9F2BD; }

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

This div background color is #D9F2BD.


Border color

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

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

This div border color is #D9F2BD.


Opacity

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

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

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

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

This text has shadow with #D9F2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F2BD on black background.


Color preview on white background

This text has color #D9F2BD on white background.



Black color preview on #D9F2BD background

This text has black color on #D9F2BD background.


White color preview on #D9F2BD background

This text has white color on #D9F2BD background.