COLOR #A2BEAA

HEX: #A2BEAA RGB: (162,190,170)

Color info

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

RGB color model

#A2BEAA color RGB value is (162,190,170).

RGB: (162,190,170) (64%, 75%, 67%)

RGB channels and saturation

R 162 of 255 = 64%
G 190 of 255 = 75%
B 170 of 255 = 67%

162
190
170

R + G + B ~ 69%. #A2BEAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 190 + 170 = 522 (100%)
R 162 of 522 ~ 31.03%
G 190 of 522 ~ 36.4%
B 170 of 522 ~ 32.57'%

%31.03
%36.4
%32.57

CMYK color model

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

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

CMYK: (15,0,11,25)
C15M0Y11K25 (15%, 0%, 11%, 25%)
(0.15 / 0.00 / 0.11 / 0.25)

CMYK percentages

%14.74
%0
%10.53
%25.49

Codes

Color #A2BEAA in popluar color models

A2 BE AA
RGB 162 190 170
HSL 137° 17.72% 69.02%
HSB/HSV 137° 14.74% 74.51%
CMYK 14.74% 0.00% 10.53%
25.49%

Color #A2BEAA in popluar number systems.

HEX A2 BE AA
Decimal 162 190 170
Binary 10100010 10111110 10101010
Octal 242 276 252

Shades and tints

Shades of #A2BEAA

#A2BEAA
(162,190,170)
#94AD9B
(148,173,155)
#869C8C
(134,156,140)
#788B7D
(120,139,125)
#6A7A6E
(106,122,110)
#5C695F
(92,105,95)
#4E5850
(78,88,80)
#404741
(64,71,65)
#323632
(50,54,50)
#242523
(36,37,35)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #A2BEAA

#A2BEAA
(162,190,170)
#AAC3B1
(170,195,177)
#B2C8B8
(178,200,184)
#BACDBF
(186,205,191)
#C2D2C6
(194,210,198)
#CAD7CD
(202,215,205)
#D2DCD4
(210,220,212)
#DAE1DB
(218,225,219)
#E2E6E2
(226,230,226)
#EAEBE9
(234,235,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BEAA; }

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

This text font color is #A2BEAA.

Background Color

.myBgColor { background-color: #A2BEAA; }

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

This div background color is #A2BEAA.

Border color

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

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

This div border color is #A2BEAA.

Opacity

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

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

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

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

This text has shadow with #A2BEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2BEAA.

Preview

Color preview on black background

This text has color #A2BEAA on black background.


Color preview on white background

This text has color #A2BEAA on white background.


Black color preview on #A2BEAA background

This text has black color on #A2BEAA background.


White color preview on #A2BEAA background

This text has white color on #A2BEAA background.


Related colors

Complementary color

Complementary color for #hex is #5D4155.


I love getcolorcode.com

Triadic colors

1 #AAA2BE and #BEAAA2 with #A2BEAA are triadic colors.

2 #AABEA2 and #BEA2AA with #A2BEAA are triadic colors.