COLOR #9DAC99

HEX: #9DAC99
RGB: (157,172,153)

Color info

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

RGB color model

#9DAC99 color RGB value is (157,172,153).

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

RGB channels and saturation

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

157
172
153

R + G + B ~ 63%. #9DAC99 is quite light color.

Portions of RGB colors in percentages

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

%32.57
%35.68
%31.74

CMYK color model

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

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

CMYK percentages

%8.72
%0
%11.05
%32.55

Codes

Color #9DAC99 in popluar color models

9DAC99
RGB157172153
HSL107°10.27%63.73%
HSB/HSV107°11.05%67.45%
CMYK8.72%0.00%11.05%
32.55%

Color #9DAC99 in popluar number systems.

HEX9DAC99
Decimal157172153
Binary100111011010110010011001
Octal235254231

Shades and tints

Shades of #9DAC99

#9DAC99
(157,172,153)
#8F9D8C
(143,157,140)
#818E7F
(129,142,127)
#737F72
(115,127,114)
#657065
(101,112,101)
#576158
(87,97,88)
#49524B
(73,82,75)
#3B433E
(59,67,62)
#2D3431
(45,52,49)
#1F2524
(31,37,36)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #9DAC99

#9DAC99
(157,172,153)
#A5B3A2
(165,179,162)
#ADBAAB
(173,186,171)
#B5C1B4
(181,193,180)
#BDC8BD
(189,200,189)
#C5CFC6
(197,207,198)
#CDD6CF
(205,214,207)
#D5DDD8
(213,221,216)
#DDE4E1
(221,228,225)
#E5EBEA
(229,235,234)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAC99; }

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

This text font color is #9DAC99.


Background Color

.myBgColor { background-color: #9DAC99; }

<div style="background-color:#9DAC99">Inner text</div>

This div background color is #9DAC99.


Border color

.myBorderColor { border: 1px solid #9DAC99; }

<div style="border:3px solid #9DAC99">Div</div>

This div border color is #9DAC99.


Opacity

.myOpacity80 { color: #9DAC99; opacity: 0.8; }

<p style="color:#9DAC99;opacity:0.8;">80%</p>

Text with #9DAC99 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 #9DAC99;}

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

This text has shadow with #9DAC99 color.

.textShadow {text-shadow: 3px 3px 1px #9DAC99, 3px 3px 1px red;}

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

This text has shadow with #9DAC99 primary color and red secondary color.


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

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

This text has shadow with #9DAC99 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAC99 on black background.


Color preview on white background

This text has color #9DAC99 on white background.



Black color preview on #9DAC99 background

This text has black color on #9DAC99 background.


White color preview on #9DAC99 background

This text has white color on #9DAC99 background.