COLOR #96BAC9

HEX: #96BAC9
RGB: (150,186,201)

Color info

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

RGB color model

#96BAC9 color RGB value is (150,186,201).

  • red value is 150;
  • green value is 186;
  • blue value is 201.
RGB:
(150,186,201)
(59%,73%,79%)

RGB channels and saturation

R 150 of 255 = 59%
G 186 of 255 = 73%
B 201 of 255 = 79%

150
186
201

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

Portions of RGB colors in percentages

R + G + B =
150 + 186 + 201 = 537 (100%)
R 150 of 537 ~ 27.93%
G 186 of 537 ~ 34.64%
B 201 of 537 ~ 37.43%

%27.93
%34.64
%37.43

CMYK color model

#96BAC9 color CMYK value is (25,7,0,21).

  • cyan value is 25.37%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(25,7,0,21)
C25M7Y0K21 
(25%,7%,0%,21%)
(0.25/0.07/0.00/0.21)	

CMYK percentages

%25.37
%7.46
%0
%21.18

Codes

Color #96BAC9 in popluar color models

96BAC9
RGB150186201
HSL198°32.08%68.82%
HSB/HSV198°25.37%78.82%
CMYK25.37%7.46%0.00%
21.18%

Color #96BAC9 in popluar number systems.

HEX96BAC9
Decimal150186201
Binary100101101011101011001001
Octal226272311

Shades and tints

Shades of #96BAC9

#96BAC9
(150,186,201)
#89AAB7
(137,170,183)
#7C9AA5
(124,154,165)
#6F8A93
(111,138,147)
#627A81
(98,122,129)
#556A6F
(85,106,111)
#485A5D
(72,90,93)
#3B4A4B
(59,74,75)
#2E3A39
(46,58,57)
#212A27
(33,42,39)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #96BAC9

#96BAC9
(150,186,201)
#9FC0CD
(159,192,205)
#A8C6D1
(168,198,209)
#B1CCD5
(177,204,213)
#BAD2D9
(186,210,217)
#C3D8DD
(195,216,221)
#CCDEE1
(204,222,225)
#D5E4E5
(213,228,229)
#DEEAE9
(222,234,233)
#E7F0ED
(231,240,237)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BAC9 color. Also use rgb(150,186,201) instead hex code.

Text Font Color

.myTextColor { color: #96BAC9; }

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

This text font color is #96BAC9.


Background Color

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

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

This div background color is #96BAC9.


Border color

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

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

This div border color is #96BAC9.


Opacity

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

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

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

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

This text has shadow with #96BAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BAC9 on black background.


Color preview on white background

This text has color #96BAC9 on white background.



Black color preview on #96BAC9 background

This text has black color on #96BAC9 background.


White color preview on #96BAC9 background

This text has white color on #96BAC9 background.