COLOR #A9BDA0

HEX: #A9BDA0
RGB: (169,189,160)

Color info

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

RGB color model

#A9BDA0 color RGB value is (169,189,160).

  • red value is 169;
  • green value is 189;
  • blue value is 160.
RGB:
(169,189,160)
(66%,74%,63%)

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 160 of 255 = 63%

169
189
160

R + G + B ~ 68%. #A9BDA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 189 + 160 = 518 (100%)
R 169 of 518 ~ 32.63%
G 189 of 518 ~ 36.49%
B 160 of 518 ~ 30.89%

%32.63
%36.49
%30.89

CMYK color model

#A9BDA0 color CMYK value is (11,0,15,26).

  • cyan value is 10.58%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 25.88%
CMYK:
(11,0,15,26)
C11M0Y15K26 
(11%,0%,15%,26%)
(0.11/0.00/0.15/0.26)	

CMYK percentages

%10.58
%0
%15.34
%25.88

Codes

Color #A9BDA0 in popluar color models

A9BDA0
RGB169189160
HSL101°18.01%68.43%
HSB/HSV101°15.34%74.12%
CMYK10.58%0.00%15.34%
25.88%

Color #A9BDA0 in popluar number systems.

HEXA9BDA0
Decimal169189160
Binary101010011011110110100000
Octal251275240

Shades and tints

Shades of #A9BDA0

#A9BDA0
(169,189,160)
#9AAC92
(154,172,146)
#8B9B84
(139,155,132)
#7C8A76
(124,138,118)
#6D7968
(109,121,104)
#5E685A
(94,104,90)
#4F574C
(79,87,76)
#40463E
(64,70,62)
#313530
(49,53,48)
#222422
(34,36,34)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #A9BDA0

#A9BDA0
(169,189,160)
#B0C3A8
(176,195,168)
#B7C9B0
(183,201,176)
#BECFB8
(190,207,184)
#C5D5C0
(197,213,192)
#CCDBC8
(204,219,200)
#D3E1D0
(211,225,208)
#DAE7D8
(218,231,216)
#E1EDE0
(225,237,224)
#E8F3E8
(232,243,232)
#EFF9F0
(239,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BDA0; }

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

This text font color is #A9BDA0.


Background Color

.myBgColor { background-color: #A9BDA0; }

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

This div background color is #A9BDA0.


Border color

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

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

This div border color is #A9BDA0.


Opacity

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

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

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

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

This text has shadow with #A9BDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BDA0 on black background.


Color preview on white background

This text has color #A9BDA0 on white background.



Black color preview on #A9BDA0 background

This text has black color on #A9BDA0 background.


White color preview on #A9BDA0 background

This text has white color on #A9BDA0 background.