COLOR #D9FACD

HEX: #D9FACD
RGB: (217,250,205)

Color info

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

RGB color model

#D9FACD color RGB value is (217,250,205).

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

RGB channels and saturation

R 217 of 255 = 85%
G 250 of 255 = 98%
B 205 of 255 = 80%

217
250
205

R + G + B ~ 88%. #D9FACD is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 250 + 205 = 672 (100%)
R 217 of 672 ~ 32.29%
G 250 of 672 ~ 37.2%
B 205 of 672 ~ 30.51%

%32.29
%37.2
%30.51

CMYK color model

#D9FACD color CMYK value is (13,0,18,2).

  • cyan value is 13.20%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 1.96%
CMYK:
(13,0,18,2)
C13M0Y18K2 
(13%,0%,18%,2%)
(0.13/0.00/0.18/0.02)	

CMYK percentages

%13.2
%0
%18
%1.96

Codes

Color #D9FACD in popluar color models

D9FACD
RGB217250205
HSL104°81.82%89.22%
HSB/HSV104°18.00%98.04%
CMYK13.20%0.00%18.00%
1.96%

Color #D9FACD in popluar number systems.

HEXD9FACD
Decimal217250205
Binary110110011111101011001101
Octal331372315

Shades and tints

Shades of #D9FACD

#D9FACD
(217,250,205)
#C6E4BB
(198,228,187)
#B3CEA9
(179,206,169)
#A0B897
(160,184,151)
#8DA285
(141,162,133)
#7A8C73
(122,140,115)
#677661
(103,118,97)
#54604F
(84,96,79)
#414A3D
(65,74,61)
#2E342B
(46,52,43)
#1B1E19
(27,30,25)
#000000
(0,0,0)

Tints of #D9FACD

#D9FACD
(217,250,205)
#DCFAD1
(220,250,209)
#DFFAD5
(223,250,213)
#E2FAD9
(226,250,217)
#E5FADD
(229,250,221)
#E8FAE1
(232,250,225)
#EBFAE5
(235,250,229)
#EEFAE9
(238,250,233)
#F1FAED
(241,250,237)
#F4FAF1
(244,250,241)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FACD; }

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

This text font color is #D9FACD.


Background Color

.myBgColor { background-color: #D9FACD; }

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

This div background color is #D9FACD.


Border color

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

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

This div border color is #D9FACD.


Opacity

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

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

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

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

This text has shadow with #D9FACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FACD on black background.


Color preview on white background

This text has color #D9FACD on white background.



Black color preview on #D9FACD background

This text has black color on #D9FACD background.


White color preview on #D9FACD background

This text has white color on #D9FACD background.