COLOR #AABE8F

HEX: #AABE8F
RGB: (170,190,143)

Color info

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

RGB color model

#AABE8F color RGB value is (170,190,143).

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

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 143 of 255 = 56%

170
190
143

R + G + B ~ 66%. #AABE8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 190 + 143 = 503 (100%)
R 170 of 503 ~ 33.8%
G 190 of 503 ~ 37.77%
B 143 of 503 ~ 28.43%

%33.8
%37.77
%28.43

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 25.49%
CMYK:
(11,0,25,25)
C11M0Y25K25 
(11%,0%,25%,25%)
(0.11/0.00/0.25/0.25)	

CMYK percentages

%10.53
%0
%24.74
%25.49

Codes

Color #AABE8F in popluar color models

AABE8F
RGB170190143
HSL86°26.55%65.29%
HSB/HSV86°24.74%74.51%
CMYK10.53%0.00%24.74%
25.49%

Color #AABE8F in popluar number systems.

HEXAABE8F
Decimal170190143
Binary101010101011111010001111
Octal252276217

Shades and tints

Shades of #AABE8F

#AABE8F
(170,190,143)
#9BAD82
(155,173,130)
#8C9C75
(140,156,117)
#7D8B68
(125,139,104)
#6E7A5B
(110,122,91)
#5F694E
(95,105,78)
#505841
(80,88,65)
#414734
(65,71,52)
#323627
(50,54,39)
#23251A
(35,37,26)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #AABE8F

#AABE8F
(170,190,143)
#B1C399
(177,195,153)
#B8C8A3
(184,200,163)
#BFCDAD
(191,205,173)
#C6D2B7
(198,210,183)
#CDD7C1
(205,215,193)
#D4DCCB
(212,220,203)
#DBE1D5
(219,225,213)
#E2E6DF
(226,230,223)
#E9EBE9
(233,235,233)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABE8F; }

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

This text font color is #AABE8F.


Background Color

.myBgColor { background-color: #AABE8F; }

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

This div background color is #AABE8F.


Border color

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

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

This div border color is #AABE8F.


Opacity

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

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

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

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

This text has shadow with #AABE8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABE8F on black background.


Color preview on white background

This text has color #AABE8F on white background.



Black color preview on #AABE8F background

This text has black color on #AABE8F background.


White color preview on #AABE8F background

This text has white color on #AABE8F background.