COLOR #A2B087

HEX: #A2B087
RGB: (162,176,135)

Color info

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

RGB color model

#A2B087 color RGB value is (162,176,135).

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

RGB channels and saturation

R 162 of 255 = 64%
G 176 of 255 = 69%
B 135 of 255 = 53%

162
176
135

R + G + B ~ 62%. #A2B087 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 176 + 135 = 473 (100%)
R 162 of 473 ~ 34.25%
G 176 of 473 ~ 37.21%
B 135 of 473 ~ 28.54%

%34.25
%37.21
%28.54

CMYK color model

#A2B087 color CMYK value is (8,0,23,31).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 30.98%
CMYK:
(8,0,23,31)
C8M0Y23K31 
(8%,0%,23%,31%)
(0.08/0.00/0.23/0.31)	

CMYK percentages

%7.95
%0
%23.3
%30.98

Codes

Color #A2B087 in popluar color models

A2B087
RGB162176135
HSL80°20.60%60.98%
HSB/HSV80°23.30%69.02%
CMYK7.95%0.00%23.30%
30.98%

Color #A2B087 in popluar number systems.

HEXA2B087
Decimal162176135
Binary101000101011000010000111
Octal242260207

Shades and tints

Shades of #A2B087

#A2B087
(162,176,135)
#94A07B
(148,160,123)
#86906F
(134,144,111)
#788063
(120,128,99)
#6A7057
(106,112,87)
#5C604B
(92,96,75)
#4E503F
(78,80,63)
#404033
(64,64,51)
#323027
(50,48,39)
#24201B
(36,32,27)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #A2B087

#A2B087
(162,176,135)
#AAB791
(170,183,145)
#B2BE9B
(178,190,155)
#BAC5A5
(186,197,165)
#C2CCAF
(194,204,175)
#CAD3B9
(202,211,185)
#D2DAC3
(210,218,195)
#DAE1CD
(218,225,205)
#E2E8D7
(226,232,215)
#EAEFE1
(234,239,225)
#F2F6EB
(242,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B087; }

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

This text font color is #A2B087.


Background Color

.myBgColor { background-color: #A2B087; }

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

This div background color is #A2B087.


Border color

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

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

This div border color is #A2B087.


Opacity

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

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

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

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

This text has shadow with #A2B087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B087 on black background.


Color preview on white background

This text has color #A2B087 on white background.



Black color preview on #A2B087 background

This text has black color on #A2B087 background.


White color preview on #A2B087 background

This text has white color on #A2B087 background.