COLOR #96BCC7

HEX: #96BCC7
RGB: (150,188,199)

Color info

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

RGB color model

#96BCC7 color RGB value is (150,188,199).

  • red value is 150;
  • green value is 188;
  • blue value is 199.
RGB:
(150,188,199)
(59%,74%,78%)

RGB channels and saturation

R 150 of 255 = 59%
G 188 of 255 = 74%
B 199 of 255 = 78%

150
188
199

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

Portions of RGB colors in percentages

R + G + B =
150 + 188 + 199 = 537 (100%)
R 150 of 537 ~ 27.93%
G 188 of 537 ~ 35.01%
B 199 of 537 ~ 37.06%

%27.93
%35.01
%37.06

CMYK color model

#96BCC7 color CMYK value is (25,6,0,22).

  • cyan value is 24.62%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(25,6,0,22)
C25M6Y0K22 
(25%,6%,0%,22%)
(0.25/0.06/0.00/0.22)	

CMYK percentages

%24.62
%5.53
%0
%21.96

Codes

Color #96BCC7 in popluar color models

96BCC7
RGB150188199
HSL193°30.43%68.43%
HSB/HSV193°24.62%78.04%
CMYK24.62%5.53%0.00%
21.96%

Color #96BCC7 in popluar number systems.

HEX96BCC7
Decimal150188199
Binary100101101011110011000111
Octal226274307

Shades and tints

Shades of #96BCC7

#96BCC7
(150,188,199)
#89ABB5
(137,171,181)
#7C9AA3
(124,154,163)
#6F8991
(111,137,145)
#62787F
(98,120,127)
#55676D
(85,103,109)
#48565B
(72,86,91)
#3B4549
(59,69,73)
#2E3437
(46,52,55)
#212325
(33,35,37)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #96BCC7

#96BCC7
(150,188,199)
#9FC2CC
(159,194,204)
#A8C8D1
(168,200,209)
#B1CED6
(177,206,214)
#BAD4DB
(186,212,219)
#C3DAE0
(195,218,224)
#CCE0E5
(204,224,229)
#D5E6EA
(213,230,234)
#DEECEF
(222,236,239)
#E7F2F4
(231,242,244)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BCC7 color. Also use rgb(150,188,199) instead hex code.

Text Font Color

.myTextColor { color: #96BCC7; }

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

This text font color is #96BCC7.


Background Color

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

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

This div background color is #96BCC7.


Border color

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

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

This div border color is #96BCC7.


Opacity

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

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

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

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

This text has shadow with #96BCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BCC7 on black background.


Color preview on white background

This text has color #96BCC7 on white background.



Black color preview on #96BCC7 background

This text has black color on #96BCC7 background.


White color preview on #96BCC7 background

This text has white color on #96BCC7 background.