COLOR #99ACA5

HEX: #99ACA5
RGB: (153,172,165)

Color info

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

RGB color model

#99ACA5 color RGB value is (153,172,165).

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

RGB channels and saturation

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

153
172
165

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

Portions of RGB colors in percentages

R + G + B =
153 + 172 + 165 = 490 (100%)
R 153 of 490 ~ 31.22%
G 172 of 490 ~ 35.1%
B 165 of 490 ~ 33.67%

%31.22
%35.1
%33.67

CMYK color model

#99ACA5 color CMYK value is (11,0,4,33).

  • cyan value is 11.05%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 32.55%
CMYK:
(11,0,4,33)
C11M0Y4K33 
(11%,0%,4%,33%)
(0.11/0.00/0.04/0.33)	

CMYK percentages

%11.05
%0
%4.07
%32.55

Codes

Color #99ACA5 in popluar color models

99ACA5
RGB153172165
HSL158°10.27%63.73%
HSB/HSV158°11.05%67.45%
CMYK11.05%0.00%4.07%
32.55%

Color #99ACA5 in popluar number systems.

HEX99ACA5
Decimal153172165
Binary100110011010110010100101
Octal231254245

Shades and tints

Shades of #99ACA5

#99ACA5
(153,172,165)
#8C9D96
(140,157,150)
#7F8E87
(127,142,135)
#727F78
(114,127,120)
#657069
(101,112,105)
#58615A
(88,97,90)
#4B524B
(75,82,75)
#3E433C
(62,67,60)
#31342D
(49,52,45)
#24251E
(36,37,30)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #99ACA5

#99ACA5
(153,172,165)
#A2B3AD
(162,179,173)
#ABBAB5
(171,186,181)
#B4C1BD
(180,193,189)
#BDC8C5
(189,200,197)
#C6CFCD
(198,207,205)
#CFD6D5
(207,214,213)
#D8DDDD
(216,221,221)
#E1E4E5
(225,228,229)
#EAEBED
(234,235,237)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99ACA5; }

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

This text font color is #99ACA5.


Background Color

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

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

This div background color is #99ACA5.


Border color

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

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

This div border color is #99ACA5.


Opacity

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

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

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

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

This text has shadow with #99ACA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99ACA5 on black background.


Color preview on white background

This text has color #99ACA5 on white background.



Black color preview on #99ACA5 background

This text has black color on #99ACA5 background.


White color preview on #99ACA5 background

This text has white color on #99ACA5 background.