COLOR #99A49F

HEX: #99A49F
RGB: (153,164,159)

Color info

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

RGB color model

#99A49F color RGB value is (153,164,159).

  • red value is 153;
  • green value is 164;
  • blue value is 159.
RGB:
(153,164,159)
(60%,64%,62%)

RGB channels and saturation

R 153 of 255 = 60%
G 164 of 255 = 64%
B 159 of 255 = 62%

153
164
159

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

Portions of RGB colors in percentages

R + G + B =
153 + 164 + 159 = 476 (100%)
R 153 of 476 ~ 32.14%
G 164 of 476 ~ 34.45%
B 159 of 476 ~ 33.4%

%32.14
%34.45
%33.4

CMYK color model

#99A49F color CMYK value is (7,0,3,36).

  • cyan value is 6.71%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 35.69%
CMYK:
(7,0,3,36)
C7M0Y3K36 
(7%,0%,3%,36%)
(0.07/0.00/0.03/0.36)	

CMYK percentages

%6.71
%0
%3.05
%35.69

Codes

Color #99A49F in popluar color models

99A49F
RGB153164159
HSL153°5.70%62.16%
HSB/HSV153°6.71%64.31%
CMYK6.71%0.00%3.05%
35.69%

Color #99A49F in popluar number systems.

HEX99A49F
Decimal153164159
Binary100110011010010010011111
Octal231244237

Shades and tints

Shades of #99A49F

#99A49F
(153,164,159)
#8C9691
(140,150,145)
#7F8883
(127,136,131)
#727A75
(114,122,117)
#656C67
(101,108,103)
#585E59
(88,94,89)
#4B504B
(75,80,75)
#3E423D
(62,66,61)
#31342F
(49,52,47)
#242621
(36,38,33)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #99A49F

#99A49F
(153,164,159)
#A2ACA7
(162,172,167)
#ABB4AF
(171,180,175)
#B4BCB7
(180,188,183)
#BDC4BF
(189,196,191)
#C6CCC7
(198,204,199)
#CFD4CF
(207,212,207)
#D8DCD7
(216,220,215)
#E1E4DF
(225,228,223)
#EAECE7
(234,236,231)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A49F color. Also use rgb(153,164,159) instead hex code.

Text Font Color

.myTextColor { color: #99A49F; }

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

This text font color is #99A49F.


Background Color

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

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

This div background color is #99A49F.


Border color

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

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

This div border color is #99A49F.


Opacity

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

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

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

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

This text has shadow with #99A49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A49F on black background.


Color preview on white background

This text has color #99A49F on white background.



Black color preview on #99A49F background

This text has black color on #99A49F background.


White color preview on #99A49F background

This text has white color on #99A49F background.