COLOR #96AAB8

HEX: #96AAB8
RGB: (150,170,184)

Color info

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

RGB color model

#96AAB8 color RGB value is (150,170,184).

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

RGB channels and saturation

R 150 of 255 = 59%
G 170 of 255 = 67%
B 184 of 255 = 72%

150
170
184

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

Portions of RGB colors in percentages

R + G + B =
150 + 170 + 184 = 504 (100%)
R 150 of 504 ~ 29.76%
G 170 of 504 ~ 33.73%
B 184 of 504 ~ 36.51%

%29.76
%33.73
%36.51

CMYK color model

#96AAB8 color CMYK value is (18,8,0,28).

  • cyan value is 18.48%
  • magenta value is 7.61%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(18,8,0,28)
C18M8Y0K28 
(18%,8%,0%,28%)
(0.18/0.08/0.00/0.28)	

CMYK percentages

%18.48
%7.61
%0
%27.84

Codes

Color #96AAB8 in popluar color models

96AAB8
RGB150170184
HSL205°19.32%65.49%
HSB/HSV205°18.48%72.16%
CMYK18.48%7.61%0.00%
27.84%

Color #96AAB8 in popluar number systems.

HEX96AAB8
Decimal150170184
Binary100101101010101010111000
Octal226252270

Shades and tints

Shades of #96AAB8

#96AAB8
(150,170,184)
#899BA8
(137,155,168)
#7C8C98
(124,140,152)
#6F7D88
(111,125,136)
#626E78
(98,110,120)
#555F68
(85,95,104)
#485058
(72,80,88)
#3B4148
(59,65,72)
#2E3238
(46,50,56)
#212328
(33,35,40)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #96AAB8

#96AAB8
(150,170,184)
#9FB1BE
(159,177,190)
#A8B8C4
(168,184,196)
#B1BFCA
(177,191,202)
#BAC6D0
(186,198,208)
#C3CDD6
(195,205,214)
#CCD4DC
(204,212,220)
#D5DBE2
(213,219,226)
#DEE2E8
(222,226,232)
#E7E9EE
(231,233,238)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AAB8; }

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

This text font color is #96AAB8.


Background Color

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

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

This div background color is #96AAB8.


Border color

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

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

This div border color is #96AAB8.


Opacity

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

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

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

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

This text has shadow with #96AAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AAB8 on black background.


Color preview on white background

This text has color #96AAB8 on white background.



Black color preview on #96AAB8 background

This text has black color on #96AAB8 background.


White color preview on #96AAB8 background

This text has white color on #96AAB8 background.