COLOR #A2B297

HEX: #A2B297
RGB: (162,178,151)

Color info

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

RGB color model

#A2B297 color RGB value is (162,178,151).

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

RGB channels and saturation

R 162 of 255 = 64%
G 178 of 255 = 70%
B 151 of 255 = 59%

162
178
151

R + G + B ~ 64%. #A2B297 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 178 + 151 = 491 (100%)
R 162 of 491 ~ 32.99%
G 178 of 491 ~ 36.25%
B 151 of 491 ~ 30.75%

%32.99
%36.25
%30.75

CMYK color model

#A2B297 color CMYK value is (9,0,15,30).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 15.17%
  • key color value is 30.20%
CMYK:
(9,0,15,30)
C9M0Y15K30 
(9%,0%,15%,30%)
(0.09/0.00/0.15/0.30)	

CMYK percentages

%8.99
%0
%15.17
%30.2

Codes

Color #A2B297 in popluar color models

A2B297
RGB162178151
HSL96°14.92%64.51%
HSB/HSV96°15.17%69.80%
CMYK8.99%0.00%15.17%
30.20%

Color #A2B297 in popluar number systems.

HEXA2B297
Decimal162178151
Binary101000101011001010010111
Octal242262227

Shades and tints

Shades of #A2B297

#A2B297
(162,178,151)
#94A28A
(148,162,138)
#86927D
(134,146,125)
#788270
(120,130,112)
#6A7263
(106,114,99)
#5C6256
(92,98,86)
#4E5249
(78,82,73)
#40423C
(64,66,60)
#32322F
(50,50,47)
#242222
(36,34,34)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #A2B297

#A2B297
(162,178,151)
#AAB9A0
(170,185,160)
#B2C0A9
(178,192,169)
#BAC7B2
(186,199,178)
#C2CEBB
(194,206,187)
#CAD5C4
(202,213,196)
#D2DCCD
(210,220,205)
#DAE3D6
(218,227,214)
#E2EADF
(226,234,223)
#EAF1E8
(234,241,232)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B297; }

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

This text font color is #A2B297.


Background Color

.myBgColor { background-color: #A2B297; }

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

This div background color is #A2B297.


Border color

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

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

This div border color is #A2B297.


Opacity

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

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

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

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

This text has shadow with #A2B297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B297 on black background.


Color preview on white background

This text has color #A2B297 on white background.



Black color preview on #A2B297 background

This text has black color on #A2B297 background.


White color preview on #A2B297 background

This text has white color on #A2B297 background.