COLOR #A9BB9D

HEX: #A9BB9D
RGB: (169,187,157)

Color info

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

RGB color model

#A9BB9D color RGB value is (169,187,157).

  • red value is 169;
  • green value is 187;
  • blue value is 157.
RGB:
(169,187,157)
(66%,73%,62%)

RGB channels and saturation

R 169 of 255 = 66%
G 187 of 255 = 73%
B 157 of 255 = 62%

169
187
157

R + G + B ~ 67%. #A9BB9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 187 + 157 = 513 (100%)
R 169 of 513 ~ 32.94%
G 187 of 513 ~ 36.45%
B 157 of 513 ~ 30.6%

%32.94
%36.45
%30.6

CMYK color model

#A9BB9D color CMYK value is (10,0,16,27).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 16.04%
  • key color value is 26.67%
CMYK:
(10,0,16,27)
C10M0Y16K27 
(10%,0%,16%,27%)
(0.10/0.00/0.16/0.27)	

CMYK percentages

%9.63
%0
%16.04
%26.67

Codes

Color #A9BB9D in popluar color models

A9BB9D
RGB169187157
HSL96°18.07%67.45%
HSB/HSV96°16.04%73.33%
CMYK9.63%0.00%16.04%
26.67%

Color #A9BB9D in popluar number systems.

HEXA9BB9D
Decimal169187157
Binary101010011011101110011101
Octal251273235

Shades and tints

Shades of #A9BB9D

#A9BB9D
(169,187,157)
#9AAA8F
(154,170,143)
#8B9981
(139,153,129)
#7C8873
(124,136,115)
#6D7765
(109,119,101)
#5E6657
(94,102,87)
#4F5549
(79,85,73)
#40443B
(64,68,59)
#31332D
(49,51,45)
#22221F
(34,34,31)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #A9BB9D

#A9BB9D
(169,187,157)
#B0C1A5
(176,193,165)
#B7C7AD
(183,199,173)
#BECDB5
(190,205,181)
#C5D3BD
(197,211,189)
#CCD9C5
(204,217,197)
#D3DFCD
(211,223,205)
#DAE5D5
(218,229,213)
#E1EBDD
(225,235,221)
#E8F1E5
(232,241,229)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BB9D; }

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

This text font color is #A9BB9D.


Background Color

.myBgColor { background-color: #A9BB9D; }

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

This div background color is #A9BB9D.


Border color

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

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

This div border color is #A9BB9D.


Opacity

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

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

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

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

This text has shadow with #A9BB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BB9D on black background.


Color preview on white background

This text has color #A9BB9D on white background.



Black color preview on #A9BB9D background

This text has black color on #A9BB9D background.


White color preview on #A9BB9D background

This text has white color on #A9BB9D background.