COLOR #96B7B9

HEX: #96B7B9
RGB: (150,183,185)

Color info

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

RGB color model

#96B7B9 color RGB value is (150,183,185).

  • red value is 150;
  • green value is 183;
  • blue value is 185.
RGB:
(150,183,185)
(59%,72%,73%)

RGB channels and saturation

R 150 of 255 = 59%
G 183 of 255 = 72%
B 185 of 255 = 73%

150
183
185

R + G + B ~ 68%. #96B7B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 183 + 185 = 518 (100%)
R 150 of 518 ~ 28.96%
G 183 of 518 ~ 35.33%
B 185 of 518 ~ 35.71%

%28.96
%35.33
%35.71

CMYK color model

#96B7B9 color CMYK value is (19,1,0,27).

  • cyan value is 18.92%
  • magenta value is 1.08%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(19,1,0,27)
C19M1Y0K27 
(19%,1%,0%,27%)
(0.19/0.01/0.00/0.27)	

CMYK percentages

%18.92
%1.08
%0
%27.45

Codes

Color #96B7B9 in popluar color models

96B7B9
RGB150183185
HSL183°20.00%65.69%
HSB/HSV183°18.92%72.55%
CMYK18.92%1.08%0.00%
27.45%

Color #96B7B9 in popluar number systems.

HEX96B7B9
Decimal150183185
Binary100101101011011110111001
Octal226267271

Shades and tints

Shades of #96B7B9

#96B7B9
(150,183,185)
#89A7A9
(137,167,169)
#7C9799
(124,151,153)
#6F8789
(111,135,137)
#627779
(98,119,121)
#556769
(85,103,105)
#485759
(72,87,89)
#3B4749
(59,71,73)
#2E3739
(46,55,57)
#212729
(33,39,41)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #96B7B9

#96B7B9
(150,183,185)
#9FBDBF
(159,189,191)
#A8C3C5
(168,195,197)
#B1C9CB
(177,201,203)
#BACFD1
(186,207,209)
#C3D5D7
(195,213,215)
#CCDBDD
(204,219,221)
#D5E1E3
(213,225,227)
#DEE7E9
(222,231,233)
#E7EDEF
(231,237,239)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B7B9 color. Also use rgb(150,183,185) instead hex code.

Text Font Color

.myTextColor { color: #96B7B9; }

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

This text font color is #96B7B9.


Background Color

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

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

This div background color is #96B7B9.


Border color

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

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

This div border color is #96B7B9.


Opacity

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

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

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

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

This text has shadow with #96B7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B7B9 on black background.


Color preview on white background

This text has color #96B7B9 on white background.



Black color preview on #96B7B9 background

This text has black color on #96B7B9 background.


White color preview on #96B7B9 background

This text has white color on #96B7B9 background.