COLOR #D9F2CD

HEX: #D9F2CD
RGB: (217,242,205)

Color info

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

RGB color model

#D9F2CD color RGB value is (217,242,205).

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

RGB channels and saturation

R 217 of 255 = 85%
G 242 of 255 = 95%
B 205 of 255 = 80%

217
242
205

R + G + B ~ 87%. #D9F2CD is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 242 + 205 = 664 (100%)
R 217 of 664 ~ 32.68%
G 242 of 664 ~ 36.45%
B 205 of 664 ~ 30.87%

%32.68
%36.45
%30.87

CMYK color model

#D9F2CD color CMYK value is (10,0,15,5).

  • cyan value is 10.33%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 5.10%
CMYK:
(10,0,15,5)
C10M0Y15K5 
(10%,0%,15%,5%)
(0.10/0.00/0.15/0.05)	

CMYK percentages

%10.33
%0
%15.29
%5.1

Codes

Color #D9F2CD in popluar color models

D9F2CD
RGB217242205
HSL101°58.73%87.65%
HSB/HSV101°15.29%94.90%
CMYK10.33%0.00%15.29%
5.10%

Color #D9F2CD in popluar number systems.

HEXD9F2CD
Decimal217242205
Binary110110011111001011001101
Octal331362315

Shades and tints

Shades of #D9F2CD

#D9F2CD
(217,242,205)
#C6DCBB
(198,220,187)
#B3C6A9
(179,198,169)
#A0B097
(160,176,151)
#8D9A85
(141,154,133)
#7A8473
(122,132,115)
#676E61
(103,110,97)
#54584F
(84,88,79)
#41423D
(65,66,61)
#2E2C2B
(46,44,43)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #D9F2CD

#D9F2CD
(217,242,205)
#DCF3D1
(220,243,209)
#DFF4D5
(223,244,213)
#E2F5D9
(226,245,217)
#E5F6DD
(229,246,221)
#E8F7E1
(232,247,225)
#EBF8E5
(235,248,229)
#EEF9E9
(238,249,233)
#F1FAED
(241,250,237)
#F4FBF1
(244,251,241)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F2CD; }

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

This text font color is #D9F2CD.


Background Color

.myBgColor { background-color: #D9F2CD; }

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

This div background color is #D9F2CD.


Border color

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

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

This div border color is #D9F2CD.


Opacity

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

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

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

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

This text has shadow with #D9F2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F2CD on black background.


Color preview on white background

This text has color #D9F2CD on white background.



Black color preview on #D9F2CD background

This text has black color on #D9F2CD background.


White color preview on #D9F2CD background

This text has white color on #D9F2CD background.