COLOR #A9BC8A

HEX: #A9BC8A
RGB: (169,188,138)

Color info

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

RGB color model

#A9BC8A color RGB value is (169,188,138).

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

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 138 of 255 = 54%

169
188
138

R + G + B ~ 65%. #A9BC8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 188 + 138 = 495 (100%)
R 169 of 495 ~ 34.14%
G 188 of 495 ~ 37.98%
B 138 of 495 ~ 27.88%

%34.14
%37.98
%27.88

CMYK color model

#A9BC8A color CMYK value is (10,0,27,26).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 26.60%
  • key color value is 26.27%
CMYK:
(10,0,27,26)
C10M0Y27K26 
(10%,0%,27%,26%)
(0.10/0.00/0.27/0.26)	

CMYK percentages

%10.11
%0
%26.6
%26.27

Codes

Color #A9BC8A in popluar color models

A9BC8A
RGB169188138
HSL83°27.17%63.92%
HSB/HSV83°26.60%73.73%
CMYK10.11%0.00%26.60%
26.27%

Color #A9BC8A in popluar number systems.

HEXA9BC8A
Decimal169188138
Binary101010011011110010001010
Octal251274212

Shades and tints

Shades of #A9BC8A

#A9BC8A
(169,188,138)
#9AAB7E
(154,171,126)
#8B9A72
(139,154,114)
#7C8966
(124,137,102)
#6D785A
(109,120,90)
#5E674E
(94,103,78)
#4F5642
(79,86,66)
#404536
(64,69,54)
#31342A
(49,52,42)
#22231E
(34,35,30)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #A9BC8A

#A9BC8A
(169,188,138)
#B0C294
(176,194,148)
#B7C89E
(183,200,158)
#BECEA8
(190,206,168)
#C5D4B2
(197,212,178)
#CCDABC
(204,218,188)
#D3E0C6
(211,224,198)
#DAE6D0
(218,230,208)
#E1ECDA
(225,236,218)
#E8F2E4
(232,242,228)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BC8A; }

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

This text font color is #A9BC8A.


Background Color

.myBgColor { background-color: #A9BC8A; }

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

This div background color is #A9BC8A.


Border color

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

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

This div border color is #A9BC8A.


Opacity

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

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

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

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

This text has shadow with #A9BC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BC8A on black background.


Color preview on white background

This text has color #A9BC8A on white background.



Black color preview on #A9BC8A background

This text has black color on #A9BC8A background.


White color preview on #A9BC8A background

This text has white color on #A9BC8A background.