COLOR #96ACA5

HEX: #96ACA5
RGB: (150,172,165)

Color info

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

RGB color model

#96ACA5 color RGB value is (150,172,165).

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

RGB channels and saturation

R 150 of 255 = 59%
G 172 of 255 = 67%
B 165 of 255 = 65%

150
172
165

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

Portions of RGB colors in percentages

R + G + B =
150 + 172 + 165 = 487 (100%)
R 150 of 487 ~ 30.8%
G 172 of 487 ~ 35.32%
B 165 of 487 ~ 33.88%

%30.8
%35.32
%33.88

CMYK color model

#96ACA5 color CMYK value is (13,0,4,33).

  • cyan value is 12.79%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 32.55%
CMYK:
(13,0,4,33)
C13M0Y4K33 
(13%,0%,4%,33%)
(0.13/0.00/0.04/0.33)	

CMYK percentages

%12.79
%0
%4.07
%32.55

Codes

Color #96ACA5 in popluar color models

96ACA5
RGB150172165
HSL161°11.70%63.14%
HSB/HSV161°12.79%67.45%
CMYK12.79%0.00%4.07%
32.55%

Color #96ACA5 in popluar number systems.

HEX96ACA5
Decimal150172165
Binary100101101010110010100101
Octal226254245

Shades and tints

Shades of #96ACA5

#96ACA5
(150,172,165)
#899D96
(137,157,150)
#7C8E87
(124,142,135)
#6F7F78
(111,127,120)
#627069
(98,112,105)
#55615A
(85,97,90)
#48524B
(72,82,75)
#3B433C
(59,67,60)
#2E342D
(46,52,45)
#21251E
(33,37,30)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #96ACA5

#96ACA5
(150,172,165)
#9FB3AD
(159,179,173)
#A8BAB5
(168,186,181)
#B1C1BD
(177,193,189)
#BAC8C5
(186,200,197)
#C3CFCD
(195,207,205)
#CCD6D5
(204,214,213)
#D5DDDD
(213,221,221)
#DEE4E5
(222,228,229)
#E7EBED
(231,235,237)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96ACA5; }

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

This text font color is #96ACA5.


Background Color

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

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

This div background color is #96ACA5.


Border color

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

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

This div border color is #96ACA5.


Opacity

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

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

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

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

This text has shadow with #96ACA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96ACA5 on black background.


Color preview on white background

This text has color #96ACA5 on white background.



Black color preview on #96ACA5 background

This text has black color on #96ACA5 background.


White color preview on #96ACA5 background

This text has white color on #96ACA5 background.