COLOR #9AAB97

HEX: #9AAB97
RGB: (154,171,151)

Color info

#9AAB97 contains red, green and blue colors in about the same proportion. Web safe color of #9AAB97 is #999999 (or #999).

RGB color model

#9AAB97 color RGB value is (154,171,151).

  • red value is 154;
  • green value is 171;
  • blue value is 151.
RGB:
(154,171,151)
(60%,67%,59%)

RGB channels and saturation

R 154 of 255 = 60%
G 171 of 255 = 67%
B 151 of 255 = 59%

154
171
151

R + G + B ~ 62%. #9AAB97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 171 + 151 = 476 (100%)
R 154 of 476 ~ 32.35%
G 171 of 476 ~ 35.92%
B 151 of 476 ~ 31.72%

%32.35
%35.92
%31.72

CMYK color model

#9AAB97 color CMYK value is (10,0,12,33).

  • cyan value is 9.94%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 32.94%
CMYK:
(10,0,12,33)
C10M0Y12K33 
(10%,0%,12%,33%)
(0.10/0.00/0.12/0.33)	

CMYK percentages

%9.94
%0
%11.7
%32.94

Codes

Color #9AAB97 in popluar color models

9AAB97
RGB154171151
HSL111°10.64%63.14%
HSB/HSV111°11.70%67.06%
CMYK9.94%0.00%11.70%
32.94%

Color #9AAB97 in popluar number systems.

HEX9AAB97
Decimal154171151
Binary100110101010101110010111
Octal232253227

Shades and tints

Shades of #9AAB97

#9AAB97
(154,171,151)
#8C9C8A
(140,156,138)
#7E8D7D
(126,141,125)
#707E70
(112,126,112)
#626F63
(98,111,99)
#546056
(84,96,86)
#465149
(70,81,73)
#38423C
(56,66,60)
#2A332F
(42,51,47)
#1C2422
(28,36,34)
#0E1515
(14,21,21)
#000000
(0,0,0)

Tints of #9AAB97

#9AAB97
(154,171,151)
#A3B2A0
(163,178,160)
#ACB9A9
(172,185,169)
#B5C0B2
(181,192,178)
#BEC7BB
(190,199,187)
#C7CEC4
(199,206,196)
#D0D5CD
(208,213,205)
#D9DCD6
(217,220,214)
#E2E3DF
(226,227,223)
#EBEAE8
(235,234,232)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AAB97 color. Also use rgb(154,171,151) instead hex code.

Text Font Color

.myTextColor { color: #9AAB97; }

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

This text font color is #9AAB97.


Background Color

.myBgColor { background-color: #9AAB97; }

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

This div background color is #9AAB97.


Border color

.myBorderColor { border: 1px solid #9AAB97; }

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

This div border color is #9AAB97.


Opacity

.myOpacity80 { color: #9AAB97; opacity: 0.8; }

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

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

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

This text has shadow with #9AAB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AAB97 on black background.


Color preview on white background

This text has color #9AAB97 on white background.



Black color preview on #9AAB97 background

This text has black color on #9AAB97 background.


White color preview on #9AAB97 background

This text has white color on #9AAB97 background.