COLOR #96B3A4

HEX: #96B3A4
RGB: (150,179,164)

Color info

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

RGB color model

#96B3A4 color RGB value is (150,179,164).

  • red value is 150;
  • green value is 179;
  • blue value is 164.
RGB:
(150,179,164)
(59%,70%,64%)

RGB channels and saturation

R 150 of 255 = 59%
G 179 of 255 = 70%
B 164 of 255 = 64%

150
179
164

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

Portions of RGB colors in percentages

R + G + B =
150 + 179 + 164 = 493 (100%)
R 150 of 493 ~ 30.43%
G 179 of 493 ~ 36.31%
B 164 of 493 ~ 33.27%

%30.43
%36.31
%33.27

CMYK color model

#96B3A4 color CMYK value is (16,0,8,30).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 8.38%
  • key color value is 29.80%
CMYK:
(16,0,8,30)
C16M0Y8K30 
(16%,0%,8%,30%)
(0.16/0.00/0.08/0.30)	

CMYK percentages

%16.2
%0
%8.38
%29.8

Codes

Color #96B3A4 in popluar color models

96B3A4
RGB150179164
HSL149°16.02%64.51%
HSB/HSV149°16.20%70.20%
CMYK16.20%0.00%8.38%
29.80%

Color #96B3A4 in popluar number systems.

HEX96B3A4
Decimal150179164
Binary100101101011001110100100
Octal226263244

Shades and tints

Shades of #96B3A4

#96B3A4
(150,179,164)
#89A396
(137,163,150)
#7C9388
(124,147,136)
#6F837A
(111,131,122)
#62736C
(98,115,108)
#55635E
(85,99,94)
#485350
(72,83,80)
#3B4342
(59,67,66)
#2E3334
(46,51,52)
#212326
(33,35,38)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #96B3A4

#96B3A4
(150,179,164)
#9FB9AC
(159,185,172)
#A8BFB4
(168,191,180)
#B1C5BC
(177,197,188)
#BACBC4
(186,203,196)
#C3D1CC
(195,209,204)
#CCD7D4
(204,215,212)
#D5DDDC
(213,221,220)
#DEE3E4
(222,227,228)
#E7E9EC
(231,233,236)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B3A4 color. Also use rgb(150,179,164) instead hex code.

Text Font Color

.myTextColor { color: #96B3A4; }

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

This text font color is #96B3A4.


Background Color

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

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

This div background color is #96B3A4.


Border color

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

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

This div border color is #96B3A4.


Opacity

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

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

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

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

This text has shadow with #96B3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B3A4 on black background.


Color preview on white background

This text has color #96B3A4 on white background.



Black color preview on #96B3A4 background

This text has black color on #96B3A4 background.


White color preview on #96B3A4 background

This text has white color on #96B3A4 background.