COLOR #99AC7F

HEX: #99AC7F
RGB: (153,172,127)

Color info

#99AC7F contains red, green and blue colors in about the same proportion. Web safe color of #99AC7F is #999966 (or #996).

RGB color model

#99AC7F color RGB value is (153,172,127).

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

RGB channels and saturation

R 153 of 255 = 60%
G 172 of 255 = 67%
B 127 of 255 = 50%

153
172
127

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

Portions of RGB colors in percentages

R + G + B =
153 + 172 + 127 = 452 (100%)
R 153 of 452 ~ 33.85%
G 172 of 452 ~ 38.05%
B 127 of 452 ~ 28.1%

%33.85
%38.05
%28.1

CMYK color model

#99AC7F color CMYK value is (11,0,26,33).

  • cyan value is 11.05%
  • magenta value is 0.00%
  • yellow value is 26.16%
  • key color value is 32.55%
CMYK:
(11,0,26,33)
C11M0Y26K33 
(11%,0%,26%,33%)
(0.11/0.00/0.26/0.33)	

CMYK percentages

%11.05
%0
%26.16
%32.55

Codes

Color #99AC7F in popluar color models

99AC7F
RGB153172127
HSL85°21.33%58.63%
HSB/HSV85°26.16%67.45%
CMYK11.05%0.00%26.16%
32.55%

Color #99AC7F in popluar number systems.

HEX99AC7F
Decimal153172127
Binary10011001101011001111111
Octal231254177

Shades and tints

Shades of #99AC7F

#99AC7F
(153,172,127)
#8C9D74
(140,157,116)
#7F8E69
(127,142,105)
#727F5E
(114,127,94)
#657053
(101,112,83)
#586148
(88,97,72)
#4B523D
(75,82,61)
#3E4332
(62,67,50)
#313427
(49,52,39)
#24251C
(36,37,28)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #99AC7F

#99AC7F
(153,172,127)
#A2B38A
(162,179,138)
#ABBA95
(171,186,149)
#B4C1A0
(180,193,160)
#BDC8AB
(189,200,171)
#C6CFB6
(198,207,182)
#CFD6C1
(207,214,193)
#D8DDCC
(216,221,204)
#E1E4D7
(225,228,215)
#EAEBE2
(234,235,226)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AC7F; }

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

This text font color is #99AC7F.


Background Color

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

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

This div background color is #99AC7F.


Border color

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

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

This div border color is #99AC7F.


Opacity

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

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

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

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

This text has shadow with #99AC7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AC7F on black background.


Color preview on white background

This text has color #99AC7F on white background.



Black color preview on #99AC7F background

This text has black color on #99AC7F background.


White color preview on #99AC7F background

This text has white color on #99AC7F background.