COLOR #A2BEA1

HEX: #A2BEA1 RGB: (162,190,161)

Color info

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

RGB color model

#A2BEA1 color RGB value is (162,190,161).

RGB: (162,190,161) (64%, 75%, 63%)

RGB channels and saturation

R 162 of 255 = 64%
G 190 of 255 = 75%
B 161 of 255 = 63%

162
190
161

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

Portions of RGB colors in percentages

R + G + B = 162 + 190 + 161 = 513 (100%)
R 162 of 513 ~ 31.58%
G 190 of 513 ~ 37.04%
B 161 of 513 ~ 31.38'%

%31.58
%37.04
%31.38

CMYK color model

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

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 15.26%
  • key color value is 25.49%
CMYK: (15,0,15,25) C15M0Y15K25 (15%,0%,15%,25%) (0.15/0.00/0.15/0.25) 

CMYK percentages

%14.74
%0
%15.26
%25.49

Codes

Color #A2BEA1 in popluar color models

A2 BE A1
RGB 162 190 161
HSL 118° 18.24% 68.82%
HSB/HSV 118° 15.26% 74.51%
CMYK 14.74% 0.00% 15.26%
25.49%

Color #A2BEA1 in popluar number systems.

HEX A2 BE A1
Decimal 162 190 161
Binary 10100010 10111110 10100001
Octal 242 276 241

Shades and tints

Shades of #A2BEA1

#A2BEA1
(162,190,161)
#94AD93
(148,173,147)
#869C85
(134,156,133)
#788B77
(120,139,119)
#6A7A69
(106,122,105)
#5C695B
(92,105,91)
#4E584D
(78,88,77)
#40473F
(64,71,63)
#323631
(50,54,49)
#242523
(36,37,35)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #A2BEA1

#A2BEA1
(162,190,161)
#AAC3A9
(170,195,169)
#B2C8B1
(178,200,177)
#BACDB9
(186,205,185)
#C2D2C1
(194,210,193)
#CAD7C9
(202,215,201)
#D2DCD1
(210,220,209)
#DAE1D9
(218,225,217)
#E2E6E1
(226,230,225)
#EAEBE9
(234,235,233)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BEA1; }

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

This text font color is #A2BEA1.

Background Color

.myBgColor { background-color: #A2BEA1; }

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

This div background color is #A2BEA1.

Border color

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

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

This div border color is #A2BEA1.

Opacity

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

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

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

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

This text has shadow with #A2BEA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2BEA1.

Preview

Color preview on black background

This text has color #A2BEA1 on black background.


Color preview on white background

This text has color #A2BEA1 on white background.


Black color preview on #A2BEA1 background

This text has black color on #A2BEA1 background.


White color preview on #A2BEA1 background

This text has white color on #A2BEA1 background.


Related colors

Complementary color

Complementary color for #hex is #5D415E.


I love getcolorcode.com

Triadic colors

1 #A1A2BE and #BEA1A2 with #A2BEA1 are triadic colors.

2 #A1BEA2 and #BEA2A1 with #A2BEA1 are triadic colors.