COLOR #99A09B

HEX: #99A09B
RGB: (153,160,155)

Color info

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

RGB color model

#99A09B color RGB value is (153,160,155).

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

RGB channels and saturation

R 153 of 255 = 60%
G 160 of 255 = 63%
B 155 of 255 = 61%

153
160
155

R + G + B ~ 61%. #99A09B is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 160 + 155 = 468 (100%)
R 153 of 468 ~ 32.69%
G 160 of 468 ~ 34.19%
B 155 of 468 ~ 33.12%

%32.69
%34.19
%33.12

CMYK color model

#99A09B color CMYK value is (4,0,3,37).

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 37.25%
CMYK:
(4,0,3,37)
C4M0Y3K37 
(4%,0%,3%,37%)
(0.04/0.00/0.03/0.37)	

CMYK percentages

%4.38
%0
%3.13
%37.25

Codes

Color #99A09B in popluar color models

99A09B
RGB153160155
HSL137°3.55%61.37%
HSB/HSV137°4.38%62.75%
CMYK4.38%0.00%3.13%
37.25%

Color #99A09B in popluar number systems.

HEX99A09B
Decimal153160155
Binary100110011010000010011011
Octal231240233

Shades and tints

Shades of #99A09B

#99A09B
(153,160,155)
#8C928D
(140,146,141)
#7F847F
(127,132,127)
#727671
(114,118,113)
#656863
(101,104,99)
#585A55
(88,90,85)
#4B4C47
(75,76,71)
#3E3E39
(62,62,57)
#31302B
(49,48,43)
#24221D
(36,34,29)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #99A09B

#99A09B
(153,160,155)
#A2A8A4
(162,168,164)
#ABB0AD
(171,176,173)
#B4B8B6
(180,184,182)
#BDC0BF
(189,192,191)
#C6C8C8
(198,200,200)
#CFD0D1
(207,208,209)
#D8D8DA
(216,216,218)
#E1E0E3
(225,224,227)
#EAE8EC
(234,232,236)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A09B; }

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

This text font color is #99A09B.


Background Color

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

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

This div background color is #99A09B.


Border color

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

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

This div border color is #99A09B.


Opacity

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

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

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

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

This text has shadow with #99A09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A09B on black background.


Color preview on white background

This text has color #99A09B on white background.



Black color preview on #99A09B background

This text has black color on #99A09B background.


White color preview on #99A09B background

This text has white color on #99A09B background.