COLOR #99AC94

HEX: #99AC94
RGB: (153,172,148)

Color info

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

RGB color model

#99AC94 color RGB value is (153,172,148).

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

RGB channels and saturation

R 153 of 255 = 60%
G 172 of 255 = 67%
B 148 of 255 = 58%

153
172
148

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

Portions of RGB colors in percentages

R + G + B =
153 + 172 + 148 = 473 (100%)
R 153 of 473 ~ 32.35%
G 172 of 473 ~ 36.36%
B 148 of 473 ~ 31.29%

%32.35
%36.36
%31.29

CMYK color model

#99AC94 color CMYK value is (11,0,14,33).

  • cyan value is 11.05%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 32.55%
CMYK:
(11,0,14,33)
C11M0Y14K33 
(11%,0%,14%,33%)
(0.11/0.00/0.14/0.33)	

CMYK percentages

%11.05
%0
%13.95
%32.55

Codes

Color #99AC94 in popluar color models

99AC94
RGB153172148
HSL108°12.63%62.75%
HSB/HSV108°13.95%67.45%
CMYK11.05%0.00%13.95%
32.55%

Color #99AC94 in popluar number systems.

HEX99AC94
Decimal153172148
Binary100110011010110010010100
Octal231254224

Shades and tints

Shades of #99AC94

#99AC94
(153,172,148)
#8C9D87
(140,157,135)
#7F8E7A
(127,142,122)
#727F6D
(114,127,109)
#657060
(101,112,96)
#586153
(88,97,83)
#4B5246
(75,82,70)
#3E4339
(62,67,57)
#31342C
(49,52,44)
#24251F
(36,37,31)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #99AC94

#99AC94
(153,172,148)
#A2B39D
(162,179,157)
#ABBAA6
(171,186,166)
#B4C1AF
(180,193,175)
#BDC8B8
(189,200,184)
#C6CFC1
(198,207,193)
#CFD6CA
(207,214,202)
#D8DDD3
(216,221,211)
#E1E4DC
(225,228,220)
#EAEBE5
(234,235,229)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AC94; }

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

This text font color is #99AC94.


Background Color

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

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

This div background color is #99AC94.


Border color

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

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

This div border color is #99AC94.


Opacity

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

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

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

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

This text has shadow with #99AC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AC94 on black background.


Color preview on white background

This text has color #99AC94 on white background.



Black color preview on #99AC94 background

This text has black color on #99AC94 background.


White color preview on #99AC94 background

This text has white color on #99AC94 background.