COLOR #96B1AC

HEX: #96B1AC
RGB: (150,177,172)

Color info

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

RGB color model

#96B1AC color RGB value is (150,177,172).

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

RGB channels and saturation

R 150 of 255 = 59%
G 177 of 255 = 69%
B 172 of 255 = 67%

150
177
172

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

Portions of RGB colors in percentages

R + G + B =
150 + 177 + 172 = 499 (100%)
R 150 of 499 ~ 30.06%
G 177 of 499 ~ 35.47%
B 172 of 499 ~ 34.47%

%30.06
%35.47
%34.47

CMYK color model

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

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

CMYK percentages

%15.25
%0
%2.82
%30.59

Codes

Color #96B1AC in popluar color models

96B1AC
RGB150177172
HSL169°14.75%64.12%
HSB/HSV169°15.25%69.41%
CMYK15.25%0.00%2.82%
30.59%

Color #96B1AC in popluar number systems.

HEX96B1AC
Decimal150177172
Binary100101101011000110101100
Octal226261254

Shades and tints

Shades of #96B1AC

#96B1AC
(150,177,172)
#89A19D
(137,161,157)
#7C918E
(124,145,142)
#6F817F
(111,129,127)
#627170
(98,113,112)
#556161
(85,97,97)
#485152
(72,81,82)
#3B4143
(59,65,67)
#2E3134
(46,49,52)
#212125
(33,33,37)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #96B1AC

#96B1AC
(150,177,172)
#9FB8B3
(159,184,179)
#A8BFBA
(168,191,186)
#B1C6C1
(177,198,193)
#BACDC8
(186,205,200)
#C3D4CF
(195,212,207)
#CCDBD6
(204,219,214)
#D5E2DD
(213,226,221)
#DEE9E4
(222,233,228)
#E7F0EB
(231,240,235)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B1AC; }

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

This text font color is #96B1AC.


Background Color

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

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

This div background color is #96B1AC.


Border color

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

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

This div border color is #96B1AC.


Opacity

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

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

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

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

This text has shadow with #96B1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B1AC on black background.


Color preview on white background

This text has color #96B1AC on white background.



Black color preview on #96B1AC background

This text has black color on #96B1AC background.


White color preview on #96B1AC background

This text has white color on #96B1AC background.