COLOR #AABF97

HEX: #AABF97 RGB: (170,191,151)

Color info

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

RGB color model

#AABF97 color RGB value is (170,191,151).

RGB: (170,191,151) (67%, 75%, 59%)

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 151 of 255 = 59%

170
191
151

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

Portions of RGB colors in percentages

R + G + B = 170 + 191 + 151 = 512 (100%)
R 170 of 512 ~ 33.2%
G 191 of 512 ~ 37.3%
B 151 of 512 ~ 29.49'%

%33.2
%37.3
%29.49

CMYK color model

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

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 20.94%
  • key color value is 25.10%

CMYK: (11,0,21,25)
C11M0Y21K25 (11%, 0%, 21%, 25%)
(0.11 / 0.00 / 0.21 / 0.25)

CMYK percentages

%10.99
%0
%20.94
%25.1

Codes

Color #AABF97 in popluar color models

AA BF 97
RGB 170 191 151
HSL 92° 23.81% 67.06%
HSB/HSV 92° 20.94% 74.90%
CMYK 10.99% 0.00% 20.94%
25.10%

Color #AABF97 in popluar number systems.

HEX AA BF 97
Decimal 170 191 151
Binary 10101010 10111111 10010111
Octal 252 277 227

Shades and tints

Shades of #AABF97

#AABF97
(170,191,151)
#9BAE8A
(155,174,138)
#8C9D7D
(140,157,125)
#7D8C70
(125,140,112)
#6E7B63
(110,123,99)
#5F6A56
(95,106,86)
#505949
(80,89,73)
#41483C
(65,72,60)
#32372F
(50,55,47)
#232622
(35,38,34)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #AABF97

#AABF97
(170,191,151)
#B1C4A0
(177,196,160)
#B8C9A9
(184,201,169)
#BFCEB2
(191,206,178)
#C6D3BB
(198,211,187)
#CDD8C4
(205,216,196)
#D4DDCD
(212,221,205)
#DBE2D6
(219,226,214)
#E2E7DF
(226,231,223)
#E9ECE8
(233,236,232)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABF97 color. Also use rgb(170,191,151) instead hex code.

Text Font Color

.myTextColor { color: #AABF97; }

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

This text font color is #AABF97.

Background Color

.myBgColor { background-color: #AABF97; }

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

This div background color is #AABF97.

Border color

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

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

This div border color is #AABF97.

Opacity

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

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

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

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

This text has shadow with #AABF97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABF97.

Preview

Color preview on black background

This text has color #AABF97 on black background.


Color preview on white background

This text has color #AABF97 on white background.


Black color preview on #AABF97 background

This text has black color on #AABF97 background.


White color preview on #AABF97 background

This text has white color on #AABF97 background.


Related colors

Complementary color

Complementary color for #hex is #554068.


I love getcolorcode.com

Triadic colors

1 #97AABF and #BF97AA with #AABF97 are triadic colors.

2 #97BFAA and #BFAA97 with #AABF97 are triadic colors.