COLOR #96A5B4

HEX: #96A5B4
RGB: (150,165,180)

Color info

#96A5B4 contains red, green and blue colors in about the same proportion. Web safe color of #96A5B4 is #9999CC (or #99C).

RGB color model

#96A5B4 color RGB value is (150,165,180).

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

RGB channels and saturation

R 150 of 255 = 59%
G 165 of 255 = 65%
B 180 of 255 = 71%

150
165
180

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

Portions of RGB colors in percentages

R + G + B =
150 + 165 + 180 = 495 (100%)
R 150 of 495 ~ 30.3%
G 165 of 495 ~ 33.33%
B 180 of 495 ~ 36.36%

%30.3
%33.33
%36.36

CMYK color model

#96A5B4 color CMYK value is (17,8,0,29).

  • cyan value is 16.67%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(17,8,0,29)
C17M8Y0K29 
(17%,8%,0%,29%)
(0.17/0.08/0.00/0.29)	

CMYK percentages

%16.67
%8.33
%0
%29.41

Codes

Color #96A5B4 in popluar color models

96A5B4
RGB150165180
HSL210°16.67%64.71%
HSB/HSV210°16.67%70.59%
CMYK16.67%8.33%0.00%
29.41%

Color #96A5B4 in popluar number systems.

HEX96A5B4
Decimal150165180
Binary100101101010010110110100
Octal226245264

Shades and tints

Shades of #96A5B4

#96A5B4
(150,165,180)
#8996A4
(137,150,164)
#7C8794
(124,135,148)
#6F7884
(111,120,132)
#626974
(98,105,116)
#555A64
(85,90,100)
#484B54
(72,75,84)
#3B3C44
(59,60,68)
#2E2D34
(46,45,52)
#211E24
(33,30,36)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #96A5B4

#96A5B4
(150,165,180)
#9FADBA
(159,173,186)
#A8B5C0
(168,181,192)
#B1BDC6
(177,189,198)
#BAC5CC
(186,197,204)
#C3CDD2
(195,205,210)
#CCD5D8
(204,213,216)
#D5DDDE
(213,221,222)
#DEE5E4
(222,229,228)
#E7EDEA
(231,237,234)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A5B4; }

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

This text font color is #96A5B4.


Background Color

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

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

This div background color is #96A5B4.


Border color

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

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

This div border color is #96A5B4.


Opacity

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

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

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

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

This text has shadow with #96A5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A5B4 on black background.


Color preview on white background

This text has color #96A5B4 on white background.



Black color preview on #96A5B4 background

This text has black color on #96A5B4 background.


White color preview on #96A5B4 background

This text has white color on #96A5B4 background.