COLOR #D9F9CD

HEX: #D9F9CD RGB: (217,249,205)

Color info

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

RGB color model

#D9F9CD color RGB value is (217,249,205).

RGB: (217,249,205) (85%, 98%, 80%)

RGB channels and saturation

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

217
249
205

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

Portions of RGB colors in percentages

R + G + B = 217 + 249 + 205 = 671 (100%)
R 217 of 671 ~ 32.34%
G 249 of 671 ~ 37.11%
B 205 of 671 ~ 30.55'%

%32.34
%37.11
%30.55

CMYK color model

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

  • cyan value is 12.85%
  • magenta value is 0.00%
  • yellow value is 17.67%
  • key color value is 2.35%

CMYK: (13,0,18,2)
C13M0Y18K2 (13%, 0%, 18%, 2%)
(0.13 / 0.00 / 0.18 / 0.02)

CMYK percentages

%12.85
%0
%17.67
%2.35

Codes

Color #D9F9CD in popluar color models

D9 F9 CD
RGB 217 249 205
HSL 104° 78.57% 89.02%
HSB/HSV 104° 17.67% 97.65%
CMYK 12.85% 0.00% 17.67%
2.35%

Color #D9F9CD in popluar number systems.

HEX D9 F9 CD
Decimal 217 249 205
Binary 11011001 11111001 11001101
Octal 331 371 315

Shades and tints

Shades of #D9F9CD

#D9F9CD
(217,249,205)
#C6E3BB
(198,227,187)
#B3CDA9
(179,205,169)
#A0B797
(160,183,151)
#8DA185
(141,161,133)
#7A8B73
(122,139,115)
#677561
(103,117,97)
#545F4F
(84,95,79)
#41493D
(65,73,61)
#2E332B
(46,51,43)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #D9F9CD

#D9F9CD
(217,249,205)
#DCF9D1
(220,249,209)
#DFF9D5
(223,249,213)
#E2F9D9
(226,249,217)
#E5F9DD
(229,249,221)
#E8F9E1
(232,249,225)
#EBF9E5
(235,249,229)
#EEF9E9
(238,249,233)
#F1F9ED
(241,249,237)
#F4F9F1
(244,249,241)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F9CD; }

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

This text font color is #D9F9CD.

Background Color

.myBgColor { background-color: #D9F9CD; }

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

This div background color is #D9F9CD.

Border color

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

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

This div border color is #D9F9CD.

Opacity

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

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

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

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

This text has shadow with #D9F9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9F9CD.

Preview

Color preview on black background

This text has color #D9F9CD on black background.


Color preview on white background

This text has color #D9F9CD on white background.


Black color preview on #D9F9CD background

This text has black color on #D9F9CD background.


White color preview on #D9F9CD background

This text has white color on #D9F9CD background.


Related colors

Complementary color

Complementary color for #hex is #260632.


I love getcolorcode.com

Triadic colors

1 #CDD9F9 and #F9CDD9 with #D9F9CD are triadic colors.

2 #CDF9D9 and #F9D9CD with #D9F9CD are triadic colors.