COLOR #99A49B

HEX: #99A49B
RGB: (153,164,155)

Color info

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

RGB color model

#99A49B color RGB value is (153,164,155).

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

RGB channels and saturation

R 153 of 255 = 60%
G 164 of 255 = 64%
B 155 of 255 = 61%

153
164
155

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

Portions of RGB colors in percentages

R + G + B =
153 + 164 + 155 = 472 (100%)
R 153 of 472 ~ 32.42%
G 164 of 472 ~ 34.75%
B 155 of 472 ~ 32.84%

%32.42
%34.75
%32.84

CMYK color model

#99A49B color CMYK value is (7,0,5,36).

  • cyan value is 6.71%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 35.69%
CMYK:
(7,0,5,36)
C7M0Y5K36 
(7%,0%,5%,36%)
(0.07/0.00/0.05/0.36)	

CMYK percentages

%6.71
%0
%5.49
%35.69

Codes

Color #99A49B in popluar color models

99A49B
RGB153164155
HSL131°5.70%62.16%
HSB/HSV131°6.71%64.31%
CMYK6.71%0.00%5.49%
35.69%

Color #99A49B in popluar number systems.

HEX99A49B
Decimal153164155
Binary100110011010010010011011
Octal231244233

Shades and tints

Shades of #99A49B

#99A49B
(153,164,155)
#8C968D
(140,150,141)
#7F887F
(127,136,127)
#727A71
(114,122,113)
#656C63
(101,108,99)
#585E55
(88,94,85)
#4B5047
(75,80,71)
#3E4239
(62,66,57)
#31342B
(49,52,43)
#24261D
(36,38,29)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #99A49B

#99A49B
(153,164,155)
#A2ACA4
(162,172,164)
#ABB4AD
(171,180,173)
#B4BCB6
(180,188,182)
#BDC4BF
(189,196,191)
#C6CCC8
(198,204,200)
#CFD4D1
(207,212,209)
#D8DCDA
(216,220,218)
#E1E4E3
(225,228,227)
#EAECEC
(234,236,236)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A49B; }

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

This text font color is #99A49B.


Background Color

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

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

This div background color is #99A49B.


Border color

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

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

This div border color is #99A49B.


Opacity

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

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

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

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

This text has shadow with #99A49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A49B on black background.


Color preview on white background

This text has color #99A49B on white background.



Black color preview on #99A49B background

This text has black color on #99A49B background.


White color preview on #99A49B background

This text has white color on #99A49B background.