COLOR #D9FDD2

HEX: #D9FDD2
RGB: (217,253,210)

Color info

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

RGB color model

#D9FDD2 color RGB value is (217,253,210).

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

RGB channels and saturation

R 217 of 255 = 85%
G 253 of 255 = 99%
B 210 of 255 = 82%

217
253
210

R + G + B ~ 89%. #D9FDD2 is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 253 + 210 = 680 (100%)
R 217 of 680 ~ 31.91%
G 253 of 680 ~ 37.21%
B 210 of 680 ~ 30.88%

%31.91
%37.21
%30.88

CMYK color model

#D9FDD2 color CMYK value is (14,0,17,1).

  • cyan value is 14.23%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 0.78%
CMYK:
(14,0,17,1)
C14M0Y17K1 
(14%,0%,17%,1%)
(0.14/0.00/0.17/0.01)	

CMYK percentages

%14.23
%0
%17
%0.78

Codes

Color #D9FDD2 in popluar color models

D9FDD2
RGB217253210
HSL110°91.49%90.78%
HSB/HSV110°17.00%99.22%
CMYK14.23%0.00%17.00%
0.78%

Color #D9FDD2 in popluar number systems.

HEXD9FDD2
Decimal217253210
Binary110110011111110111010010
Octal331375322

Shades and tints

Shades of #D9FDD2

#D9FDD2
(217,253,210)
#C6E6BF
(198,230,191)
#B3CFAC
(179,207,172)
#A0B899
(160,184,153)
#8DA186
(141,161,134)
#7A8A73
(122,138,115)
#677360
(103,115,96)
#545C4D
(84,92,77)
#41453A
(65,69,58)
#2E2E27
(46,46,39)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #D9FDD2

#D9FDD2
(217,253,210)
#DCFDD6
(220,253,214)
#DFFDDA
(223,253,218)
#E2FDDE
(226,253,222)
#E5FDE2
(229,253,226)
#E8FDE6
(232,253,230)
#EBFDEA
(235,253,234)
#EEFDEE
(238,253,238)
#F1FDF2
(241,253,242)
#F4FDF6
(244,253,246)
#F7FDFA
(247,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FDD2; }

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

This text font color is #D9FDD2.


Background Color

.myBgColor { background-color: #D9FDD2; }

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

This div background color is #D9FDD2.


Border color

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

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

This div border color is #D9FDD2.


Opacity

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

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

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

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

This text has shadow with #D9FDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FDD2 on black background.


Color preview on white background

This text has color #D9FDD2 on white background.



Black color preview on #D9FDD2 background

This text has black color on #D9FDD2 background.


White color preview on #D9FDD2 background

This text has white color on #D9FDD2 background.