COLOR #D9FCD7

HEX: #D9FCD7
RGB: (217,252,215)

Color info

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

RGB color model

#D9FCD7 color RGB value is (217,252,215).

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

RGB channels and saturation

R 217 of 255 = 85%
G 252 of 255 = 99%
B 215 of 255 = 84%

217
252
215

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

Portions of RGB colors in percentages

R + G + B =
217 + 252 + 215 = 684 (100%)
R 217 of 684 ~ 31.73%
G 252 of 684 ~ 36.84%
B 215 of 684 ~ 31.43%

%31.73
%36.84
%31.43

CMYK color model

#D9FCD7 color CMYK value is (14,0,15,1).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • key color value is 1.18%
CMYK:
(14,0,15,1)
C14M0Y15K1 
(14%,0%,15%,1%)
(0.14/0.00/0.15/0.01)	

CMYK percentages

%13.89
%0
%14.68
%1.18

Codes

Color #D9FCD7 in popluar color models

D9FCD7
RGB217252215
HSL117°86.05%91.57%
HSB/HSV117°14.68%98.82%
CMYK13.89%0.00%14.68%
1.18%

Color #D9FCD7 in popluar number systems.

HEXD9FCD7
Decimal217252215
Binary110110011111110011010111
Octal331374327

Shades and tints

Shades of #D9FCD7

#D9FCD7
(217,252,215)
#C6E6C4
(198,230,196)
#B3D0B1
(179,208,177)
#A0BA9E
(160,186,158)
#8DA48B
(141,164,139)
#7A8E78
(122,142,120)
#677865
(103,120,101)
#546252
(84,98,82)
#414C3F
(65,76,63)
#2E362C
(46,54,44)
#1B2019
(27,32,25)
#000000
(0,0,0)

Tints of #D9FCD7

#D9FCD7
(217,252,215)
#DCFCDA
(220,252,218)
#DFFCDD
(223,252,221)
#E2FCE0
(226,252,224)
#E5FCE3
(229,252,227)
#E8FCE6
(232,252,230)
#EBFCE9
(235,252,233)
#EEFCEC
(238,252,236)
#F1FCEF
(241,252,239)
#F4FCF2
(244,252,242)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FCD7; }

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

This text font color is #D9FCD7.


Background Color

.myBgColor { background-color: #D9FCD7; }

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

This div background color is #D9FCD7.


Border color

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

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

This div border color is #D9FCD7.


Opacity

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

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

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

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

This text has shadow with #D9FCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FCD7 on black background.


Color preview on white background

This text has color #D9FCD7 on white background.



Black color preview on #D9FCD7 background

This text has black color on #D9FCD7 background.


White color preview on #D9FCD7 background

This text has white color on #D9FCD7 background.