COLOR #A9BC9D

HEX: #A9BC9D
RGB: (169,188,157)

Color info

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

RGB color model

#A9BC9D color RGB value is (169,188,157).

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

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 157 of 255 = 62%

169
188
157

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

Portions of RGB colors in percentages

R + G + B =
169 + 188 + 157 = 514 (100%)
R 169 of 514 ~ 32.88%
G 188 of 514 ~ 36.58%
B 157 of 514 ~ 30.54%

%32.88
%36.58
%30.54

CMYK color model

#A9BC9D color CMYK value is (10,0,16,26).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 16.49%
  • key color value is 26.27%
CMYK:
(10,0,16,26)
C10M0Y16K26 
(10%,0%,16%,26%)
(0.10/0.00/0.16/0.26)	

CMYK percentages

%10.11
%0
%16.49
%26.27

Codes

Color #A9BC9D in popluar color models

A9BC9D
RGB169188157
HSL97°18.79%67.65%
HSB/HSV97°16.49%73.73%
CMYK10.11%0.00%16.49%
26.27%

Color #A9BC9D in popluar number systems.

HEXA9BC9D
Decimal169188157
Binary101010011011110010011101
Octal251274235

Shades and tints

Shades of #A9BC9D

#A9BC9D
(169,188,157)
#9AAB8F
(154,171,143)
#8B9A81
(139,154,129)
#7C8973
(124,137,115)
#6D7865
(109,120,101)
#5E6757
(94,103,87)
#4F5649
(79,86,73)
#40453B
(64,69,59)
#31342D
(49,52,45)
#22231F
(34,35,31)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #A9BC9D

#A9BC9D
(169,188,157)
#B0C2A5
(176,194,165)
#B7C8AD
(183,200,173)
#BECEB5
(190,206,181)
#C5D4BD
(197,212,189)
#CCDAC5
(204,218,197)
#D3E0CD
(211,224,205)
#DAE6D5
(218,230,213)
#E1ECDD
(225,236,221)
#E8F2E5
(232,242,229)
#EFF8ED
(239,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BC9D; }

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

This text font color is #A9BC9D.


Background Color

.myBgColor { background-color: #A9BC9D; }

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

This div background color is #A9BC9D.


Border color

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

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

This div border color is #A9BC9D.


Opacity

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

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

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

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

This text has shadow with #A9BC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BC9D on black background.


Color preview on white background

This text has color #A9BC9D on white background.



Black color preview on #A9BC9D background

This text has black color on #A9BC9D background.


White color preview on #A9BC9D background

This text has white color on #A9BC9D background.