COLOR #AABE81

HEX: #AABE81
RGB: (170,190,129)

Color info

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

RGB color model

#AABE81 color RGB value is (170,190,129).

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

RGB channels and saturation

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

170
190
129

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

Portions of RGB colors in percentages

R + G + B =
170 + 190 + 129 = 489 (100%)
R 170 of 489 ~ 34.76%
G 190 of 489 ~ 38.85%
B 129 of 489 ~ 26.38%

%34.76
%38.85
%26.38

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 32.11%
  • 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
%32.11
%25.49

Codes

Color #AABE81 in popluar color models

AABE81
RGB170190129
HSL80°31.94%62.55%
HSB/HSV80°32.11%74.51%
CMYK10.53%0.00%32.11%
25.49%

Color #AABE81 in popluar number systems.

HEXAABE81
Decimal170190129
Binary101010101011111010000001
Octal252276201

Shades and tints

Shades of #AABE81

#AABE81
(170,190,129)
#9BAD76
(155,173,118)
#8C9C6B
(140,156,107)
#7D8B60
(125,139,96)
#6E7A55
(110,122,85)
#5F694A
(95,105,74)
#50583F
(80,88,63)
#414734
(65,71,52)
#323629
(50,54,41)
#23251E
(35,37,30)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #AABE81

#AABE81
(170,190,129)
#B1C38C
(177,195,140)
#B8C897
(184,200,151)
#BFCDA2
(191,205,162)
#C6D2AD
(198,210,173)
#CDD7B8
(205,215,184)
#D4DCC3
(212,220,195)
#DBE1CE
(219,225,206)
#E2E6D9
(226,230,217)
#E9EBE4
(233,235,228)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABE81; }

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

This text font color is #AABE81.


Background Color

.myBgColor { background-color: #AABE81; }

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

This div background color is #AABE81.


Border color

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

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

This div border color is #AABE81.


Opacity

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

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

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

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

This text has shadow with #AABE81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABE81 on black background.


Color preview on white background

This text has color #AABE81 on white background.



Black color preview on #AABE81 background

This text has black color on #AABE81 background.


White color preview on #AABE81 background

This text has white color on #AABE81 background.