COLOR #99A48B

HEX: #99A48B
RGB: (153,164,139)

Color info

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

RGB color model

#99A48B color RGB value is (153,164,139).

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

RGB channels and saturation

R 153 of 255 = 60%
G 164 of 255 = 64%
B 139 of 255 = 55%

153
164
139

R + G + B ~ 60%. #99A48B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 164 + 139 = 456 (100%)
R 153 of 456 ~ 33.55%
G 164 of 456 ~ 35.96%
B 139 of 456 ~ 30.48%

%33.55
%35.96
%30.48

CMYK color model

#99A48B color CMYK value is (7,0,15,36).

  • cyan value is 6.71%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK:
(7,0,15,36)
C7M0Y15K36 
(7%,0%,15%,36%)
(0.07/0.00/0.15/0.36)	

CMYK percentages

%6.71
%0
%15.24
%35.69

Codes

Color #99A48B in popluar color models

99A48B
RGB153164139
HSL86°12.08%59.41%
HSB/HSV86°15.24%64.31%
CMYK6.71%0.00%15.24%
35.69%

Color #99A48B in popluar number systems.

HEX99A48B
Decimal153164139
Binary100110011010010010001011
Octal231244213

Shades and tints

Shades of #99A48B

#99A48B
(153,164,139)
#8C967F
(140,150,127)
#7F8873
(127,136,115)
#727A67
(114,122,103)
#656C5B
(101,108,91)
#585E4F
(88,94,79)
#4B5043
(75,80,67)
#3E4237
(62,66,55)
#31342B
(49,52,43)
#24261F
(36,38,31)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #99A48B

#99A48B
(153,164,139)
#A2AC95
(162,172,149)
#ABB49F
(171,180,159)
#B4BCA9
(180,188,169)
#BDC4B3
(189,196,179)
#C6CCBD
(198,204,189)
#CFD4C7
(207,212,199)
#D8DCD1
(216,220,209)
#E1E4DB
(225,228,219)
#EAECE5
(234,236,229)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A48B; }

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

This text font color is #99A48B.


Background Color

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

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

This div background color is #99A48B.


Border color

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

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

This div border color is #99A48B.


Opacity

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

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

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

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

This text has shadow with #99A48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A48B on black background.


Color preview on white background

This text has color #99A48B on white background.



Black color preview on #99A48B background

This text has black color on #99A48B background.


White color preview on #99A48B background

This text has white color on #99A48B background.