COLOR #96AEB1

HEX: #96AEB1
RGB: (150,174,177)

Color info

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

RGB color model

#96AEB1 color RGB value is (150,174,177).

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

RGB channels and saturation

R 150 of 255 = 59%
G 174 of 255 = 68%
B 177 of 255 = 69%

150
174
177

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

Portions of RGB colors in percentages

R + G + B =
150 + 174 + 177 = 501 (100%)
R 150 of 501 ~ 29.94%
G 174 of 501 ~ 34.73%
B 177 of 501 ~ 35.33%

%29.94
%34.73
%35.33

CMYK color model

#96AEB1 color CMYK value is (15,2,0,31).

  • cyan value is 15.25%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(15,2,0,31)
C15M2Y0K31 
(15%,2%,0%,31%)
(0.15/0.02/0.00/0.31)	

CMYK percentages

%15.25
%1.69
%0
%30.59

Codes

Color #96AEB1 in popluar color models

96AEB1
RGB150174177
HSL187°14.75%64.12%
HSB/HSV187°15.25%69.41%
CMYK15.25%1.69%0.00%
30.59%

Color #96AEB1 in popluar number systems.

HEX96AEB1
Decimal150174177
Binary100101101010111010110001
Octal226256261

Shades and tints

Shades of #96AEB1

#96AEB1
(150,174,177)
#899FA1
(137,159,161)
#7C9091
(124,144,145)
#6F8181
(111,129,129)
#627271
(98,114,113)
#556361
(85,99,97)
#485451
(72,84,81)
#3B4541
(59,69,65)
#2E3631
(46,54,49)
#212721
(33,39,33)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #96AEB1

#96AEB1
(150,174,177)
#9FB5B8
(159,181,184)
#A8BCBF
(168,188,191)
#B1C3C6
(177,195,198)
#BACACD
(186,202,205)
#C3D1D4
(195,209,212)
#CCD8DB
(204,216,219)
#D5DFE2
(213,223,226)
#DEE6E9
(222,230,233)
#E7EDF0
(231,237,240)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AEB1; }

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

This text font color is #96AEB1.


Background Color

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

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

This div background color is #96AEB1.


Border color

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

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

This div border color is #96AEB1.


Opacity

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

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

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

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

This text has shadow with #96AEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AEB1 on black background.


Color preview on white background

This text has color #96AEB1 on white background.



Black color preview on #96AEB1 background

This text has black color on #96AEB1 background.


White color preview on #96AEB1 background

This text has white color on #96AEB1 background.