COLOR #99A676

HEX: #99A676
RGB: (153,166,118)

Color info

#99A676 contains red, green and blue colors in about the same proportion. Web safe color of #99A676 is #999966 (or #996).

RGB color model

#99A676 color RGB value is (153,166,118).

  • red value is 153;
  • green value is 166;
  • blue value is 118.
RGB:
(153,166,118)
(60%,65%,46%)

RGB channels and saturation

R 153 of 255 = 60%
G 166 of 255 = 65%
B 118 of 255 = 46%

153
166
118

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

Portions of RGB colors in percentages

R + G + B =
153 + 166 + 118 = 437 (100%)
R 153 of 437 ~ 35.01%
G 166 of 437 ~ 37.99%
B 118 of 437 ~ 27%

%35.01
%37.99
%27

CMYK color model

#99A676 color CMYK value is (8,0,29,35).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 34.90%
CMYK:
(8,0,29,35)
C8M0Y29K35 
(8%,0%,29%,35%)
(0.08/0.00/0.29/0.35)	

CMYK percentages

%7.83
%0
%28.92
%34.9

Codes

Color #99A676 in popluar color models

99A676
RGB153166118
HSL76°21.24%55.69%
HSB/HSV76°28.92%65.10%
CMYK7.83%0.00%28.92%
34.90%

Color #99A676 in popluar number systems.

HEX99A676
Decimal153166118
Binary10011001101001101110110
Octal231246166

Shades and tints

Shades of #99A676

#99A676
(153,166,118)
#8C976C
(140,151,108)
#7F8862
(127,136,98)
#727958
(114,121,88)
#656A4E
(101,106,78)
#585B44
(88,91,68)
#4B4C3A
(75,76,58)
#3E3D30
(62,61,48)
#312E26
(49,46,38)
#241F1C
(36,31,28)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #99A676

#99A676
(153,166,118)
#A2AE82
(162,174,130)
#ABB68E
(171,182,142)
#B4BE9A
(180,190,154)
#BDC6A6
(189,198,166)
#C6CEB2
(198,206,178)
#CFD6BE
(207,214,190)
#D8DECA
(216,222,202)
#E1E6D6
(225,230,214)
#EAEEE2
(234,238,226)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A676 color. Also use rgb(153,166,118) instead hex code.

Text Font Color

.myTextColor { color: #99A676; }

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

This text font color is #99A676.


Background Color

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

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

This div background color is #99A676.


Border color

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

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

This div border color is #99A676.


Opacity

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

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

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

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

This text has shadow with #99A676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A676 on black background.


Color preview on white background

This text has color #99A676 on white background.



Black color preview on #99A676 background

This text has black color on #99A676 background.


White color preview on #99A676 background

This text has white color on #99A676 background.