COLOR #AABE9F

HEX: #AABE9F
RGB: (170,190,159)

Color info

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

RGB color model

#AABE9F color RGB value is (170,190,159).

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

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 159 of 255 = 62%

170
190
159

R + G + B ~ 68%. #AABE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 190 + 159 = 519 (100%)
R 170 of 519 ~ 32.76%
G 190 of 519 ~ 36.61%
B 159 of 519 ~ 30.64%

%32.76
%36.61
%30.64

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 16.32%
  • key color value is 25.49%
CMYK:
(11,0,16,25)
C11M0Y16K25 
(11%,0%,16%,25%)
(0.11/0.00/0.16/0.25)	

CMYK percentages

%10.53
%0
%16.32
%25.49

Codes

Color #AABE9F in popluar color models

AABE9F
RGB170190159
HSL99°19.25%68.43%
HSB/HSV99°16.32%74.51%
CMYK10.53%0.00%16.32%
25.49%

Color #AABE9F in popluar number systems.

HEXAABE9F
Decimal170190159
Binary101010101011111010011111
Octal252276237

Shades and tints

Shades of #AABE9F

#AABE9F
(170,190,159)
#9BAD91
(155,173,145)
#8C9C83
(140,156,131)
#7D8B75
(125,139,117)
#6E7A67
(110,122,103)
#5F6959
(95,105,89)
#50584B
(80,88,75)
#41473D
(65,71,61)
#32362F
(50,54,47)
#232521
(35,37,33)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #AABE9F

#AABE9F
(170,190,159)
#B1C3A7
(177,195,167)
#B8C8AF
(184,200,175)
#BFCDB7
(191,205,183)
#C6D2BF
(198,210,191)
#CDD7C7
(205,215,199)
#D4DCCF
(212,220,207)
#DBE1D7
(219,225,215)
#E2E6DF
(226,230,223)
#E9EBE7
(233,235,231)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABE9F; }

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

This text font color is #AABE9F.


Background Color

.myBgColor { background-color: #AABE9F; }

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

This div background color is #AABE9F.


Border color

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

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

This div border color is #AABE9F.


Opacity

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

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

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

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

This text has shadow with #AABE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABE9F on black background.


Color preview on white background

This text has color #AABE9F on white background.



Black color preview on #AABE9F background

This text has black color on #AABE9F background.


White color preview on #AABE9F background

This text has white color on #AABE9F background.