COLOR #99A299

HEX: #99A299
RGB: (153,162,153)

Color info

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

RGB color model

#99A299 color RGB value is (153,162,153).

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

RGB channels and saturation

R 153 of 255 = 60%
G 162 of 255 = 64%
B 153 of 255 = 60%

153
162
153

R + G + B ~ 61%. #99A299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 162 + 153 = 468 (100%)
R 153 of 468 ~ 32.69%
G 162 of 468 ~ 34.62%
B 153 of 468 ~ 32.69%

%32.69
%34.62
%32.69

CMYK color model

#99A299 color CMYK value is (6,0,6,36).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 36.47%
CMYK:
(6,0,6,36)
C6M0Y6K36 
(6%,0%,6%,36%)
(0.06/0.00/0.06/0.36)	

CMYK percentages

%5.56
%0
%5.56
%36.47

Codes

Color #99A299 in popluar color models

99A299
RGB153162153
HSL120°4.62%61.76%
HSB/HSV120°5.56%63.53%
CMYK5.56%0.00%5.56%
36.47%

Color #99A299 in popluar number systems.

HEX99A299
Decimal153162153
Binary100110011010001010011001
Octal231242231

Shades and tints

Shades of #99A299

#99A299
(153,162,153)
#8C948C
(140,148,140)
#7F867F
(127,134,127)
#727872
(114,120,114)
#656A65
(101,106,101)
#585C58
(88,92,88)
#4B4E4B
(75,78,75)
#3E403E
(62,64,62)
#313231
(49,50,49)
#242424
(36,36,36)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #99A299

#99A299
(153,162,153)
#A2AAA2
(162,170,162)
#ABB2AB
(171,178,171)
#B4BAB4
(180,186,180)
#BDC2BD
(189,194,189)
#C6CAC6
(198,202,198)
#CFD2CF
(207,210,207)
#D8DAD8
(216,218,216)
#E1E2E1
(225,226,225)
#EAEAEA
(234,234,234)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A299; }

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

This text font color is #99A299.


Background Color

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

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

This div background color is #99A299.


Border color

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

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

This div border color is #99A299.


Opacity

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

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

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

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

This text has shadow with #99A299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A299 on black background.


Color preview on white background

This text has color #99A299 on white background.



Black color preview on #99A299 background

This text has black color on #99A299 background.


White color preview on #99A299 background

This text has white color on #99A299 background.