COLOR #A9BB99

HEX: #A9BB99 RGB: (169,187,153)

Color info

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

RGB color model

#A9BB99 color RGB value is (169,187,153).

RGB: (169,187,153) (66%, 73%, 60%)

RGB channels and saturation

R 169 of 255 = 66%
G 187 of 255 = 73%
B 153 of 255 = 60%

169
187
153

R + G + B ~ 66%. #A9BB99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 187 + 153 = 509 (100%)
R 169 of 509 ~ 33.2%
G 187 of 509 ~ 36.74%
B 153 of 509 ~ 30.06'%

%33.2
%36.74
%30.06

CMYK color model

#A9BB99 color CMYK value is (10,0,18,27).

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

CMYK: (10,0,18,27)
C10M0Y18K27 (10%, 0%, 18%, 27%)
(0.10 / 0.00 / 0.18 / 0.27)

CMYK percentages

%9.63
%0
%18.18
%26.67

Codes

Color #A9BB99 in popluar color models

A9 BB 99
RGB 169 187 153
HSL 92° 20.00% 66.67%
HSB/HSV 92° 18.18% 73.33%
CMYK 9.63% 0.00% 18.18%
26.67%

Color #A9BB99 in popluar number systems.

HEX A9 BB 99
Decimal 169 187 153
Binary 10101001 10111011 10011001
Octal 251 273 231

Shades and tints

Shades of #A9BB99

#A9BB99
(169,187,153)
#9AAA8C
(154,170,140)
#8B997F
(139,153,127)
#7C8872
(124,136,114)
#6D7765
(109,119,101)
#5E6658
(94,102,88)
#4F554B
(79,85,75)
#40443E
(64,68,62)
#313331
(49,51,49)
#222224
(34,34,36)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #A9BB99

#A9BB99
(169,187,153)
#B0C1A2
(176,193,162)
#B7C7AB
(183,199,171)
#BECDB4
(190,205,180)
#C5D3BD
(197,211,189)
#CCD9C6
(204,217,198)
#D3DFCF
(211,223,207)
#DAE5D8
(218,229,216)
#E1EBE1
(225,235,225)
#E8F1EA
(232,241,234)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BB99; }

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

This text font color is #A9BB99.

Background Color

.myBgColor { background-color: #A9BB99; }

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

This div background color is #A9BB99.

Border color

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

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

This div border color is #A9BB99.

Opacity

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

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

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

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

This text has shadow with #A9BB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BB99.

Preview

Color preview on black background

This text has color #A9BB99 on black background.


Color preview on white background

This text has color #A9BB99 on white background.


Black color preview on #A9BB99 background

This text has black color on #A9BB99 background.


White color preview on #A9BB99 background

This text has white color on #A9BB99 background.


Related colors

Complementary color

Complementary color for #hex is #564466.


I love getcolorcode.com

Triadic colors

1 #99A9BB and #BB99A9 with #A9BB99 are triadic colors.

2 #99BBA9 and #BBA999 with #A9BB99 are triadic colors.