COLOR #D9F0A0

HEX: #D9F0A0 RGB: (217,240,160)

Color info

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

RGB color model

#D9F0A0 color RGB value is (217,240,160).

RGB: (217,240,160) (85%, 94%, 63%)

RGB channels and saturation

R 217 of 255 = 85%
G 240 of 255 = 94%
B 160 of 255 = 63%

217
240
160

R + G + B ~ 81%. #D9F0A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 240 + 160 = 617 (100%)
R 217 of 617 ~ 35.17%
G 240 of 617 ~ 38.9%
B 160 of 617 ~ 25.93'%

%35.17
%38.9
%25.93

CMYK color model

#D9F0A0 color CMYK value is (10,0,33,6).

  • cyan value is 9.58%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 5.88%

CMYK: (10,0,33,6)
C10M0Y33K6 (10%, 0%, 33%, 6%)
(0.10 / 0.00 / 0.33 / 0.06)

CMYK percentages

%9.58
%0
%33.33
%5.88

Codes

Color #D9F0A0 in popluar color models

D9 F0 A0
RGB 217 240 160
HSL 77° 72.73% 78.43%
HSB/HSV 77° 33.33% 94.12%
CMYK 9.58% 0.00% 33.33%
5.88%

Color #D9F0A0 in popluar number systems.

HEX D9 F0 A0
Decimal 217 240 160
Binary 11011001 11110000 10100000
Octal 331 360 240

Shades and tints

Shades of #D9F0A0

#D9F0A0
(217,240,160)
#C6DB92
(198,219,146)
#B3C684
(179,198,132)
#A0B176
(160,177,118)
#8D9C68
(141,156,104)
#7A875A
(122,135,90)
#67724C
(103,114,76)
#545D3E
(84,93,62)
#414830
(65,72,48)
#2E3322
(46,51,34)
#1B1E14
(27,30,20)
#000000
(0,0,0)

Tints of #D9F0A0

#D9F0A0
(217,240,160)
#DCF1A8
(220,241,168)
#DFF2B0
(223,242,176)
#E2F3B8
(226,243,184)
#E5F4C0
(229,244,192)
#E8F5C8
(232,245,200)
#EBF6D0
(235,246,208)
#EEF7D8
(238,247,216)
#F1F8E0
(241,248,224)
#F4F9E8
(244,249,232)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F0A0 color. Also use rgb(217,240,160) instead hex code.

Text Font Color

.myTextColor { color: #D9F0A0; }

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

This text font color is #D9F0A0.

Background Color

.myBgColor { background-color: #D9F0A0; }

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

This div background color is #D9F0A0.

Border color

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

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

This div border color is #D9F0A0.

Opacity

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

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

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

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

This text has shadow with #D9F0A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9F0A0.

Preview

Color preview on black background

This text has color #D9F0A0 on black background.


Color preview on white background

This text has color #D9F0A0 on white background.


Black color preview on #D9F0A0 background

This text has black color on #D9F0A0 background.


White color preview on #D9F0A0 background

This text has white color on #D9F0A0 background.


Related colors

Complementary color

Complementary color for #hex is #260F5F.


I love getcolorcode.com

Triadic colors

1 #A0D9F0 and #F0A0D9 with #D9F0A0 are triadic colors.

2 #A0F0D9 and #F0D9A0 with #D9F0A0 are triadic colors.