COLOR #D9FDC8

HEX: #D9FDC8
RGB: (217,253,200)

Color info

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

RGB color model

#D9FDC8 color RGB value is (217,253,200).

  • red value is 217;
  • green value is 253;
  • blue value is 200.
RGB:
(217,253,200)
(85%,99%,78%)

RGB channels and saturation

R 217 of 255 = 85%
G 253 of 255 = 99%
B 200 of 255 = 78%

217
253
200

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

Portions of RGB colors in percentages

R + G + B =
217 + 253 + 200 = 670 (100%)
R 217 of 670 ~ 32.39%
G 253 of 670 ~ 37.76%
B 200 of 670 ~ 29.85%

%32.39
%37.76
%29.85

CMYK color model

#D9FDC8 color CMYK value is (14,0,21,1).

  • cyan value is 14.23%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 0.78%
CMYK:
(14,0,21,1)
C14M0Y21K1 
(14%,0%,21%,1%)
(0.14/0.00/0.21/0.01)	

CMYK percentages

%14.23
%0
%20.95
%0.78

Codes

Color #D9FDC8 in popluar color models

D9FDC8
RGB217253200
HSL101°92.98%88.82%
HSB/HSV101°20.95%99.22%
CMYK14.23%0.00%20.95%
0.78%

Color #D9FDC8 in popluar number systems.

HEXD9FDC8
Decimal217253200
Binary110110011111110111001000
Octal331375310

Shades and tints

Shades of #D9FDC8

#D9FDC8
(217,253,200)
#C6E6B6
(198,230,182)
#B3CFA4
(179,207,164)
#A0B892
(160,184,146)
#8DA180
(141,161,128)
#7A8A6E
(122,138,110)
#67735C
(103,115,92)
#545C4A
(84,92,74)
#414538
(65,69,56)
#2E2E26
(46,46,38)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #D9FDC8

#D9FDC8
(217,253,200)
#DCFDCD
(220,253,205)
#DFFDD2
(223,253,210)
#E2FDD7
(226,253,215)
#E5FDDC
(229,253,220)
#E8FDE1
(232,253,225)
#EBFDE6
(235,253,230)
#EEFDEB
(238,253,235)
#F1FDF0
(241,253,240)
#F4FDF5
(244,253,245)
#F7FDFA
(247,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FDC8 color. Also use rgb(217,253,200) instead hex code.

Text Font Color

.myTextColor { color: #D9FDC8; }

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

This text font color is #D9FDC8.


Background Color

.myBgColor { background-color: #D9FDC8; }

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

This div background color is #D9FDC8.


Border color

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

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

This div border color is #D9FDC8.


Opacity

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

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

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

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

This text has shadow with #D9FDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FDC8 on black background.


Color preview on white background

This text has color #D9FDC8 on white background.



Black color preview on #D9FDC8 background

This text has black color on #D9FDC8 background.


White color preview on #D9FDC8 background

This text has white color on #D9FDC8 background.