COLOR #A2BE9D

HEX: #A2BE9D RGB: (162,190,157)

Color info

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

RGB color model

#A2BE9D color RGB value is (162,190,157).

RGB: (162,190,157) (64%, 75%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 190 of 255 = 75%
B 157 of 255 = 62%

162
190
157

R + G + B ~ 67%. #A2BE9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 190 + 157 = 509 (100%)
R 162 of 509 ~ 31.83%
G 190 of 509 ~ 37.33%
B 157 of 509 ~ 30.84'%

%31.83
%37.33
%30.84

CMYK color model

#A2BE9D color CMYK value is (15,0,17,25).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 25.49%

CMYK: (15,0,17,25)
C15M0Y17K25 (15%, 0%, 17%, 25%)
(0.15 / 0.00 / 0.17 / 0.25)

CMYK percentages

%14.74
%0
%17.37
%25.49

Codes

Color #A2BE9D in popluar color models

A2 BE 9D
RGB 162 190 157
HSL 111° 20.25% 68.04%
HSB/HSV 111° 17.37% 74.51%
CMYK 14.74% 0.00% 17.37%
25.49%

Color #A2BE9D in popluar number systems.

HEX A2 BE 9D
Decimal 162 190 157
Binary 10100010 10111110 10011101
Octal 242 276 235

Shades and tints

Shades of #A2BE9D

#A2BE9D
(162,190,157)
#94AD8F
(148,173,143)
#869C81
(134,156,129)
#788B73
(120,139,115)
#6A7A65
(106,122,101)
#5C6957
(92,105,87)
#4E5849
(78,88,73)
#40473B
(64,71,59)
#32362D
(50,54,45)
#24251F
(36,37,31)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #A2BE9D

#A2BE9D
(162,190,157)
#AAC3A5
(170,195,165)
#B2C8AD
(178,200,173)
#BACDB5
(186,205,181)
#C2D2BD
(194,210,189)
#CAD7C5
(202,215,197)
#D2DCCD
(210,220,205)
#DAE1D5
(218,225,213)
#E2E6DD
(226,230,221)
#EAEBE5
(234,235,229)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BE9D; }

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

This text font color is #A2BE9D.

Background Color

.myBgColor { background-color: #A2BE9D; }

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

This div background color is #A2BE9D.

Border color

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

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

This div border color is #A2BE9D.

Opacity

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

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

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

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

This text has shadow with #A2BE9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2BE9D.

Preview

Color preview on black background

This text has color #A2BE9D on black background.


Color preview on white background

This text has color #A2BE9D on white background.


Black color preview on #A2BE9D background

This text has black color on #A2BE9D background.


White color preview on #A2BE9D background

This text has white color on #A2BE9D background.


Related colors

Complementary color

Complementary color for #hex is #5D4162.


I love getcolorcode.com

Triadic colors

1 #9DA2BE and #BE9DA2 with #A2BE9D are triadic colors.

2 #9DBEA2 and #BEA29D with #A2BE9D are triadic colors.