COLOR #9AAD88

HEX: #9AAD88
RGB: (154,173,136)

Color info

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

RGB color model

#9AAD88 color RGB value is (154,173,136).

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

RGB channels and saturation

R 154 of 255 = 60%
G 173 of 255 = 68%
B 136 of 255 = 53%

154
173
136

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

Portions of RGB colors in percentages

R + G + B =
154 + 173 + 136 = 463 (100%)
R 154 of 463 ~ 33.26%
G 173 of 463 ~ 37.37%
B 136 of 463 ~ 29.37%

%33.26
%37.37
%29.37

CMYK color model

#9AAD88 color CMYK value is (11,0,21,32).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 21.39%
  • key color value is 32.16%
CMYK:
(11,0,21,32)
C11M0Y21K32 
(11%,0%,21%,32%)
(0.11/0.00/0.21/0.32)	

CMYK percentages

%10.98
%0
%21.39
%32.16

Codes

Color #9AAD88 in popluar color models

9AAD88
RGB154173136
HSL91°18.41%60.59%
HSB/HSV91°21.39%67.84%
CMYK10.98%0.00%21.39%
32.16%

Color #9AAD88 in popluar number systems.

HEX9AAD88
Decimal154173136
Binary100110101010110110001000
Octal232255210

Shades and tints

Shades of #9AAD88

#9AAD88
(154,173,136)
#8C9E7C
(140,158,124)
#7E8F70
(126,143,112)
#708064
(112,128,100)
#627158
(98,113,88)
#54624C
(84,98,76)
#465340
(70,83,64)
#384434
(56,68,52)
#2A3528
(42,53,40)
#1C261C
(28,38,28)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #9AAD88

#9AAD88
(154,173,136)
#A3B492
(163,180,146)
#ACBB9C
(172,187,156)
#B5C2A6
(181,194,166)
#BEC9B0
(190,201,176)
#C7D0BA
(199,208,186)
#D0D7C4
(208,215,196)
#D9DECE
(217,222,206)
#E2E5D8
(226,229,216)
#EBECE2
(235,236,226)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AAD88; }

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

This text font color is #9AAD88.


Background Color

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

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

This div background color is #9AAD88.


Border color

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

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

This div border color is #9AAD88.


Opacity

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

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

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

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

This text has shadow with #9AAD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AAD88 on black background.


Color preview on white background

This text has color #9AAD88 on white background.



Black color preview on #9AAD88 background

This text has black color on #9AAD88 background.


White color preview on #9AAD88 background

This text has white color on #9AAD88 background.