COLOR #99ACA6

HEX: #99ACA6
RGB: (153,172,166)

Color info

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

RGB color model

#99ACA6 color RGB value is (153,172,166).

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

RGB channels and saturation

R 153 of 255 = 60%
G 172 of 255 = 67%
B 166 of 255 = 65%

153
172
166

R + G + B ~ 64%. #99ACA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 172 + 166 = 491 (100%)
R 153 of 491 ~ 31.16%
G 172 of 491 ~ 35.03%
B 166 of 491 ~ 33.81%

%31.16
%35.03
%33.81

CMYK color model

#99ACA6 color CMYK value is (11,0,3,33).

  • cyan value is 11.05%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 32.55%
CMYK:
(11,0,3,33)
C11M0Y3K33 
(11%,0%,3%,33%)
(0.11/0.00/0.03/0.33)	

CMYK percentages

%11.05
%0
%3.49
%32.55

Codes

Color #99ACA6 in popluar color models

99ACA6
RGB153172166
HSL161°10.27%63.73%
HSB/HSV161°11.05%67.45%
CMYK11.05%0.00%3.49%
32.55%

Color #99ACA6 in popluar number systems.

HEX99ACA6
Decimal153172166
Binary100110011010110010100110
Octal231254246

Shades and tints

Shades of #99ACA6

#99ACA6
(153,172,166)
#8C9D97
(140,157,151)
#7F8E88
(127,142,136)
#727F79
(114,127,121)
#65706A
(101,112,106)
#58615B
(88,97,91)
#4B524C
(75,82,76)
#3E433D
(62,67,61)
#31342E
(49,52,46)
#24251F
(36,37,31)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #99ACA6

#99ACA6
(153,172,166)
#A2B3AE
(162,179,174)
#ABBAB6
(171,186,182)
#B4C1BE
(180,193,190)
#BDC8C6
(189,200,198)
#C6CFCE
(198,207,206)
#CFD6D6
(207,214,214)
#D8DDDE
(216,221,222)
#E1E4E6
(225,228,230)
#EAEBEE
(234,235,238)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99ACA6; }

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

This text font color is #99ACA6.


Background Color

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

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

This div background color is #99ACA6.


Border color

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

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

This div border color is #99ACA6.


Opacity

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

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

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

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

This text has shadow with #99ACA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99ACA6 on black background.


Color preview on white background

This text has color #99ACA6 on white background.



Black color preview on #99ACA6 background

This text has black color on #99ACA6 background.


White color preview on #99ACA6 background

This text has white color on #99ACA6 background.