COLOR #AABE82

HEX: #AABE82
RGB: (170,190,130)

Color info

#AABE82 contains mainly red and green colors. Web safe color of #AABE82 is #99CC99 (or #9C9).

RGB color model

#AABE82 color RGB value is (170,190,130).

  • red value is 170;
  • green value is 190;
  • blue value is 130.
RGB:
(170,190,130)
(67%,75%,51%)

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 130 of 255 = 51%

170
190
130

R + G + B ~ 64%. #AABE82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 190 + 130 = 490 (100%)
R 170 of 490 ~ 34.69%
G 190 of 490 ~ 38.78%
B 130 of 490 ~ 26.53%

%34.69
%38.78
%26.53

CMYK color model

#AABE82 color CMYK value is (11,0,32,25).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 25.49%
CMYK:
(11,0,32,25)
C11M0Y32K25 
(11%,0%,32%,25%)
(0.11/0.00/0.32/0.25)	

CMYK percentages

%10.53
%0
%31.58
%25.49

Codes

Color #AABE82 in popluar color models

AABE82
RGB170190130
HSL80°31.58%62.75%
HSB/HSV80°31.58%74.51%
CMYK10.53%0.00%31.58%
25.49%

Color #AABE82 in popluar number systems.

HEXAABE82
Decimal170190130
Binary101010101011111010000010
Octal252276202

Shades and tints

Shades of #AABE82

#AABE82
(170,190,130)
#9BAD77
(155,173,119)
#8C9C6C
(140,156,108)
#7D8B61
(125,139,97)
#6E7A56
(110,122,86)
#5F694B
(95,105,75)
#505840
(80,88,64)
#414735
(65,71,53)
#32362A
(50,54,42)
#23251F
(35,37,31)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AABE82

#AABE82
(170,190,130)
#B1C38D
(177,195,141)
#B8C898
(184,200,152)
#BFCDA3
(191,205,163)
#C6D2AE
(198,210,174)
#CDD7B9
(205,215,185)
#D4DCC4
(212,220,196)
#DBE1CF
(219,225,207)
#E2E6DA
(226,230,218)
#E9EBE5
(233,235,229)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABE82; }

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

This text font color is #AABE82.


Background Color

.myBgColor { background-color: #AABE82; }

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

This div background color is #AABE82.


Border color

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

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

This div border color is #AABE82.


Opacity

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

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

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

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

This text has shadow with #AABE82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABE82 on black background.


Color preview on white background

This text has color #AABE82 on white background.



Black color preview on #AABE82 background

This text has black color on #AABE82 background.


White color preview on #AABE82 background

This text has white color on #AABE82 background.