COLOR #AABE9B

HEX: #AABE9B
RGB: (170,190,155)

Color info

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

RGB color model

#AABE9B color RGB value is (170,190,155).

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

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 155 of 255 = 61%

170
190
155

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

Portions of RGB colors in percentages

R + G + B =
170 + 190 + 155 = 515 (100%)
R 170 of 515 ~ 33.01%
G 190 of 515 ~ 36.89%
B 155 of 515 ~ 30.1%

%33.01
%36.89
%30.1

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 25.49%
CMYK:
(11,0,18,25)
C11M0Y18K25 
(11%,0%,18%,25%)
(0.11/0.00/0.18/0.25)	

CMYK percentages

%10.53
%0
%18.42
%25.49

Codes

Color #AABE9B in popluar color models

AABE9B
RGB170190155
HSL94°21.21%67.65%
HSB/HSV94°18.42%74.51%
CMYK10.53%0.00%18.42%
25.49%

Color #AABE9B in popluar number systems.

HEXAABE9B
Decimal170190155
Binary101010101011111010011011
Octal252276233

Shades and tints

Shades of #AABE9B

#AABE9B
(170,190,155)
#9BAD8D
(155,173,141)
#8C9C7F
(140,156,127)
#7D8B71
(125,139,113)
#6E7A63
(110,122,99)
#5F6955
(95,105,85)
#505847
(80,88,71)
#414739
(65,71,57)
#32362B
(50,54,43)
#23251D
(35,37,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #AABE9B

#AABE9B
(170,190,155)
#B1C3A4
(177,195,164)
#B8C8AD
(184,200,173)
#BFCDB6
(191,205,182)
#C6D2BF
(198,210,191)
#CDD7C8
(205,215,200)
#D4DCD1
(212,220,209)
#DBE1DA
(219,225,218)
#E2E6E3
(226,230,227)
#E9EBEC
(233,235,236)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABE9B; }

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

This text font color is #AABE9B.


Background Color

.myBgColor { background-color: #AABE9B; }

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

This div background color is #AABE9B.


Border color

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

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

This div border color is #AABE9B.


Opacity

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

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

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

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

This text has shadow with #AABE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABE9B on black background.


Color preview on white background

This text has color #AABE9B on white background.



Black color preview on #AABE9B background

This text has black color on #AABE9B background.


White color preview on #AABE9B background

This text has white color on #AABE9B background.