COLOR #99A58E

HEX: #99A58E RGB: (153,165,142)

Color info

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

RGB color model

#99A58E color RGB value is (153,165,142).

RGB: (153,165,142) (60%, 65%, 56%)

RGB channels and saturation

R 153 of 255 = 60%
G 165 of 255 = 65%
B 142 of 255 = 56%

153
165
142

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

Portions of RGB colors in percentages

R + G + B = 153 + 165 + 142 = 460 (100%)
R 153 of 460 ~ 33.26%
G 165 of 460 ~ 35.87%
B 142 of 460 ~ 30.87'%

%33.26
%35.87
%30.87

CMYK color model

#99A58E color CMYK value is (7,0,14,35).

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

CMYK: (7,0,14,35)
C7M0Y14K35 (7%, 0%, 14%, 35%)
(0.07 / 0.00 / 0.14 / 0.35)

CMYK percentages

%7.27
%0
%13.94
%35.29

Codes

Color #99A58E in popluar color models

99 A5 8E
RGB 153 165 142
HSL 91° 11.33% 60.20%
HSB/HSV 91° 13.94% 64.71%
CMYK 7.27% 0.00% 13.94%
35.29%

Color #99A58E in popluar number systems.

HEX 99 A5 8E
Decimal 153 165 142
Binary 10011001 10100101 10001110
Octal 231 245 216

Shades and tints

Shades of #99A58E

#99A58E
(153,165,142)
#8C9682
(140,150,130)
#7F8776
(127,135,118)
#72786A
(114,120,106)
#65695E
(101,105,94)
#585A52
(88,90,82)
#4B4B46
(75,75,70)
#3E3C3A
(62,60,58)
#312D2E
(49,45,46)
#241E22
(36,30,34)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #99A58E

#99A58E
(153,165,142)
#A2AD98
(162,173,152)
#ABB5A2
(171,181,162)
#B4BDAC
(180,189,172)
#BDC5B6
(189,197,182)
#C6CDC0
(198,205,192)
#CFD5CA
(207,213,202)
#D8DDD4
(216,221,212)
#E1E5DE
(225,229,222)
#EAEDE8
(234,237,232)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A58E; }

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

This text font color is #99A58E.

Background Color

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

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

This div background color is #99A58E.

Border color

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

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

This div border color is #99A58E.

Opacity

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

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

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

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

This text has shadow with #99A58E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A58E.

Preview

Color preview on black background

This text has color #99A58E on black background.


Color preview on white background

This text has color #99A58E on white background.


Black color preview on #99A58E background

This text has black color on #99A58E background.


White color preview on #99A58E background

This text has white color on #99A58E background.


Related colors

Complementary color

Complementary color for #hex is #665A71.


I love getcolorcode.com

Triadic colors

1 #8E99A5 and #A58E99 with #99A58E are triadic colors.

2 #8EA599 and #A5998E with #99A58E are triadic colors.