COLOR #D9F1BD

HEX: #D9F1BD
RGB: (217,241,189)

Color info

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

RGB color model

#D9F1BD color RGB value is (217,241,189).

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

RGB channels and saturation

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

217
241
189

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

Portions of RGB colors in percentages

R + G + B =
217 + 241 + 189 = 647 (100%)
R 217 of 647 ~ 33.54%
G 241 of 647 ~ 37.25%
B 189 of 647 ~ 29.21%

%33.54
%37.25
%29.21

CMYK color model

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

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

CMYK percentages

%9.96
%0
%21.58
%5.49

Codes

Color #D9F1BD in popluar color models

D9F1BD
RGB217241189
HSL88°65.00%84.31%
HSB/HSV88°21.58%94.51%
CMYK9.96%0.00%21.58%
5.49%

Color #D9F1BD in popluar number systems.

HEXD9F1BD
Decimal217241189
Binary110110011111000110111101
Octal331361275

Shades and tints

Shades of #D9F1BD

#D9F1BD
(217,241,189)
#C6DCAC
(198,220,172)
#B3C79B
(179,199,155)
#A0B28A
(160,178,138)
#8D9D79
(141,157,121)
#7A8868
(122,136,104)
#677357
(103,115,87)
#545E46
(84,94,70)
#414935
(65,73,53)
#2E3424
(46,52,36)
#1B1F13
(27,31,19)
#000000
(0,0,0)

Tints of #D9F1BD

#D9F1BD
(217,241,189)
#DCF2C3
(220,242,195)
#DFF3C9
(223,243,201)
#E2F4CF
(226,244,207)
#E5F5D5
(229,245,213)
#E8F6DB
(232,246,219)
#EBF7E1
(235,247,225)
#EEF8E7
(238,248,231)
#F1F9ED
(241,249,237)
#F4FAF3
(244,250,243)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F1BD; }

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

This text font color is #D9F1BD.


Background Color

.myBgColor { background-color: #D9F1BD; }

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

This div background color is #D9F1BD.


Border color

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

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

This div border color is #D9F1BD.


Opacity

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

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

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

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

This text has shadow with #D9F1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F1BD on black background.


Color preview on white background

This text has color #D9F1BD on white background.



Black color preview on #D9F1BD background

This text has black color on #D9F1BD background.


White color preview on #D9F1BD background

This text has white color on #D9F1BD background.