COLOR #99A884

HEX: #99A884
RGB: (153,168,132)

Color info

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

RGB color model

#99A884 color RGB value is (153,168,132).

  • red value is 153;
  • green value is 168;
  • blue value is 132.
RGB:
(153,168,132)
(60%,66%,52%)

RGB channels and saturation

R 153 of 255 = 60%
G 168 of 255 = 66%
B 132 of 255 = 52%

153
168
132

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

Portions of RGB colors in percentages

R + G + B =
153 + 168 + 132 = 453 (100%)
R 153 of 453 ~ 33.77%
G 168 of 453 ~ 37.09%
B 132 of 453 ~ 29.14%

%33.77
%37.09
%29.14

CMYK color model

#99A884 color CMYK value is (9,0,21,34).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 34.12%
CMYK:
(9,0,21,34)
C9M0Y21K34 
(9%,0%,21%,34%)
(0.09/0.00/0.21/0.34)	

CMYK percentages

%8.93
%0
%21.43
%34.12

Codes

Color #99A884 in popluar color models

99A884
RGB153168132
HSL85°17.14%58.82%
HSB/HSV85°21.43%65.88%
CMYK8.93%0.00%21.43%
34.12%

Color #99A884 in popluar number systems.

HEX99A884
Decimal153168132
Binary100110011010100010000100
Octal231250204

Shades and tints

Shades of #99A884

#99A884
(153,168,132)
#8C9978
(140,153,120)
#7F8A6C
(127,138,108)
#727B60
(114,123,96)
#656C54
(101,108,84)
#585D48
(88,93,72)
#4B4E3C
(75,78,60)
#3E3F30
(62,63,48)
#313024
(49,48,36)
#242118
(36,33,24)
#17120C
(23,18,12)
#000000
(0,0,0)

Tints of #99A884

#99A884
(153,168,132)
#A2AF8F
(162,175,143)
#ABB69A
(171,182,154)
#B4BDA5
(180,189,165)
#BDC4B0
(189,196,176)
#C6CBBB
(198,203,187)
#CFD2C6
(207,210,198)
#D8D9D1
(216,217,209)
#E1E0DC
(225,224,220)
#EAE7E7
(234,231,231)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A884 color. Also use rgb(153,168,132) instead hex code.

Text Font Color

.myTextColor { color: #99A884; }

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

This text font color is #99A884.


Background Color

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

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

This div background color is #99A884.


Border color

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

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

This div border color is #99A884.


Opacity

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

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

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

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

This text has shadow with #99A884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A884 on black background.


Color preview on white background

This text has color #99A884 on white background.



Black color preview on #99A884 background

This text has black color on #99A884 background.


White color preview on #99A884 background

This text has white color on #99A884 background.