COLOR #96BEC7

HEX: #96BEC7
RGB: (150,190,199)

Color info

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

RGB color model

#96BEC7 color RGB value is (150,190,199).

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

RGB channels and saturation

R 150 of 255 = 59%
G 190 of 255 = 75%
B 199 of 255 = 78%

150
190
199

R + G + B ~ 71%. #96BEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 190 + 199 = 539 (100%)
R 150 of 539 ~ 27.83%
G 190 of 539 ~ 35.25%
B 199 of 539 ~ 36.92%

%27.83
%35.25
%36.92

CMYK color model

#96BEC7 color CMYK value is (25,5,0,22).

  • cyan value is 24.62%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(25,5,0,22)
C25M5Y0K22 
(25%,5%,0%,22%)
(0.25/0.05/0.00/0.22)	

CMYK percentages

%24.62
%4.52
%0
%21.96

Codes

Color #96BEC7 in popluar color models

96BEC7
RGB150190199
HSL191°30.43%68.43%
HSB/HSV191°24.62%78.04%
CMYK24.62%4.52%0.00%
21.96%

Color #96BEC7 in popluar number systems.

HEX96BEC7
Decimal150190199
Binary100101101011111011000111
Octal226276307

Shades and tints

Shades of #96BEC7

#96BEC7
(150,190,199)
#89ADB5
(137,173,181)
#7C9CA3
(124,156,163)
#6F8B91
(111,139,145)
#627A7F
(98,122,127)
#55696D
(85,105,109)
#48585B
(72,88,91)
#3B4749
(59,71,73)
#2E3637
(46,54,55)
#212525
(33,37,37)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #96BEC7

#96BEC7
(150,190,199)
#9FC3CC
(159,195,204)
#A8C8D1
(168,200,209)
#B1CDD6
(177,205,214)
#BAD2DB
(186,210,219)
#C3D7E0
(195,215,224)
#CCDCE5
(204,220,229)
#D5E1EA
(213,225,234)
#DEE6EF
(222,230,239)
#E7EBF4
(231,235,244)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BEC7; }

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

This text font color is #96BEC7.


Background Color

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

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

This div background color is #96BEC7.


Border color

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

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

This div border color is #96BEC7.


Opacity

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

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

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

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

This text has shadow with #96BEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BEC7 on black background.


Color preview on white background

This text has color #96BEC7 on white background.



Black color preview on #96BEC7 background

This text has black color on #96BEC7 background.


White color preview on #96BEC7 background

This text has white color on #96BEC7 background.