COLOR #D9F3AA

HEX: #D9F3AA RGB: (217,243,170)

Color info

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

RGB color model

#D9F3AA color RGB value is (217,243,170).

RGB: (217,243,170) (85%, 95%, 67%)

RGB channels and saturation

R 217 of 255 = 85%
G 243 of 255 = 95%
B 170 of 255 = 67%

217
243
170

R + G + B ~ 82%. #D9F3AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 243 + 170 = 630 (100%)
R 217 of 630 ~ 34.44%
G 243 of 630 ~ 38.57%
B 170 of 630 ~ 26.98'%

%34.44
%38.57
%26.98

CMYK color model

#D9F3AA color CMYK value is (11,0,30,5).

  • cyan value is 10.70%
  • magenta value is 0.00%
  • yellow value is 30.04%
  • key color value is 4.71%

CMYK: (11,0,30,5)
C11M0Y30K5 (11%, 0%, 30%, 5%)
(0.11 / 0.00 / 0.30 / 0.05)

CMYK percentages

%10.7
%0
%30.04
%4.71

Codes

Color #D9F3AA in popluar color models

D9 F3 AA
RGB 217 243 170
HSL 81° 75.26% 80.98%
HSB/HSV 81° 30.04% 95.29%
CMYK 10.70% 0.00% 30.04%
4.71%

Color #D9F3AA in popluar number systems.

HEX D9 F3 AA
Decimal 217 243 170
Binary 11011001 11110011 10101010
Octal 331 363 252

Shades and tints

Shades of #D9F3AA

#D9F3AA
(217,243,170)
#C6DD9B
(198,221,155)
#B3C78C
(179,199,140)
#A0B17D
(160,177,125)
#8D9B6E
(141,155,110)
#7A855F
(122,133,95)
#676F50
(103,111,80)
#545941
(84,89,65)
#414332
(65,67,50)
#2E2D23
(46,45,35)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #D9F3AA

#D9F3AA
(217,243,170)
#DCF4B1
(220,244,177)
#DFF5B8
(223,245,184)
#E2F6BF
(226,246,191)
#E5F7C6
(229,247,198)
#E8F8CD
(232,248,205)
#EBF9D4
(235,249,212)
#EEFADB
(238,250,219)
#F1FBE2
(241,251,226)
#F4FCE9
(244,252,233)
#F7FDF0
(247,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F3AA color. Also use rgb(217,243,170) instead hex code.

Text Font Color

.myTextColor { color: #D9F3AA; }

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

This text font color is #D9F3AA.

Background Color

.myBgColor { background-color: #D9F3AA; }

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

This div background color is #D9F3AA.

Border color

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

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

This div border color is #D9F3AA.

Opacity

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

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

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

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

This text has shadow with #D9F3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9F3AA.

Preview

Color preview on black background

This text has color #D9F3AA on black background.


Color preview on white background

This text has color #D9F3AA on white background.


Black color preview on #D9F3AA background

This text has black color on #D9F3AA background.


White color preview on #D9F3AA background

This text has white color on #D9F3AA background.


Related colors

Complementary color

Complementary color for #hex is #260C55.


I love getcolorcode.com

Triadic colors

1 #AAD9F3 and #F3AAD9 with #D9F3AA are triadic colors.

2 #AAF3D9 and #F3D9AA with #D9F3AA are triadic colors.