COLOR #A2B09B

HEX: #A2B09B
RGB: (162,176,155)

Color info

#A2B09B contains red, green and blue colors in about the same proportion. Web safe color of #A2B09B is #999999 (or #999).

RGB color model

#A2B09B color RGB value is (162,176,155).

  • red value is 162;
  • green value is 176;
  • blue value is 155.
RGB:
(162,176,155)
(64%,69%,61%)

RGB channels and saturation

R 162 of 255 = 64%
G 176 of 255 = 69%
B 155 of 255 = 61%

162
176
155

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

Portions of RGB colors in percentages

R + G + B =
162 + 176 + 155 = 493 (100%)
R 162 of 493 ~ 32.86%
G 176 of 493 ~ 35.7%
B 155 of 493 ~ 31.44%

%32.86
%35.7
%31.44

CMYK color model

#A2B09B color CMYK value is (8,0,12,31).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 30.98%
CMYK:
(8,0,12,31)
C8M0Y12K31 
(8%,0%,12%,31%)
(0.08/0.00/0.12/0.31)	

CMYK percentages

%7.95
%0
%11.93
%30.98

Codes

Color #A2B09B in popluar color models

A2B09B
RGB162176155
HSL100°11.73%64.90%
HSB/HSV100°11.93%69.02%
CMYK7.95%0.00%11.93%
30.98%

Color #A2B09B in popluar number systems.

HEXA2B09B
Decimal162176155
Binary101000101011000010011011
Octal242260233

Shades and tints

Shades of #A2B09B

#A2B09B
(162,176,155)
#94A08D
(148,160,141)
#86907F
(134,144,127)
#788071
(120,128,113)
#6A7063
(106,112,99)
#5C6055
(92,96,85)
#4E5047
(78,80,71)
#404039
(64,64,57)
#32302B
(50,48,43)
#24201D
(36,32,29)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #A2B09B

#A2B09B
(162,176,155)
#AAB7A4
(170,183,164)
#B2BEAD
(178,190,173)
#BAC5B6
(186,197,182)
#C2CCBF
(194,204,191)
#CAD3C8
(202,211,200)
#D2DAD1
(210,218,209)
#DAE1DA
(218,225,218)
#E2E8E3
(226,232,227)
#EAEFEC
(234,239,236)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B09B color. Also use rgb(162,176,155) instead hex code.

Text Font Color

.myTextColor { color: #A2B09B; }

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

This text font color is #A2B09B.


Background Color

.myBgColor { background-color: #A2B09B; }

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

This div background color is #A2B09B.


Border color

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

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

This div border color is #A2B09B.


Opacity

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

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

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

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

This text has shadow with #A2B09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B09B on black background.


Color preview on white background

This text has color #A2B09B on white background.



Black color preview on #A2B09B background

This text has black color on #A2B09B background.


White color preview on #A2B09B background

This text has white color on #A2B09B background.