COLOR #96A6B1

HEX: #96A6B1
RGB: (150,166,177)

Color info

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

RGB color model

#96A6B1 color RGB value is (150,166,177).

  • red value is 150;
  • green value is 166;
  • blue value is 177.
RGB:
(150,166,177)
(59%,65%,69%)

RGB channels and saturation

R 150 of 255 = 59%
G 166 of 255 = 65%
B 177 of 255 = 69%

150
166
177

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

Portions of RGB colors in percentages

R + G + B =
150 + 166 + 177 = 493 (100%)
R 150 of 493 ~ 30.43%
G 166 of 493 ~ 33.67%
B 177 of 493 ~ 35.9%

%30.43
%33.67
%35.9

CMYK color model

#96A6B1 color CMYK value is (15,6,0,31).

  • cyan value is 15.25%
  • magenta value is 6.21%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(15,6,0,31)
C15M6Y0K31 
(15%,6%,0%,31%)
(0.15/0.06/0.00/0.31)	

CMYK percentages

%15.25
%6.21
%0
%30.59

Codes

Color #96A6B1 in popluar color models

96A6B1
RGB150166177
HSL204°14.75%64.12%
HSB/HSV204°15.25%69.41%
CMYK15.25%6.21%0.00%
30.59%

Color #96A6B1 in popluar number systems.

HEX96A6B1
Decimal150166177
Binary100101101010011010110001
Octal226246261

Shades and tints

Shades of #96A6B1

#96A6B1
(150,166,177)
#8997A1
(137,151,161)
#7C8891
(124,136,145)
#6F7981
(111,121,129)
#626A71
(98,106,113)
#555B61
(85,91,97)
#484C51
(72,76,81)
#3B3D41
(59,61,65)
#2E2E31
(46,46,49)
#211F21
(33,31,33)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #96A6B1

#96A6B1
(150,166,177)
#9FAEB8
(159,174,184)
#A8B6BF
(168,182,191)
#B1BEC6
(177,190,198)
#BAC6CD
(186,198,205)
#C3CED4
(195,206,212)
#CCD6DB
(204,214,219)
#D5DEE2
(213,222,226)
#DEE6E9
(222,230,233)
#E7EEF0
(231,238,240)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A6B1 color. Also use rgb(150,166,177) instead hex code.

Text Font Color

.myTextColor { color: #96A6B1; }

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

This text font color is #96A6B1.


Background Color

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

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

This div background color is #96A6B1.


Border color

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

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

This div border color is #96A6B1.


Opacity

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

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

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

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

This text has shadow with #96A6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A6B1 on black background.


Color preview on white background

This text has color #96A6B1 on white background.



Black color preview on #96A6B1 background

This text has black color on #96A6B1 background.


White color preview on #96A6B1 background

This text has white color on #96A6B1 background.