COLOR #A9BB7E

HEX: #A9BB7E RGB: (169,187,126)

Color info

#A9BB7E contains mainly red and green colors. Web safe color of #A9BB7E is #99CC66 (or #9C6).

RGB color model

#A9BB7E color RGB value is (169,187,126).

RGB: (169,187,126) (66%, 73%, 49%)

RGB channels and saturation

R 169 of 255 = 66%
G 187 of 255 = 73%
B 126 of 255 = 49%

169
187
126

R + G + B ~ 63%. #A9BB7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 187 + 126 = 482 (100%)
R 169 of 482 ~ 35.06%
G 187 of 482 ~ 38.8%
B 126 of 482 ~ 26.14'%

%35.06
%38.8
%26.14

CMYK color model

#A9BB7E color CMYK value is (10,0,33,27).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 32.62%
  • key color value is 26.67%

CMYK: (10,0,33,27)
C10M0Y33K27 (10%, 0%, 33%, 27%)
(0.10 / 0.00 / 0.33 / 0.27)

CMYK percentages

%9.63
%0
%32.62
%26.67

Codes

Color #A9BB7E in popluar color models

A9 BB 7E
RGB 169 187 126
HSL 78° 30.96% 61.37%
HSB/HSV 78° 32.62% 73.33%
CMYK 9.63% 0.00% 32.62%
26.67%

Color #A9BB7E in popluar number systems.

HEX A9 BB 7E
Decimal 169 187 126
Binary 10101001 10111011 1111110
Octal 251 273 176

Shades and tints

Shades of #A9BB7E

#A9BB7E
(169,187,126)
#9AAA73
(154,170,115)
#8B9968
(139,153,104)
#7C885D
(124,136,93)
#6D7752
(109,119,82)
#5E6647
(94,102,71)
#4F553C
(79,85,60)
#404431
(64,68,49)
#313326
(49,51,38)
#22221B
(34,34,27)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #A9BB7E

#A9BB7E
(169,187,126)
#B0C189
(176,193,137)
#B7C794
(183,199,148)
#BECD9F
(190,205,159)
#C5D3AA
(197,211,170)
#CCD9B5
(204,217,181)
#D3DFC0
(211,223,192)
#DAE5CB
(218,229,203)
#E1EBD6
(225,235,214)
#E8F1E1
(232,241,225)
#EFF7EC
(239,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BB7E; }

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

This text font color is #A9BB7E.

Background Color

.myBgColor { background-color: #A9BB7E; }

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

This div background color is #A9BB7E.

Border color

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

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

This div border color is #A9BB7E.

Opacity

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

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

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

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

This text has shadow with #A9BB7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BB7E.

Preview

Color preview on black background

This text has color #A9BB7E on black background.


Color preview on white background

This text has color #A9BB7E on white background.


Black color preview on #A9BB7E background

This text has black color on #A9BB7E background.


White color preview on #A9BB7E background

This text has white color on #A9BB7E background.


Related colors

Complementary color

Complementary color for #hex is #564481.


I love getcolorcode.com

Triadic colors

1 #7EA9BB and #BB7EA9 with #A9BB7E are triadic colors.

2 #7EBBA9 and #BBA97E with #A9BB7E are triadic colors.