COLOR #96B9C6

HEX: #96B9C6
RGB: (150,185,198)

Color info

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

RGB color model

#96B9C6 color RGB value is (150,185,198).

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

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 198 of 255 = 78%

150
185
198

R + G + B ~ 70%. #96B9C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 185 + 198 = 533 (100%)
R 150 of 533 ~ 28.14%
G 185 of 533 ~ 34.71%
B 198 of 533 ~ 37.15%

%28.14
%34.71
%37.15

CMYK color model

#96B9C6 color CMYK value is (24,7,0,22).

  • cyan value is 24.24%
  • magenta value is 6.57%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(24,7,0,22)
C24M7Y0K22 
(24%,7%,0%,22%)
(0.24/0.07/0.00/0.22)	

CMYK percentages

%24.24
%6.57
%0
%22.35

Codes

Color #96B9C6 in popluar color models

96B9C6
RGB150185198
HSL196°29.63%68.24%
HSB/HSV196°24.24%77.65%
CMYK24.24%6.57%0.00%
22.35%

Color #96B9C6 in popluar number systems.

HEX96B9C6
Decimal150185198
Binary100101101011100111000110
Octal226271306

Shades and tints

Shades of #96B9C6

#96B9C6
(150,185,198)
#89A9B4
(137,169,180)
#7C99A2
(124,153,162)
#6F8990
(111,137,144)
#62797E
(98,121,126)
#55696C
(85,105,108)
#48595A
(72,89,90)
#3B4948
(59,73,72)
#2E3936
(46,57,54)
#212924
(33,41,36)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #96B9C6

#96B9C6
(150,185,198)
#9FBFCB
(159,191,203)
#A8C5D0
(168,197,208)
#B1CBD5
(177,203,213)
#BAD1DA
(186,209,218)
#C3D7DF
(195,215,223)
#CCDDE4
(204,221,228)
#D5E3E9
(213,227,233)
#DEE9EE
(222,233,238)
#E7EFF3
(231,239,243)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B9C6; }

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

This text font color is #96B9C6.


Background Color

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

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

This div background color is #96B9C6.


Border color

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

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

This div border color is #96B9C6.


Opacity

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

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

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

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

This text has shadow with #96B9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B9C6 on black background.


Color preview on white background

This text has color #96B9C6 on white background.



Black color preview on #96B9C6 background

This text has black color on #96B9C6 background.


White color preview on #96B9C6 background

This text has white color on #96B9C6 background.