COLOR #99AA9A

HEX: #99AA9A
RGB: (153,170,154)

Color info

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

RGB color model

#99AA9A color RGB value is (153,170,154).

  • red value is 153;
  • green value is 170;
  • blue value is 154.
RGB:
(153,170,154)
(60%,67%,60%)

RGB channels and saturation

R 153 of 255 = 60%
G 170 of 255 = 67%
B 154 of 255 = 60%

153
170
154

R + G + B ~ 62%. #99AA9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 170 + 154 = 477 (100%)
R 153 of 477 ~ 32.08%
G 170 of 477 ~ 35.64%
B 154 of 477 ~ 32.29%

%32.08
%35.64
%32.29

CMYK color model

#99AA9A color CMYK value is (10,0,9,33).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(10,0,9,33)
C10M0Y9K33 
(10%,0%,9%,33%)
(0.10/0.00/0.09/0.33)	

CMYK percentages

%10
%0
%9.41
%33.33

Codes

Color #99AA9A in popluar color models

99AA9A
RGB153170154
HSL124°9.09%63.33%
HSB/HSV124°10.00%66.67%
CMYK10.00%0.00%9.41%
33.33%

Color #99AA9A in popluar number systems.

HEX99AA9A
Decimal153170154
Binary100110011010101010011010
Octal231252232

Shades and tints

Shades of #99AA9A

#99AA9A
(153,170,154)
#8C9B8C
(140,155,140)
#7F8C7E
(127,140,126)
#727D70
(114,125,112)
#656E62
(101,110,98)
#585F54
(88,95,84)
#4B5046
(75,80,70)
#3E4138
(62,65,56)
#31322A
(49,50,42)
#24231C
(36,35,28)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #99AA9A

#99AA9A
(153,170,154)
#A2B1A3
(162,177,163)
#ABB8AC
(171,184,172)
#B4BFB5
(180,191,181)
#BDC6BE
(189,198,190)
#C6CDC7
(198,205,199)
#CFD4D0
(207,212,208)
#D8DBD9
(216,219,217)
#E1E2E2
(225,226,226)
#EAE9EB
(234,233,235)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AA9A color. Also use rgb(153,170,154) instead hex code.

Text Font Color

.myTextColor { color: #99AA9A; }

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

This text font color is #99AA9A.


Background Color

.myBgColor { background-color: #99AA9A; }

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

This div background color is #99AA9A.


Border color

.myBorderColor { border: 1px solid #99AA9A; }

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

This div border color is #99AA9A.


Opacity

.myOpacity80 { color: #99AA9A; opacity: 0.8; }

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

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

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

This text has shadow with #99AA9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AA9A on black background.


Color preview on white background

This text has color #99AA9A on white background.



Black color preview on #99AA9A background

This text has black color on #99AA9A background.


White color preview on #99AA9A background

This text has white color on #99AA9A background.