COLOR #A9D2AF

HEX: #A9D2AF
RGB: (169,210,175)

Color info

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

RGB color model

#A9D2AF color RGB value is (169,210,175).

  • red value is 169;
  • green value is 210;
  • blue value is 175.
RGB:
(169,210,175)
(66%,82%,69%)

RGB channels and saturation

R 169 of 255 = 66%
G 210 of 255 = 82%
B 175 of 255 = 69%

169
210
175

R + G + B ~ 72%. #A9D2AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 210 + 175 = 554 (100%)
R 169 of 554 ~ 30.51%
G 210 of 554 ~ 37.91%
B 175 of 554 ~ 31.59%

%30.51
%37.91
%31.59

CMYK color model

#A9D2AF color CMYK value is (20,0,17,18).

  • cyan value is 19.52%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 17.65%
CMYK:
(20,0,17,18)
C20M0Y17K18 
(20%,0%,17%,18%)
(0.20/0.00/0.17/0.18)	

CMYK percentages

%19.52
%0
%16.67
%17.65

Codes

Color #A9D2AF in popluar color models

A9D2AF
RGB169210175
HSL129°31.30%74.31%
HSB/HSV129°19.52%82.35%
CMYK19.52%0.00%16.67%
17.65%

Color #A9D2AF in popluar number systems.

HEXA9D2AF
Decimal169210175
Binary101010011101001010101111
Octal251322257

Shades and tints

Shades of #A9D2AF

#A9D2AF
(169,210,175)
#9ABFA0
(154,191,160)
#8BAC91
(139,172,145)
#7C9982
(124,153,130)
#6D8673
(109,134,115)
#5E7364
(94,115,100)
#4F6055
(79,96,85)
#404D46
(64,77,70)
#313A37
(49,58,55)
#222728
(34,39,40)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #A9D2AF

#A9D2AF
(169,210,175)
#B0D6B6
(176,214,182)
#B7DABD
(183,218,189)
#BEDEC4
(190,222,196)
#C5E2CB
(197,226,203)
#CCE6D2
(204,230,210)
#D3EAD9
(211,234,217)
#DAEEE0
(218,238,224)
#E1F2E7
(225,242,231)
#E8F6EE
(232,246,238)
#EFFAF5
(239,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D2AF color. Also use rgb(169,210,175) instead hex code.

Text Font Color

.myTextColor { color: #A9D2AF; }

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

This text font color is #A9D2AF.


Background Color

.myBgColor { background-color: #A9D2AF; }

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

This div background color is #A9D2AF.


Border color

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

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

This div border color is #A9D2AF.


Opacity

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

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

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

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

This text has shadow with #A9D2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D2AF on black background.


Color preview on white background

This text has color #A9D2AF on white background.



Black color preview on #A9D2AF background

This text has black color on #A9D2AF background.


White color preview on #A9D2AF background

This text has white color on #A9D2AF background.