COLOR #96ACAF

HEX: #96ACAF
RGB: (150,172,175)

Color info

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

RGB color model

#96ACAF color RGB value is (150,172,175).

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

RGB channels and saturation

R 150 of 255 = 59%
G 172 of 255 = 67%
B 175 of 255 = 69%

150
172
175

R + G + B ~ 65%. #96ACAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 172 + 175 = 497 (100%)
R 150 of 497 ~ 30.18%
G 172 of 497 ~ 34.61%
B 175 of 497 ~ 35.21%

%30.18
%34.61
%35.21

CMYK color model

#96ACAF color CMYK value is (14,2,0,31).

  • cyan value is 14.29%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(14,2,0,31)
C14M2Y0K31 
(14%,2%,0%,31%)
(0.14/0.02/0.00/0.31)	

CMYK percentages

%14.29
%1.71
%0
%31.37

Codes

Color #96ACAF in popluar color models

96ACAF
RGB150172175
HSL187°13.51%63.73%
HSB/HSV187°14.29%68.63%
CMYK14.29%1.71%0.00%
31.37%

Color #96ACAF in popluar number systems.

HEX96ACAF
Decimal150172175
Binary100101101010110010101111
Octal226254257

Shades and tints

Shades of #96ACAF

#96ACAF
(150,172,175)
#899DA0
(137,157,160)
#7C8E91
(124,142,145)
#6F7F82
(111,127,130)
#627073
(98,112,115)
#556164
(85,97,100)
#485255
(72,82,85)
#3B4346
(59,67,70)
#2E3437
(46,52,55)
#212528
(33,37,40)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #96ACAF

#96ACAF
(150,172,175)
#9FB3B6
(159,179,182)
#A8BABD
(168,186,189)
#B1C1C4
(177,193,196)
#BAC8CB
(186,200,203)
#C3CFD2
(195,207,210)
#CCD6D9
(204,214,217)
#D5DDE0
(213,221,224)
#DEE4E7
(222,228,231)
#E7EBEE
(231,235,238)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96ACAF; }

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

This text font color is #96ACAF.


Background Color

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

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

This div background color is #96ACAF.


Border color

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

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

This div border color is #96ACAF.


Opacity

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

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

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

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

This text has shadow with #96ACAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96ACAF on black background.


Color preview on white background

This text has color #96ACAF on white background.



Black color preview on #96ACAF background

This text has black color on #96ACAF background.


White color preview on #96ACAF background

This text has white color on #96ACAF background.