COLOR #A9BB9B

HEX: #A9BB9B
RGB: (169,187,155)

Color info

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

RGB color model

#A9BB9B color RGB value is (169,187,155).

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

RGB channels and saturation

R 169 of 255 = 66%
G 187 of 255 = 73%
B 155 of 255 = 61%

169
187
155

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

Portions of RGB colors in percentages

R + G + B =
169 + 187 + 155 = 511 (100%)
R 169 of 511 ~ 33.07%
G 187 of 511 ~ 36.59%
B 155 of 511 ~ 30.33%

%33.07
%36.59
%30.33

CMYK color model

#A9BB9B color CMYK value is (10,0,17,27).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 26.67%
CMYK:
(10,0,17,27)
C10M0Y17K27 
(10%,0%,17%,27%)
(0.10/0.00/0.17/0.27)	

CMYK percentages

%9.63
%0
%17.11
%26.67

Codes

Color #A9BB9B in popluar color models

A9BB9B
RGB169187155
HSL94°19.05%67.06%
HSB/HSV94°17.11%73.33%
CMYK9.63%0.00%17.11%
26.67%

Color #A9BB9B in popluar number systems.

HEXA9BB9B
Decimal169187155
Binary101010011011101110011011
Octal251273233

Shades and tints

Shades of #A9BB9B

#A9BB9B
(169,187,155)
#9AAA8D
(154,170,141)
#8B997F
(139,153,127)
#7C8871
(124,136,113)
#6D7763
(109,119,99)
#5E6655
(94,102,85)
#4F5547
(79,85,71)
#404439
(64,68,57)
#31332B
(49,51,43)
#22221D
(34,34,29)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #A9BB9B

#A9BB9B
(169,187,155)
#B0C1A4
(176,193,164)
#B7C7AD
(183,199,173)
#BECDB6
(190,205,182)
#C5D3BF
(197,211,191)
#CCD9C8
(204,217,200)
#D3DFD1
(211,223,209)
#DAE5DA
(218,229,218)
#E1EBE3
(225,235,227)
#E8F1EC
(232,241,236)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BB9B; }

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

This text font color is #A9BB9B.


Background Color

.myBgColor { background-color: #A9BB9B; }

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

This div background color is #A9BB9B.


Border color

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

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

This div border color is #A9BB9B.


Opacity

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

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

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

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

This text has shadow with #A9BB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BB9B on black background.


Color preview on white background

This text has color #A9BB9B on white background.



Black color preview on #A9BB9B background

This text has black color on #A9BB9B background.


White color preview on #A9BB9B background

This text has white color on #A9BB9B background.