COLOR #96ACA7

HEX: #96ACA7
RGB: (150,172,167)

Color info

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

RGB color model

#96ACA7 color RGB value is (150,172,167).

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

RGB channels and saturation

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

150
172
167

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

Portions of RGB colors in percentages

R + G + B =
150 + 172 + 167 = 489 (100%)
R 150 of 489 ~ 30.67%
G 172 of 489 ~ 35.17%
B 167 of 489 ~ 34.15%

%30.67
%35.17
%34.15

CMYK color model

#96ACA7 color CMYK value is (13,0,3,33).

  • cyan value is 12.79%
  • magenta value is 0.00%
  • yellow value is 2.91%
  • key color value is 32.55%
CMYK:
(13,0,3,33)
C13M0Y3K33 
(13%,0%,3%,33%)
(0.13/0.00/0.03/0.33)	

CMYK percentages

%12.79
%0
%2.91
%32.55

Codes

Color #96ACA7 in popluar color models

96ACA7
RGB150172167
HSL166°11.70%63.14%
HSB/HSV166°12.79%67.45%
CMYK12.79%0.00%2.91%
32.55%

Color #96ACA7 in popluar number systems.

HEX96ACA7
Decimal150172167
Binary100101101010110010100111
Octal226254247

Shades and tints

Shades of #96ACA7

#96ACA7
(150,172,167)
#899D98
(137,157,152)
#7C8E89
(124,142,137)
#6F7F7A
(111,127,122)
#62706B
(98,112,107)
#55615C
(85,97,92)
#48524D
(72,82,77)
#3B433E
(59,67,62)
#2E342F
(46,52,47)
#212520
(33,37,32)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #96ACA7

#96ACA7
(150,172,167)
#9FB3AF
(159,179,175)
#A8BAB7
(168,186,183)
#B1C1BF
(177,193,191)
#BAC8C7
(186,200,199)
#C3CFCF
(195,207,207)
#CCD6D7
(204,214,215)
#D5DDDF
(213,221,223)
#DEE4E7
(222,228,231)
#E7EBEF
(231,235,239)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96ACA7; }

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

This text font color is #96ACA7.


Background Color

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

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

This div background color is #96ACA7.


Border color

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

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

This div border color is #96ACA7.


Opacity

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

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

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

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

This text has shadow with #96ACA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96ACA7 on black background.


Color preview on white background

This text has color #96ACA7 on white background.



Black color preview on #96ACA7 background

This text has black color on #96ACA7 background.


White color preview on #96ACA7 background

This text has white color on #96ACA7 background.