COLOR #96B6B6

HEX: #96B6B6
RGB: (150,182,182)

Color info

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

RGB color model

#96B6B6 color RGB value is (150,182,182).

  • red value is 150;
  • green value is 182;
  • blue value is 182.
RGB:
(150,182,182)
(59%,71%,71%)

RGB channels and saturation

R 150 of 255 = 59%
G 182 of 255 = 71%
B 182 of 255 = 71%

150
182
182

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

Portions of RGB colors in percentages

R + G + B =
150 + 182 + 182 = 514 (100%)
R 150 of 514 ~ 29.18%
G 182 of 514 ~ 35.41%
B 182 of 514 ~ 35.41%

%29.18
%35.41
%35.41

CMYK color model

#96B6B6 color CMYK value is (18,0,0,29).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(18,0,0,29)
C18M0Y0K29 
(18%,0%,0%,29%)
(0.18/0.00/0.00/0.29)	

CMYK percentages

%17.58
%0
%0
%28.63

Codes

Color #96B6B6 in popluar color models

96B6B6
RGB150182182
HSL180°17.98%65.10%
HSB/HSV180°17.58%71.37%
CMYK17.58%0.00%0.00%
28.63%

Color #96B6B6 in popluar number systems.

HEX96B6B6
Decimal150182182
Binary100101101011011010110110
Octal226266266

Shades and tints

Shades of #96B6B6

#96B6B6
(150,182,182)
#89A6A6
(137,166,166)
#7C9696
(124,150,150)
#6F8686
(111,134,134)
#627676
(98,118,118)
#556666
(85,102,102)
#485656
(72,86,86)
#3B4646
(59,70,70)
#2E3636
(46,54,54)
#212626
(33,38,38)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #96B6B6

#96B6B6
(150,182,182)
#9FBCBC
(159,188,188)
#A8C2C2
(168,194,194)
#B1C8C8
(177,200,200)
#BACECE
(186,206,206)
#C3D4D4
(195,212,212)
#CCDADA
(204,218,218)
#D5E0E0
(213,224,224)
#DEE6E6
(222,230,230)
#E7ECEC
(231,236,236)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B6B6; }

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

This text font color is #96B6B6.


Background Color

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

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

This div background color is #96B6B6.


Border color

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

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

This div border color is #96B6B6.


Opacity

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

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

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

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

This text has shadow with #96B6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B6B6 on black background.


Color preview on white background

This text has color #96B6B6 on white background.



Black color preview on #96B6B6 background

This text has black color on #96B6B6 background.


White color preview on #96B6B6 background

This text has white color on #96B6B6 background.