COLOR #96BCB0

HEX: #96BCB0
RGB: (150,188,176)

Color info

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

RGB color model

#96BCB0 color RGB value is (150,188,176).

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

RGB channels and saturation

R 150 of 255 = 59%
G 188 of 255 = 74%
B 176 of 255 = 69%

150
188
176

R + G + B ~ 67%. #96BCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 188 + 176 = 514 (100%)
R 150 of 514 ~ 29.18%
G 188 of 514 ~ 36.58%
B 176 of 514 ~ 34.24%

%29.18
%36.58
%34.24

CMYK color model

#96BCB0 color CMYK value is (20,0,6,26).

  • cyan value is 20.21%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(20,0,6,26)
C20M0Y6K26 
(20%,0%,6%,26%)
(0.20/0.00/0.06/0.26)	

CMYK percentages

%20.21
%0
%6.38
%26.27

Codes

Color #96BCB0 in popluar color models

96BCB0
RGB150188176
HSL161°22.09%66.27%
HSB/HSV161°20.21%73.73%
CMYK20.21%0.00%6.38%
26.27%

Color #96BCB0 in popluar number systems.

HEX96BCB0
Decimal150188176
Binary100101101011110010110000
Octal226274260

Shades and tints

Shades of #96BCB0

#96BCB0
(150,188,176)
#89ABA0
(137,171,160)
#7C9A90
(124,154,144)
#6F8980
(111,137,128)
#627870
(98,120,112)
#556760
(85,103,96)
#485650
(72,86,80)
#3B4540
(59,69,64)
#2E3430
(46,52,48)
#212320
(33,35,32)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #96BCB0

#96BCB0
(150,188,176)
#9FC2B7
(159,194,183)
#A8C8BE
(168,200,190)
#B1CEC5
(177,206,197)
#BAD4CC
(186,212,204)
#C3DAD3
(195,218,211)
#CCE0DA
(204,224,218)
#D5E6E1
(213,230,225)
#DEECE8
(222,236,232)
#E7F2EF
(231,242,239)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BCB0; }

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

This text font color is #96BCB0.


Background Color

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

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

This div background color is #96BCB0.


Border color

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

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

This div border color is #96BCB0.


Opacity

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

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

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

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

This text has shadow with #96BCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BCB0 on black background.


Color preview on white background

This text has color #96BCB0 on white background.



Black color preview on #96BCB0 background

This text has black color on #96BCB0 background.


White color preview on #96BCB0 background

This text has white color on #96BCB0 background.