COLOR #D9FCD2

HEX: #D9FCD2
RGB: (217,252,210)

Color info

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

RGB color model

#D9FCD2 color RGB value is (217,252,210).

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

RGB channels and saturation

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

217
252
210

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

Portions of RGB colors in percentages

R + G + B =
217 + 252 + 210 = 679 (100%)
R 217 of 679 ~ 31.96%
G 252 of 679 ~ 37.11%
B 210 of 679 ~ 30.93%

%31.96
%37.11
%30.93

CMYK color model

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

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

CMYK percentages

%13.89
%0
%16.67
%1.18

Codes

Color #D9FCD2 in popluar color models

D9FCD2
RGB217252210
HSL110°87.50%90.59%
HSB/HSV110°16.67%98.82%
CMYK13.89%0.00%16.67%
1.18%

Color #D9FCD2 in popluar number systems.

HEXD9FCD2
Decimal217252210
Binary110110011111110011010010
Octal331374322

Shades and tints

Shades of #D9FCD2

#D9FCD2
(217,252,210)
#C6E6BF
(198,230,191)
#B3D0AC
(179,208,172)
#A0BA99
(160,186,153)
#8DA486
(141,164,134)
#7A8E73
(122,142,115)
#677860
(103,120,96)
#54624D
(84,98,77)
#414C3A
(65,76,58)
#2E3627
(46,54,39)
#1B2014
(27,32,20)
#000000
(0,0,0)

Tints of #D9FCD2

#D9FCD2
(217,252,210)
#DCFCD6
(220,252,214)
#DFFCDA
(223,252,218)
#E2FCDE
(226,252,222)
#E5FCE2
(229,252,226)
#E8FCE6
(232,252,230)
#EBFCEA
(235,252,234)
#EEFCEE
(238,252,238)
#F1FCF2
(241,252,242)
#F4FCF6
(244,252,246)
#F7FCFA
(247,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FCD2; }

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

This text font color is #D9FCD2.


Background Color

.myBgColor { background-color: #D9FCD2; }

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

This div background color is #D9FCD2.


Border color

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

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

This div border color is #D9FCD2.


Opacity

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

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

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

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

This text has shadow with #D9FCD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FCD2 on black background.


Color preview on white background

This text has color #D9FCD2 on white background.



Black color preview on #D9FCD2 background

This text has black color on #D9FCD2 background.


White color preview on #D9FCD2 background

This text has white color on #D9FCD2 background.