COLOR #A2B497

HEX: #A2B497
RGB: (162,180,151)

Color info

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

RGB color model

#A2B497 color RGB value is (162,180,151).

  • red value is 162;
  • green value is 180;
  • blue value is 151.
RGB:
(162,180,151)
(64%,71%,59%)

RGB channels and saturation

R 162 of 255 = 64%
G 180 of 255 = 71%
B 151 of 255 = 59%

162
180
151

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

Portions of RGB colors in percentages

R + G + B =
162 + 180 + 151 = 493 (100%)
R 162 of 493 ~ 32.86%
G 180 of 493 ~ 36.51%
B 151 of 493 ~ 30.63%

%32.86
%36.51
%30.63

CMYK color model

#A2B497 color CMYK value is (10,0,16,29).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 16.11%
  • key color value is 29.41%
CMYK:
(10,0,16,29)
C10M0Y16K29 
(10%,0%,16%,29%)
(0.10/0.00/0.16/0.29)	

CMYK percentages

%10
%0
%16.11
%29.41

Codes

Color #A2B497 in popluar color models

A2B497
RGB162180151
HSL97°16.20%64.90%
HSB/HSV97°16.11%70.59%
CMYK10.00%0.00%16.11%
29.41%

Color #A2B497 in popluar number systems.

HEXA2B497
Decimal162180151
Binary101000101011010010010111
Octal242264227

Shades and tints

Shades of #A2B497

#A2B497
(162,180,151)
#94A48A
(148,164,138)
#86947D
(134,148,125)
#788470
(120,132,112)
#6A7463
(106,116,99)
#5C6456
(92,100,86)
#4E5449
(78,84,73)
#40443C
(64,68,60)
#32342F
(50,52,47)
#242422
(36,36,34)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #A2B497

#A2B497
(162,180,151)
#AABAA0
(170,186,160)
#B2C0A9
(178,192,169)
#BAC6B2
(186,198,178)
#C2CCBB
(194,204,187)
#CAD2C4
(202,210,196)
#D2D8CD
(210,216,205)
#DADED6
(218,222,214)
#E2E4DF
(226,228,223)
#EAEAE8
(234,234,232)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B497 color. Also use rgb(162,180,151) instead hex code.

Text Font Color

.myTextColor { color: #A2B497; }

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

This text font color is #A2B497.


Background Color

.myBgColor { background-color: #A2B497; }

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

This div background color is #A2B497.


Border color

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

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

This div border color is #A2B497.


Opacity

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

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

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

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

This text has shadow with #A2B497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B497 on black background.


Color preview on white background

This text has color #A2B497 on white background.



Black color preview on #A2B497 background

This text has black color on #A2B497 background.


White color preview on #A2B497 background

This text has white color on #A2B497 background.