COLOR #A9DBA9

HEX: #A9DBA9
RGB: (169,219,169)

Color info

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

RGB color model

#A9DBA9 color RGB value is (169,219,169).

  • red value is 169;
  • green value is 219;
  • blue value is 169.
RGB:
(169,219,169)
(66%,86%,66%)

RGB channels and saturation

R 169 of 255 = 66%
G 219 of 255 = 86%
B 169 of 255 = 66%

169
219
169

R + G + B ~ 73%. #A9DBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 219 + 169 = 557 (100%)
R 169 of 557 ~ 30.34%
G 219 of 557 ~ 39.32%
B 169 of 557 ~ 30.34%

%30.34
%39.32
%30.34

CMYK color model

#A9DBA9 color CMYK value is (23,0,23,14).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 14.12%
CMYK:
(23,0,23,14)
C23M0Y23K14 
(23%,0%,23%,14%)
(0.23/0.00/0.23/0.14)	

CMYK percentages

%22.83
%0
%22.83
%14.12

Codes

Color #A9DBA9 in popluar color models

A9DBA9
RGB169219169
HSL120°40.98%76.08%
HSB/HSV120°22.83%85.88%
CMYK22.83%0.00%22.83%
14.12%

Color #A9DBA9 in popluar number systems.

HEXA9DBA9
Decimal169219169
Binary101010011101101110101001
Octal251333251

Shades and tints

Shades of #A9DBA9

#A9DBA9
(169,219,169)
#9AC89A
(154,200,154)
#8BB58B
(139,181,139)
#7CA27C
(124,162,124)
#6D8F6D
(109,143,109)
#5E7C5E
(94,124,94)
#4F694F
(79,105,79)
#405640
(64,86,64)
#314331
(49,67,49)
#223022
(34,48,34)
#131D13
(19,29,19)
#000000
(0,0,0)

Tints of #A9DBA9

#A9DBA9
(169,219,169)
#B0DEB0
(176,222,176)
#B7E1B7
(183,225,183)
#BEE4BE
(190,228,190)
#C5E7C5
(197,231,197)
#CCEACC
(204,234,204)
#D3EDD3
(211,237,211)
#DAF0DA
(218,240,218)
#E1F3E1
(225,243,225)
#E8F6E8
(232,246,232)
#EFF9EF
(239,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DBA9; }

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

This text font color is #A9DBA9.


Background Color

.myBgColor { background-color: #A9DBA9; }

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

This div background color is #A9DBA9.


Border color

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

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

This div border color is #A9DBA9.


Opacity

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

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

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

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

This text has shadow with #A9DBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DBA9 on black background.


Color preview on white background

This text has color #A9DBA9 on white background.



Black color preview on #A9DBA9 background

This text has black color on #A9DBA9 background.


White color preview on #A9DBA9 background

This text has white color on #A9DBA9 background.