COLOR #A9D09F

HEX: #A9D09F RGB: (169,208,159)

Color info

#A9D09F contains red, green and blue colors in about the same proportion. Web safe color of #A9D09F is #99CC99 (or #9C9).

RGB color model

#A9D09F color RGB value is (169,208,159).

RGB: (169,208,159) (66%, 82%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 208 of 255 = 82%
B 159 of 255 = 62%

169
208
159

R + G + B ~ 70%. #A9D09F is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 208 + 159 = 536 (100%)
R 169 of 536 ~ 31.53%
G 208 of 536 ~ 38.81%
B 159 of 536 ~ 29.66'%

%31.53
%38.81
%29.66

CMYK color model

#A9D09F color CMYK value is (19,0,24,18).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 18.43%
CMYK: (19,0,24,18) C19M0Y24K18 (19%,0%,24%,18%) (0.19/0.00/0.24/0.18) 

CMYK percentages

%18.75
%0
%23.56
%18.43

Codes

Color #A9D09F in popluar color models

A9 D0 9F
RGB 169 208 159
HSL 108° 34.27% 71.96%
HSB/HSV 108° 23.56% 81.57%
CMYK 18.75% 0.00% 23.56%
18.43%

Color #A9D09F in popluar number systems.

HEX A9 D0 9F
Decimal 169 208 159
Binary 10101001 11010000 10011111
Octal 251 320 237

Shades and tints

Shades of #A9D09F

#A9D09F
(169,208,159)
#9ABE91
(154,190,145)
#8BAC83
(139,172,131)
#7C9A75
(124,154,117)
#6D8867
(109,136,103)
#5E7659
(94,118,89)
#4F644B
(79,100,75)
#40523D
(64,82,61)
#31402F
(49,64,47)
#222E21
(34,46,33)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #A9D09F

#A9D09F
(169,208,159)
#B0D4A7
(176,212,167)
#B7D8AF
(183,216,175)
#BEDCB7
(190,220,183)
#C5E0BF
(197,224,191)
#CCE4C7
(204,228,199)
#D3E8CF
(211,232,207)
#DAECD7
(218,236,215)
#E1F0DF
(225,240,223)
#E8F4E7
(232,244,231)
#EFF8EF
(239,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D09F color. Also use rgb(169,208,159) instead hex code.

Text Font Color

.myTextColor { color: #A9D09F; }

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

This text font color is #A9D09F.

Background Color

.myBgColor { background-color: #A9D09F; }

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

This div background color is #A9D09F.

Border color

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

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

This div border color is #A9D09F.

Opacity

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

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

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

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

This text has shadow with #A9D09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D09F.

Preview

Color preview on black background

This text has color #A9D09F on black background.


Color preview on white background

This text has color #A9D09F on white background.


Black color preview on #A9D09F background

This text has black color on #A9D09F background.


White color preview on #A9D09F background

This text has white color on #A9D09F background.


Related colors

Complementary color

Complementary color for #hex is #562F60.


I love getcolorcode.com

Triadic colors

1 #9FA9D0 and #D09FA9 with #A9D09F are triadic colors.

2 #9FD0A9 and #D0A99F with #A9D09F are triadic colors.