COLOR #9AA888

HEX: #9AA888
RGB: (154,168,136)

Color info

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

RGB color model

#9AA888 color RGB value is (154,168,136).

  • red value is 154;
  • green value is 168;
  • blue value is 136.
RGB:
(154,168,136)
(60%,66%,53%)

RGB channels and saturation

R 154 of 255 = 60%
G 168 of 255 = 66%
B 136 of 255 = 53%

154
168
136

R + G + B ~ 60%. #9AA888 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 168 + 136 = 458 (100%)
R 154 of 458 ~ 33.62%
G 168 of 458 ~ 36.68%
B 136 of 458 ~ 29.69%

%33.62
%36.68
%29.69

CMYK color model

#9AA888 color CMYK value is (8,0,19,34).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 34.12%
CMYK:
(8,0,19,34)
C8M0Y19K34 
(8%,0%,19%,34%)
(0.08/0.00/0.19/0.34)	

CMYK percentages

%8.33
%0
%19.05
%34.12

Codes

Color #9AA888 in popluar color models

9AA888
RGB154168136
HSL86°15.53%59.61%
HSB/HSV86°19.05%65.88%
CMYK8.33%0.00%19.05%
34.12%

Color #9AA888 in popluar number systems.

HEX9AA888
Decimal154168136
Binary100110101010100010001000
Octal232250210

Shades and tints

Shades of #9AA888

#9AA888
(154,168,136)
#8C997C
(140,153,124)
#7E8A70
(126,138,112)
#707B64
(112,123,100)
#626C58
(98,108,88)
#545D4C
(84,93,76)
#464E40
(70,78,64)
#383F34
(56,63,52)
#2A3028
(42,48,40)
#1C211C
(28,33,28)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #9AA888

#9AA888
(154,168,136)
#A3AF92
(163,175,146)
#ACB69C
(172,182,156)
#B5BDA6
(181,189,166)
#BEC4B0
(190,196,176)
#C7CBBA
(199,203,186)
#D0D2C4
(208,210,196)
#D9D9CE
(217,217,206)
#E2E0D8
(226,224,216)
#EBE7E2
(235,231,226)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA888 color. Also use rgb(154,168,136) instead hex code.

Text Font Color

.myTextColor { color: #9AA888; }

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

This text font color is #9AA888.


Background Color

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

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

This div background color is #9AA888.


Border color

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

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

This div border color is #9AA888.


Opacity

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

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

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

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

This text has shadow with #9AA888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA888 on black background.


Color preview on white background

This text has color #9AA888 on white background.



Black color preview on #9AA888 background

This text has black color on #9AA888 background.


White color preview on #9AA888 background

This text has white color on #9AA888 background.