COLOR #AABEA2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

170
190
162

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

Portions of RGB colors in percentages

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

%32.57
%36.4
%31.03

CMYK color model

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

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

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

CMYK percentages

%10.53
%0
%14.74
%25.49

Codes

Color #AABEA2 in popluar color models

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

Color #AABEA2 in popluar number systems.

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

Shades and tints

Shades of #AABEA2

#AABEA2
(170,190,162)
#9BAD94
(155,173,148)
#8C9C86
(140,156,134)
#7D8B78
(125,139,120)
#6E7A6A
(110,122,106)
#5F695C
(95,105,92)
#50584E
(80,88,78)
#414740
(65,71,64)
#323632
(50,54,50)
#232524
(35,37,36)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #AABEA2

#AABEA2
(170,190,162)
#B1C3AA
(177,195,170)
#B8C8B2
(184,200,178)
#BFCDBA
(191,205,186)
#C6D2C2
(198,210,194)
#CDD7CA
(205,215,202)
#D4DCD2
(212,220,210)
#DBE1DA
(219,225,218)
#E2E6E2
(226,230,226)
#E9EBEA
(233,235,234)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABEA2; }

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

This text font color is #AABEA2.

Background Color

.myBgColor { background-color: #AABEA2; }

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

This div background color is #AABEA2.

Border color

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

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

This div border color is #AABEA2.

Opacity

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

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

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

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

This text has shadow with #AABEA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABEA2.

Preview

Color preview on black background

This text has color #AABEA2 on black background.


Color preview on white background

This text has color #AABEA2 on white background.


Black color preview on #AABEA2 background

This text has black color on #AABEA2 background.


White color preview on #AABEA2 background

This text has white color on #AABEA2 background.


Related colors

Complementary color

Complementary color for #hex is #55415D.


I love getcolorcode.com

Triadic colors

1 #A2AABE and #BEA2AA with #AABEA2 are triadic colors.

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