COLOR #96B0AB

HEX: #96B0AB
RGB: (150,176,171)

Color info

#96B0AB contains red, green and blue colors in about the same proportion. Web safe color of #96B0AB is #999999 (or #999).

RGB color model

#96B0AB color RGB value is (150,176,171).

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

RGB channels and saturation

R 150 of 255 = 59%
G 176 of 255 = 69%
B 171 of 255 = 67%

150
176
171

R + G + B ~ 65%. #96B0AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 176 + 171 = 497 (100%)
R 150 of 497 ~ 30.18%
G 176 of 497 ~ 35.41%
B 171 of 497 ~ 34.41%

%30.18
%35.41
%34.41

CMYK color model

#96B0AB color CMYK value is (15,0,3,31).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 30.98%
CMYK: (15,0,3,31) C15M0Y3K31 (15%,0%,3%,31%) (0.15/0.00/0.03/0.31)

CMYK percentages

%14.77
%0
%2.84
%30.98

Codes

Color #96B0AB in popluar color models

96B0AB
RGB150176171
HSL168°14.13%63.92%
HSB/HSV168°14.77%69.02%
CMYK14.77%0.00%2.84%
30.98%

Color #96B0AB in popluar number systems.

HEX96B0AB
Decimal150176171
Binary100101101011000010101011
Octal226260253

Shades and tints

Shades of #96B0AB

#96B0AB
(150,176,171)
#89A09C
(137,160,156)
#7C908D
(124,144,141)
#6F807E
(111,128,126)
#62706F
(98,112,111)
#556060
(85,96,96)
#485051
(72,80,81)
#3B4042
(59,64,66)
#2E3033
(46,48,51)
#212024
(33,32,36)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #96B0AB

#96B0AB
(150,176,171)
#9FB7B2
(159,183,178)
#A8BEB9
(168,190,185)
#B1C5C0
(177,197,192)
#BACCC7
(186,204,199)
#C3D3CE
(195,211,206)
#CCDAD5
(204,218,213)
#D5E1DC
(213,225,220)
#DEE8E3
(222,232,227)
#E7EFEA
(231,239,234)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B0AB; }

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

This text font color is #96B0AB.


Background Color

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

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

This div background color is #96B0AB.


Border color

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

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

This div border color is #96B0AB.


Opacity

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

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

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

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

This text has shadow with #96B0AB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #96B0AB on black background.


Color preview on white background

This text has color #96B0AB on white background.



Black color preview on #96B0AB background

This text has black color on #96B0AB background.


White color preview on #96B0AB background

This text has white color on #96B0AB background.