COLOR #D9F8AD

HEX: #D9F8AD RGB: (217,248,173)

Color info

#D9F8AD contains mainly red and green colors. Web safe color of #D9F8AD is #CCFF99 (or #CF9).

RGB color model

#D9F8AD color RGB value is (217,248,173).

RGB: (217,248,173) (85%, 97%, 68%)

RGB channels and saturation

R 217 of 255 = 85%
G 248 of 255 = 97%
B 173 of 255 = 68%

217
248
173

R + G + B ~ 83%. #D9F8AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 248 + 173 = 638 (100%)
R 217 of 638 ~ 34.01%
G 248 of 638 ~ 38.87%
B 173 of 638 ~ 27.12'%

%34.01
%38.87
%27.12

CMYK color model

#D9F8AD color CMYK value is (13,0,30,3).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 30.24%
  • key color value is 2.75%

CMYK: (13,0,30,3)
C13M0Y30K3 (13%, 0%, 30%, 3%)
(0.13 / 0.00 / 0.30 / 0.03)

CMYK percentages

%12.5
%0
%30.24
%2.75

Codes

Color #D9F8AD in popluar color models

D9 F8 AD
RGB 217 248 173
HSL 85° 84.27% 82.55%
HSB/HSV 85° 30.24% 97.25%
CMYK 12.50% 0.00% 30.24%
2.75%

Color #D9F8AD in popluar number systems.

HEX D9 F8 AD
Decimal 217 248 173
Binary 11011001 11111000 10101101
Octal 331 370 255

Shades and tints

Shades of #D9F8AD

#D9F8AD
(217,248,173)
#C6E29E
(198,226,158)
#B3CC8F
(179,204,143)
#A0B680
(160,182,128)
#8DA071
(141,160,113)
#7A8A62
(122,138,98)
#677453
(103,116,83)
#545E44
(84,94,68)
#414835
(65,72,53)
#2E3226
(46,50,38)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #D9F8AD

#D9F8AD
(217,248,173)
#DCF8B4
(220,248,180)
#DFF8BB
(223,248,187)
#E2F8C2
(226,248,194)
#E5F8C9
(229,248,201)
#E8F8D0
(232,248,208)
#EBF8D7
(235,248,215)
#EEF8DE
(238,248,222)
#F1F8E5
(241,248,229)
#F4F8EC
(244,248,236)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F8AD color. Also use rgb(217,248,173) instead hex code.

Text Font Color

.myTextColor { color: #D9F8AD; }

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

This text font color is #D9F8AD.

Background Color

.myBgColor { background-color: #D9F8AD; }

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

This div background color is #D9F8AD.

Border color

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

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

This div border color is #D9F8AD.

Opacity

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

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

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

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

This text has shadow with #D9F8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9F8AD.

Preview

Color preview on black background

This text has color #D9F8AD on black background.


Color preview on white background

This text has color #D9F8AD on white background.


Black color preview on #D9F8AD background

This text has black color on #D9F8AD background.


White color preview on #D9F8AD background

This text has white color on #D9F8AD background.


Related colors

Complementary color

Complementary color for #hex is #260752.


I love getcolorcode.com

Triadic colors

1 #ADD9F8 and #F8ADD9 with #D9F8AD are triadic colors.

2 #ADF8D9 and #F8D9AD with #D9F8AD are triadic colors.