COLOR #99A17C

HEX: #99A17C
RGB: (153,161,124)

Color info

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

RGB color model

#99A17C color RGB value is (153,161,124).

  • red value is 153;
  • green value is 161;
  • blue value is 124.
RGB:
(153,161,124)
(60%,63%,49%)

RGB channels and saturation

R 153 of 255 = 60%
G 161 of 255 = 63%
B 124 of 255 = 49%

153
161
124

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

Portions of RGB colors in percentages

R + G + B =
153 + 161 + 124 = 438 (100%)
R 153 of 438 ~ 34.93%
G 161 of 438 ~ 36.76%
B 124 of 438 ~ 28.31%

%34.93
%36.76
%28.31

CMYK color model

#99A17C color CMYK value is (5,0,23,37).

  • cyan value is 4.97%
  • magenta value is 0.00%
  • yellow value is 22.98%
  • key color value is 36.86%
CMYK:
(5,0,23,37)
C5M0Y23K37 
(5%,0%,23%,37%)
(0.05/0.00/0.23/0.37)	

CMYK percentages

%4.97
%0
%22.98
%36.86

Codes

Color #99A17C in popluar color models

99A17C
RGB153161124
HSL73°16.44%55.88%
HSB/HSV73°22.98%63.14%
CMYK4.97%0.00%22.98%
36.86%

Color #99A17C in popluar number systems.

HEX99A17C
Decimal153161124
Binary10011001101000011111100
Octal231241174

Shades and tints

Shades of #99A17C

#99A17C
(153,161,124)
#8C9371
(140,147,113)
#7F8566
(127,133,102)
#72775B
(114,119,91)
#656950
(101,105,80)
#585B45
(88,91,69)
#4B4D3A
(75,77,58)
#3E3F2F
(62,63,47)
#313124
(49,49,36)
#242319
(36,35,25)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #99A17C

#99A17C
(153,161,124)
#A2A987
(162,169,135)
#ABB192
(171,177,146)
#B4B99D
(180,185,157)
#BDC1A8
(189,193,168)
#C6C9B3
(198,201,179)
#CFD1BE
(207,209,190)
#D8D9C9
(216,217,201)
#E1E1D4
(225,225,212)
#EAE9DF
(234,233,223)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A17C color. Also use rgb(153,161,124) instead hex code.

Text Font Color

.myTextColor { color: #99A17C; }

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

This text font color is #99A17C.


Background Color

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

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

This div background color is #99A17C.


Border color

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

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

This div border color is #99A17C.


Opacity

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

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

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

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

This text has shadow with #99A17C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A17C on black background.


Color preview on white background

This text has color #99A17C on white background.



Black color preview on #99A17C background

This text has black color on #99A17C background.


White color preview on #99A17C background

This text has white color on #99A17C background.