COLOR #D9F6CD

HEX: #D9F6CD
RGB: (217,246,205)

Color info

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

RGB color model

#D9F6CD color RGB value is (217,246,205).

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

RGB channels and saturation

R 217 of 255 = 85%
G 246 of 255 = 96%
B 205 of 255 = 80%

217
246
205

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

Portions of RGB colors in percentages

R + G + B =
217 + 246 + 205 = 668 (100%)
R 217 of 668 ~ 32.49%
G 246 of 668 ~ 36.83%
B 205 of 668 ~ 30.69%

%32.49
%36.83
%30.69

CMYK color model

#D9F6CD color CMYK value is (12,0,17,4).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 3.53%
CMYK:
(12,0,17,4)
C12M0Y17K4 
(12%,0%,17%,4%)
(0.12/0.00/0.17/0.04)	

CMYK percentages

%11.79
%0
%16.67
%3.53

Codes

Color #D9F6CD in popluar color models

D9F6CD
RGB217246205
HSL102°69.49%88.43%
HSB/HSV102°16.67%96.47%
CMYK11.79%0.00%16.67%
3.53%

Color #D9F6CD in popluar number systems.

HEXD9F6CD
Decimal217246205
Binary110110011111011011001101
Octal331366315

Shades and tints

Shades of #D9F6CD

#D9F6CD
(217,246,205)
#C6E0BB
(198,224,187)
#B3CAA9
(179,202,169)
#A0B497
(160,180,151)
#8D9E85
(141,158,133)
#7A8873
(122,136,115)
#677261
(103,114,97)
#545C4F
(84,92,79)
#41463D
(65,70,61)
#2E302B
(46,48,43)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #D9F6CD

#D9F6CD
(217,246,205)
#DCF6D1
(220,246,209)
#DFF6D5
(223,246,213)
#E2F6D9
(226,246,217)
#E5F6DD
(229,246,221)
#E8F6E1
(232,246,225)
#EBF6E5
(235,246,229)
#EEF6E9
(238,246,233)
#F1F6ED
(241,246,237)
#F4F6F1
(244,246,241)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F6CD; }

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

This text font color is #D9F6CD.


Background Color

.myBgColor { background-color: #D9F6CD; }

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

This div background color is #D9F6CD.


Border color

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

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

This div border color is #D9F6CD.


Opacity

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

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

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

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

This text has shadow with #D9F6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F6CD on black background.


Color preview on white background

This text has color #D9F6CD on white background.



Black color preview on #D9F6CD background

This text has black color on #D9F6CD background.


White color preview on #D9F6CD background

This text has white color on #D9F6CD background.