COLOR #99A09E

HEX: #99A09E
RGB: (153,160,158)

Color info

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

RGB color model

#99A09E color RGB value is (153,160,158).

  • red value is 153;
  • green value is 160;
  • blue value is 158.
RGB:
(153,160,158)
(60%,63%,62%)

RGB channels and saturation

R 153 of 255 = 60%
G 160 of 255 = 63%
B 158 of 255 = 62%

153
160
158

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

Portions of RGB colors in percentages

R + G + B =
153 + 160 + 158 = 471 (100%)
R 153 of 471 ~ 32.48%
G 160 of 471 ~ 33.97%
B 158 of 471 ~ 33.55%

%32.48
%33.97
%33.55

CMYK color model

#99A09E color CMYK value is (4,0,1,37).

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(4,0,1,37)
C4M0Y1K37 
(4%,0%,1%,37%)
(0.04/0.00/0.01/0.37)	

CMYK percentages

%4.38
%0
%1.25
%37.25

Codes

Color #99A09E in popluar color models

99A09E
RGB153160158
HSL163°3.55%61.37%
HSB/HSV163°4.38%62.75%
CMYK4.38%0.00%1.25%
37.25%

Color #99A09E in popluar number systems.

HEX99A09E
Decimal153160158
Binary100110011010000010011110
Octal231240236

Shades and tints

Shades of #99A09E

#99A09E
(153,160,158)
#8C9290
(140,146,144)
#7F8482
(127,132,130)
#727674
(114,118,116)
#656866
(101,104,102)
#585A58
(88,90,88)
#4B4C4A
(75,76,74)
#3E3E3C
(62,62,60)
#31302E
(49,48,46)
#242220
(36,34,32)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #99A09E

#99A09E
(153,160,158)
#A2A8A6
(162,168,166)
#ABB0AE
(171,176,174)
#B4B8B6
(180,184,182)
#BDC0BE
(189,192,190)
#C6C8C6
(198,200,198)
#CFD0CE
(207,208,206)
#D8D8D6
(216,216,214)
#E1E0DE
(225,224,222)
#EAE8E6
(234,232,230)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A09E color. Also use rgb(153,160,158) instead hex code.

Text Font Color

.myTextColor { color: #99A09E; }

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

This text font color is #99A09E.


Background Color

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

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

This div background color is #99A09E.


Border color

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

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

This div border color is #99A09E.


Opacity

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

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

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

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

This text has shadow with #99A09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A09E on black background.


Color preview on white background

This text has color #99A09E on white background.



Black color preview on #99A09E background

This text has black color on #99A09E background.


White color preview on #99A09E background

This text has white color on #99A09E background.