COLOR #96B7AB

HEX: #96B7AB
RGB: (150,183,171)

Color info

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

RGB color model

#96B7AB color RGB value is (150,183,171).

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

RGB channels and saturation

R 150 of 255 = 59%
G 183 of 255 = 72%
B 171 of 255 = 67%

150
183
171

R + G + B ~ 66%. #96B7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 183 + 171 = 504 (100%)
R 150 of 504 ~ 29.76%
G 183 of 504 ~ 36.31%
B 171 of 504 ~ 33.93%

%29.76
%36.31
%33.93

CMYK color model

#96B7AB color CMYK value is (18,0,7,28).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 28.24%
CMYK:
(18,0,7,28)
C18M0Y7K28 
(18%,0%,7%,28%)
(0.18/0.00/0.07/0.28)	

CMYK percentages

%18.03
%0
%6.56
%28.24

Codes

Color #96B7AB in popluar color models

96B7AB
RGB150183171
HSL158°18.64%65.29%
HSB/HSV158°18.03%71.76%
CMYK18.03%0.00%6.56%
28.24%

Color #96B7AB in popluar number systems.

HEX96B7AB
Decimal150183171
Binary100101101011011110101011
Octal226267253

Shades and tints

Shades of #96B7AB

#96B7AB
(150,183,171)
#89A79C
(137,167,156)
#7C978D
(124,151,141)
#6F877E
(111,135,126)
#62776F
(98,119,111)
#556760
(85,103,96)
#485751
(72,87,81)
#3B4742
(59,71,66)
#2E3733
(46,55,51)
#212724
(33,39,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #96B7AB

#96B7AB
(150,183,171)
#9FBDB2
(159,189,178)
#A8C3B9
(168,195,185)
#B1C9C0
(177,201,192)
#BACFC7
(186,207,199)
#C3D5CE
(195,213,206)
#CCDBD5
(204,219,213)
#D5E1DC
(213,225,220)
#DEE7E3
(222,231,227)
#E7EDEA
(231,237,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B7AB; }

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

This text font color is #96B7AB.


Background Color

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

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

This div background color is #96B7AB.


Border color

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

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

This div border color is #96B7AB.


Opacity

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

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

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

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

This text has shadow with #96B7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B7AB on black background.


Color preview on white background

This text has color #96B7AB on white background.



Black color preview on #96B7AB background

This text has black color on #96B7AB background.


White color preview on #96B7AB background

This text has white color on #96B7AB background.