COLOR #96A0AD

HEX: #96A0AD RGB: (150,160,173)

Color info

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

RGB color model

#96A0AD color RGB value is (150,160,173).

RGB: (150,160,173) (59%, 63%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 173 of 255 = 68%

150
160
173

R + G + B ~ 63%. #96A0AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 160 + 173 = 483 (100%)
R 150 of 483 ~ 31.06%
G 160 of 483 ~ 33.13%
B 173 of 483 ~ 35.82'%

%31.06
%33.13
%35.82

CMYK color model

#96A0AD color CMYK value is (13,8,0,32).

  • cyan value is 13.29%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (13,8,0,32) C13M8Y0K32 (13%,8%,0%,32%) (0.13/0.08/0.00/0.32) 

CMYK percentages

%13.29
%7.51
%0
%32.16

Codes

Color #96A0AD in popluar color models

96 A0 AD
RGB 150 160 173
HSL 214° 12.30% 63.33%
HSB/HSV 214° 13.29% 67.84%
CMYK 13.29% 7.51% 0.00%
32.16%

Color #96A0AD in popluar number systems.

HEX 96 A0 AD
Decimal 150 160 173
Binary 10010110 10100000 10101101
Octal 226 240 255

Shades and tints

Shades of #96A0AD

#96A0AD
(150,160,173)
#89929E
(137,146,158)
#7C848F
(124,132,143)
#6F7680
(111,118,128)
#626871
(98,104,113)
#555A62
(85,90,98)
#484C53
(72,76,83)
#3B3E44
(59,62,68)
#2E3035
(46,48,53)
#212226
(33,34,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #96A0AD

#96A0AD
(150,160,173)
#9FA8B4
(159,168,180)
#A8B0BB
(168,176,187)
#B1B8C2
(177,184,194)
#BAC0C9
(186,192,201)
#C3C8D0
(195,200,208)
#CCD0D7
(204,208,215)
#D5D8DE
(213,216,222)
#DEE0E5
(222,224,229)
#E7E8EC
(231,232,236)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A0AD color. Also use rgb(150,160,173) instead hex code.

Text Font Color

.myTextColor { color: #96A0AD; }

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

This text font color is #96A0AD.

Background Color

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

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

This div background color is #96A0AD.

Border color

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

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

This div border color is #96A0AD.

Opacity

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

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

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

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

This text has shadow with #96A0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A0AD.

Preview

Color preview on black background

This text has color #96A0AD on black background.


Color preview on white background

This text has color #96A0AD on white background.


Black color preview on #96A0AD background

This text has black color on #96A0AD background.


White color preview on #96A0AD background

This text has white color on #96A0AD background.


Related colors

Complementary color

Complementary color for #hex is #695F52.


I love getcolorcode.com

Triadic colors

1 #AD96A0 and #A0AD96 with #96A0AD are triadic colors.

2 #ADA096 and #A096AD with #96A0AD are triadic colors.