COLOR #99A59D

HEX: #99A59D RGB: (153,165,157)

Color info

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

RGB color model

#99A59D color RGB value is (153,165,157).

RGB: (153,165,157) (60%, 65%, 62%)

RGB channels and saturation

R 153 of 255 = 60%
G 165 of 255 = 65%
B 157 of 255 = 62%

153
165
157

R + G + B ~ 62%. #99A59D is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 165 + 157 = 475 (100%)
R 153 of 475 ~ 32.21%
G 165 of 475 ~ 34.74%
B 157 of 475 ~ 33.05'%

%32.21
%34.74
%33.05

CMYK color model

#99A59D color CMYK value is (7,0,5,35).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 35.29%

CMYK: (7,0,5,35)
C7M0Y5K35 (7%, 0%, 5%, 35%)
(0.07 / 0.00 / 0.05 / 0.35)

CMYK percentages

%7.27
%0
%4.85
%35.29

Codes

Color #99A59D in popluar color models

99 A5 9D
RGB 153 165 157
HSL 140° 6.25% 62.35%
HSB/HSV 140° 7.27% 64.71%
CMYK 7.27% 0.00% 4.85%
35.29%

Color #99A59D in popluar number systems.

HEX 99 A5 9D
Decimal 153 165 157
Binary 10011001 10100101 10011101
Octal 231 245 235

Shades and tints

Shades of #99A59D

#99A59D
(153,165,157)
#8C968F
(140,150,143)
#7F8781
(127,135,129)
#727873
(114,120,115)
#656965
(101,105,101)
#585A57
(88,90,87)
#4B4B49
(75,75,73)
#3E3C3B
(62,60,59)
#312D2D
(49,45,45)
#241E1F
(36,30,31)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #99A59D

#99A59D
(153,165,157)
#A2ADA5
(162,173,165)
#ABB5AD
(171,181,173)
#B4BDB5
(180,189,181)
#BDC5BD
(189,197,189)
#C6CDC5
(198,205,197)
#CFD5CD
(207,213,205)
#D8DDD5
(216,221,213)
#E1E5DD
(225,229,221)
#EAEDE5
(234,237,229)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A59D; }

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

This text font color is #99A59D.

Background Color

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

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

This div background color is #99A59D.

Border color

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

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

This div border color is #99A59D.

Opacity

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

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

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

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

This text has shadow with #99A59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A59D.

Preview

Color preview on black background

This text has color #99A59D on black background.


Color preview on white background

This text has color #99A59D on white background.


Black color preview on #99A59D background

This text has black color on #99A59D background.


White color preview on #99A59D background

This text has white color on #99A59D background.


Related colors

Complementary color

Complementary color for #hex is #665A62.


I love getcolorcode.com

Triadic colors

1 #9D99A5 and #A59D99 with #99A59D are triadic colors.

2 #9DA599 and #A5999D with #99A59D are triadic colors.