COLOR #A2BE97

HEX: #A2BE97
RGB: (162,190,151)

Color info

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

RGB color model

#A2BE97 color RGB value is (162,190,151).

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

RGB channels and saturation

R 162 of 255 = 64%
G 190 of 255 = 75%
B 151 of 255 = 59%

162
190
151

R + G + B ~ 66%. #A2BE97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 190 + 151 = 503 (100%)
R 162 of 503 ~ 32.21%
G 190 of 503 ~ 37.77%
B 151 of 503 ~ 30.02%

%32.21
%37.77
%30.02

CMYK color model

#A2BE97 color CMYK value is (15,0,21,25).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 20.53%
  • key color value is 25.49%
CMYK:
(15,0,21,25)
C15M0Y21K25 
(15%,0%,21%,25%)
(0.15/0.00/0.21/0.25)	

CMYK percentages

%14.74
%0
%20.53
%25.49

Codes

Color #A2BE97 in popluar color models

A2BE97
RGB162190151
HSL103°23.08%66.86%
HSB/HSV103°20.53%74.51%
CMYK14.74%0.00%20.53%
25.49%

Color #A2BE97 in popluar number systems.

HEXA2BE97
Decimal162190151
Binary101000101011111010010111
Octal242276227

Shades and tints

Shades of #A2BE97

#A2BE97
(162,190,151)
#94AD8A
(148,173,138)
#869C7D
(134,156,125)
#788B70
(120,139,112)
#6A7A63
(106,122,99)
#5C6956
(92,105,86)
#4E5849
(78,88,73)
#40473C
(64,71,60)
#32362F
(50,54,47)
#242522
(36,37,34)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #A2BE97

#A2BE97
(162,190,151)
#AAC3A0
(170,195,160)
#B2C8A9
(178,200,169)
#BACDB2
(186,205,178)
#C2D2BB
(194,210,187)
#CAD7C4
(202,215,196)
#D2DCCD
(210,220,205)
#DAE1D6
(218,225,214)
#E2E6DF
(226,230,223)
#EAEBE8
(234,235,232)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BE97; }

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

This text font color is #A2BE97.


Background Color

.myBgColor { background-color: #A2BE97; }

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

This div background color is #A2BE97.


Border color

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

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

This div border color is #A2BE97.


Opacity

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

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

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

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

This text has shadow with #A2BE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BE97 on black background.


Color preview on white background

This text has color #A2BE97 on white background.



Black color preview on #A2BE97 background

This text has black color on #A2BE97 background.


White color preview on #A2BE97 background

This text has white color on #A2BE97 background.