COLOR #99A084

HEX: #99A084
RGB: (153,160,132)

Color info

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

RGB color model

#99A084 color RGB value is (153,160,132).

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

RGB channels and saturation

R 153 of 255 = 60%
G 160 of 255 = 63%
B 132 of 255 = 52%

153
160
132

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

Portions of RGB colors in percentages

R + G + B =
153 + 160 + 132 = 445 (100%)
R 153 of 445 ~ 34.38%
G 160 of 445 ~ 35.96%
B 132 of 445 ~ 29.66%

%34.38
%35.96
%29.66

CMYK color model

#99A084 color CMYK value is (4,0,18,37).

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 37.25%
CMYK:
(4,0,18,37)
C4M0Y18K37 
(4%,0%,18%,37%)
(0.04/0.00/0.18/0.37)	

CMYK percentages

%4.38
%0
%17.5
%37.25

Codes

Color #99A084 in popluar color models

99A084
RGB153160132
HSL75°12.84%57.25%
HSB/HSV75°17.50%62.75%
CMYK4.38%0.00%17.50%
37.25%

Color #99A084 in popluar number systems.

HEX99A084
Decimal153160132
Binary100110011010000010000100
Octal231240204

Shades and tints

Shades of #99A084

#99A084
(153,160,132)
#8C9278
(140,146,120)
#7F846C
(127,132,108)
#727660
(114,118,96)
#656854
(101,104,84)
#585A48
(88,90,72)
#4B4C3C
(75,76,60)
#3E3E30
(62,62,48)
#313024
(49,48,36)
#242218
(36,34,24)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #99A084

#99A084
(153,160,132)
#A2A88F
(162,168,143)
#ABB09A
(171,176,154)
#B4B8A5
(180,184,165)
#BDC0B0
(189,192,176)
#C6C8BB
(198,200,187)
#CFD0C6
(207,208,198)
#D8D8D1
(216,216,209)
#E1E0DC
(225,224,220)
#EAE8E7
(234,232,231)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A084; }

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

This text font color is #99A084.


Background Color

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

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

This div background color is #99A084.


Border color

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

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

This div border color is #99A084.


Opacity

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

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

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

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

This text has shadow with #99A084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A084 on black background.


Color preview on white background

This text has color #99A084 on white background.



Black color preview on #99A084 background

This text has black color on #99A084 background.


White color preview on #99A084 background

This text has white color on #99A084 background.