COLOR #AABC97

HEX: #AABC97
RGB: (170,188,151)

Color info

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

RGB color model

#AABC97 color RGB value is (170,188,151).

  • red value is 170;
  • green value is 188;
  • blue value is 151.
RGB:
(170,188,151)
(67%,74%,59%)

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 151 of 255 = 59%

170
188
151

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

Portions of RGB colors in percentages

R + G + B =
170 + 188 + 151 = 509 (100%)
R 170 of 509 ~ 33.4%
G 188 of 509 ~ 36.94%
B 151 of 509 ~ 29.67%

%33.4
%36.94
%29.67

CMYK color model

#AABC97 color CMYK value is (10,0,20,26).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 19.68%
  • key color value is 26.27%
CMYK:
(10,0,20,26)
C10M0Y20K26 
(10%,0%,20%,26%)
(0.10/0.00/0.20/0.26)	

CMYK percentages

%9.57
%0
%19.68
%26.27

Codes

Color #AABC97 in popluar color models

AABC97
RGB170188151
HSL89°21.64%66.47%
HSB/HSV89°19.68%73.73%
CMYK9.57%0.00%19.68%
26.27%

Color #AABC97 in popluar number systems.

HEXAABC97
Decimal170188151
Binary101010101011110010010111
Octal252274227

Shades and tints

Shades of #AABC97

#AABC97
(170,188,151)
#9BAB8A
(155,171,138)
#8C9A7D
(140,154,125)
#7D8970
(125,137,112)
#6E7863
(110,120,99)
#5F6756
(95,103,86)
#505649
(80,86,73)
#41453C
(65,69,60)
#32342F
(50,52,47)
#232322
(35,35,34)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #AABC97

#AABC97
(170,188,151)
#B1C2A0
(177,194,160)
#B8C8A9
(184,200,169)
#BFCEB2
(191,206,178)
#C6D4BB
(198,212,187)
#CDDAC4
(205,218,196)
#D4E0CD
(212,224,205)
#DBE6D6
(219,230,214)
#E2ECDF
(226,236,223)
#E9F2E8
(233,242,232)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABC97; }

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

This text font color is #AABC97.


Background Color

.myBgColor { background-color: #AABC97; }

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

This div background color is #AABC97.


Border color

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

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

This div border color is #AABC97.


Opacity

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

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

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

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

This text has shadow with #AABC97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABC97 on black background.


Color preview on white background

This text has color #AABC97 on white background.



Black color preview on #AABC97 background

This text has black color on #AABC97 background.


White color preview on #AABC97 background

This text has white color on #AABC97 background.