COLOR #99AC88

HEX: #99AC88
RGB: (153,172,136)

Color info

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

RGB color model

#99AC88 color RGB value is (153,172,136).

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

RGB channels and saturation

R 153 of 255 = 60%
G 172 of 255 = 67%
B 136 of 255 = 53%

153
172
136

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

Portions of RGB colors in percentages

R + G + B =
153 + 172 + 136 = 461 (100%)
R 153 of 461 ~ 33.19%
G 172 of 461 ~ 37.31%
B 136 of 461 ~ 29.5%

%33.19
%37.31
%29.5

CMYK color model

#99AC88 color CMYK value is (11,0,21,33).

  • cyan value is 11.05%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 32.55%
CMYK:
(11,0,21,33)
C11M0Y21K33 
(11%,0%,21%,33%)
(0.11/0.00/0.21/0.33)	

CMYK percentages

%11.05
%0
%20.93
%32.55

Codes

Color #99AC88 in popluar color models

99AC88
RGB153172136
HSL92°17.82%60.39%
HSB/HSV92°20.93%67.45%
CMYK11.05%0.00%20.93%
32.55%

Color #99AC88 in popluar number systems.

HEX99AC88
Decimal153172136
Binary100110011010110010001000
Octal231254210

Shades and tints

Shades of #99AC88

#99AC88
(153,172,136)
#8C9D7C
(140,157,124)
#7F8E70
(127,142,112)
#727F64
(114,127,100)
#657058
(101,112,88)
#58614C
(88,97,76)
#4B5240
(75,82,64)
#3E4334
(62,67,52)
#313428
(49,52,40)
#24251C
(36,37,28)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #99AC88

#99AC88
(153,172,136)
#A2B392
(162,179,146)
#ABBA9C
(171,186,156)
#B4C1A6
(180,193,166)
#BDC8B0
(189,200,176)
#C6CFBA
(198,207,186)
#CFD6C4
(207,214,196)
#D8DDCE
(216,221,206)
#E1E4D8
(225,228,216)
#EAEBE2
(234,235,226)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AC88; }

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

This text font color is #99AC88.


Background Color

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

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

This div background color is #99AC88.


Border color

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

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

This div border color is #99AC88.


Opacity

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

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

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

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

This text has shadow with #99AC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AC88 on black background.


Color preview on white background

This text has color #99AC88 on white background.



Black color preview on #99AC88 background

This text has black color on #99AC88 background.


White color preview on #99AC88 background

This text has white color on #99AC88 background.