COLOR #9AA88C

HEX: #9AA88C
RGB: (154,168,140)

Color info

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

RGB color model

#9AA88C color RGB value is (154,168,140).

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

RGB channels and saturation

R 154 of 255 = 60%
G 168 of 255 = 66%
B 140 of 255 = 55%

154
168
140

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

Portions of RGB colors in percentages

R + G + B =
154 + 168 + 140 = 462 (100%)
R 154 of 462 ~ 33.33%
G 168 of 462 ~ 36.36%
B 140 of 462 ~ 30.3%

%33.33
%36.36
%30.3

CMYK color model

#9AA88C color CMYK value is (8,0,17,34).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 34.12%
CMYK:
(8,0,17,34)
C8M0Y17K34 
(8%,0%,17%,34%)
(0.08/0.00/0.17/0.34)	

CMYK percentages

%8.33
%0
%16.67
%34.12

Codes

Color #9AA88C in popluar color models

9AA88C
RGB154168140
HSL90°13.86%60.39%
HSB/HSV90°16.67%65.88%
CMYK8.33%0.00%16.67%
34.12%

Color #9AA88C in popluar number systems.

HEX9AA88C
Decimal154168140
Binary100110101010100010001100
Octal232250214

Shades and tints

Shades of #9AA88C

#9AA88C
(154,168,140)
#8C9980
(140,153,128)
#7E8A74
(126,138,116)
#707B68
(112,123,104)
#626C5C
(98,108,92)
#545D50
(84,93,80)
#464E44
(70,78,68)
#383F38
(56,63,56)
#2A302C
(42,48,44)
#1C2120
(28,33,32)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #9AA88C

#9AA88C
(154,168,140)
#A3AF96
(163,175,150)
#ACB6A0
(172,182,160)
#B5BDAA
(181,189,170)
#BEC4B4
(190,196,180)
#C7CBBE
(199,203,190)
#D0D2C8
(208,210,200)
#D9D9D2
(217,217,210)
#E2E0DC
(226,224,220)
#EBE7E6
(235,231,230)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AA88C; }

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

This text font color is #9AA88C.


Background Color

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

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

This div background color is #9AA88C.


Border color

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

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

This div border color is #9AA88C.


Opacity

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

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

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

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

This text has shadow with #9AA88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA88C on black background.


Color preview on white background

This text has color #9AA88C on white background.



Black color preview on #9AA88C background

This text has black color on #9AA88C background.


White color preview on #9AA88C background

This text has white color on #9AA88C background.