COLOR #AABE96

HEX: #AABE96 RGB: (170,190,150)

Color info

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

RGB color model

#AABE96 color RGB value is (170,190,150).

RGB: (170,190,150) (67%, 75%, 59%)

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 150 of 255 = 59%

170
190
150

R + G + B ~ 67%. #AABE96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 190 + 150 = 510 (100%)
R 170 of 510 ~ 33.33%
G 190 of 510 ~ 37.25%
B 150 of 510 ~ 29.41'%

%33.33
%37.25
%29.41

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK: (11,0,21,25) C11M0Y21K25 (11%,0%,21%,25%) (0.11/0.00/0.21/0.25) 

CMYK percentages

%10.53
%0
%21.05
%25.49

Codes

Color #AABE96 in popluar color models

AA BE 96
RGB 170 190 150
HSL 90° 23.53% 66.67%
HSB/HSV 90° 21.05% 74.51%
CMYK 10.53% 0.00% 21.05%
25.49%

Color #AABE96 in popluar number systems.

HEX AA BE 96
Decimal 170 190 150
Binary 10101010 10111110 10010110
Octal 252 276 226

Shades and tints

Shades of #AABE96

#AABE96
(170,190,150)
#9BAD89
(155,173,137)
#8C9C7C
(140,156,124)
#7D8B6F
(125,139,111)
#6E7A62
(110,122,98)
#5F6955
(95,105,85)
#505848
(80,88,72)
#41473B
(65,71,59)
#32362E
(50,54,46)
#232521
(35,37,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AABE96

#AABE96
(170,190,150)
#B1C39F
(177,195,159)
#B8C8A8
(184,200,168)
#BFCDB1
(191,205,177)
#C6D2BA
(198,210,186)
#CDD7C3
(205,215,195)
#D4DCCC
(212,220,204)
#DBE1D5
(219,225,213)
#E2E6DE
(226,230,222)
#E9EBE7
(233,235,231)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABE96; }

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

This text font color is #AABE96.

Background Color

.myBgColor { background-color: #AABE96; }

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

This div background color is #AABE96.

Border color

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

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

This div border color is #AABE96.

Opacity

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

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

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

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

This text has shadow with #AABE96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABE96.

Preview

Color preview on black background

This text has color #AABE96 on black background.


Color preview on white background

This text has color #AABE96 on white background.


Black color preview on #AABE96 background

This text has black color on #AABE96 background.


White color preview on #AABE96 background

This text has white color on #AABE96 background.


Related colors

Complementary color

Complementary color for #hex is #554169.


I love getcolorcode.com

Triadic colors

1 #96AABE and #BE96AA with #AABE96 are triadic colors.

2 #96BEAA and #BEAA96 with #AABE96 are triadic colors.