COLOR #99AC9D

HEX: #99AC9D
RGB: (153,172,157)

Color info

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

RGB color model

#99AC9D color RGB value is (153,172,157).

  • red value is 153;
  • green value is 172;
  • blue value is 157.
RGB:
(153,172,157)
(60%,67%,62%)

RGB channels and saturation

R 153 of 255 = 60%
G 172 of 255 = 67%
B 157 of 255 = 62%

153
172
157

R + G + B ~ 63%. #99AC9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 172 + 157 = 482 (100%)
R 153 of 482 ~ 31.74%
G 172 of 482 ~ 35.68%
B 157 of 482 ~ 32.57%

%31.74
%35.68
%32.57

CMYK color model

#99AC9D color CMYK value is (11,0,9,33).

  • cyan value is 11.05%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 32.55%
CMYK:
(11,0,9,33)
C11M0Y9K33 
(11%,0%,9%,33%)
(0.11/0.00/0.09/0.33)	

CMYK percentages

%11.05
%0
%8.72
%32.55

Codes

Color #99AC9D in popluar color models

99AC9D
RGB153172157
HSL133°10.27%63.73%
HSB/HSV133°11.05%67.45%
CMYK11.05%0.00%8.72%
32.55%

Color #99AC9D in popluar number systems.

HEX99AC9D
Decimal153172157
Binary100110011010110010011101
Octal231254235

Shades and tints

Shades of #99AC9D

#99AC9D
(153,172,157)
#8C9D8F
(140,157,143)
#7F8E81
(127,142,129)
#727F73
(114,127,115)
#657065
(101,112,101)
#586157
(88,97,87)
#4B5249
(75,82,73)
#3E433B
(62,67,59)
#31342D
(49,52,45)
#24251F
(36,37,31)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #99AC9D

#99AC9D
(153,172,157)
#A2B3A5
(162,179,165)
#ABBAAD
(171,186,173)
#B4C1B5
(180,193,181)
#BDC8BD
(189,200,189)
#C6CFC5
(198,207,197)
#CFD6CD
(207,214,205)
#D8DDD5
(216,221,213)
#E1E4DD
(225,228,221)
#EAEBE5
(234,235,229)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AC9D; }

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

This text font color is #99AC9D.


Background Color

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

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

This div background color is #99AC9D.


Border color

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

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

This div border color is #99AC9D.


Opacity

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

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

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

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

This text has shadow with #99AC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AC9D on black background.


Color preview on white background

This text has color #99AC9D on white background.



Black color preview on #99AC9D background

This text has black color on #99AC9D background.


White color preview on #99AC9D background

This text has white color on #99AC9D background.