COLOR #96A6AF

HEX: #96A6AF RGB: (150,166,175)

Color info

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

RGB color model

#96A6AF color RGB value is (150,166,175).

RGB: (150,166,175) (59%, 65%, 69%)

RGB channels and saturation

R 150 of 255 = 59%
G 166 of 255 = 65%
B 175 of 255 = 69%

150
166
175

R + G + B ~ 64%. #96A6AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 166 + 175 = 491 (100%)
R 150 of 491 ~ 30.55%
G 166 of 491 ~ 33.81%
B 175 of 491 ~ 35.64'%

%30.55
%33.81
%35.64

CMYK color model

#96A6AF color CMYK value is (14,5,0,31).

  • cyan value is 14.29%
  • magenta value is 5.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (14,5,0,31)
C14M5Y0K31 (14%, 5%, 0%, 31%)
(0.14 / 0.05 / 0.00 / 0.31)

CMYK percentages

%14.29
%5.14
%0
%31.37

Codes

Color #96A6AF in popluar color models

96 A6 AF
RGB 150 166 175
HSL 202° 13.51% 63.73%
HSB/HSV 202° 14.29% 68.63%
CMYK 14.29% 5.14% 0.00%
31.37%

Color #96A6AF in popluar number systems.

HEX 96 A6 AF
Decimal 150 166 175
Binary 10010110 10100110 10101111
Octal 226 246 257

Shades and tints

Shades of #96A6AF

#96A6AF
(150,166,175)
#8997A0
(137,151,160)
#7C8891
(124,136,145)
#6F7982
(111,121,130)
#626A73
(98,106,115)
#555B64
(85,91,100)
#484C55
(72,76,85)
#3B3D46
(59,61,70)
#2E2E37
(46,46,55)
#211F28
(33,31,40)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #96A6AF

#96A6AF
(150,166,175)
#9FAEB6
(159,174,182)
#A8B6BD
(168,182,189)
#B1BEC4
(177,190,196)
#BAC6CB
(186,198,203)
#C3CED2
(195,206,210)
#CCD6D9
(204,214,217)
#D5DEE0
(213,222,224)
#DEE6E7
(222,230,231)
#E7EEEE
(231,238,238)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A6AF color. Also use rgb(150,166,175) instead hex code.

Text Font Color

.myTextColor { color: #96A6AF; }

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

This text font color is #96A6AF.

Background Color

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

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

This div background color is #96A6AF.

Border color

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

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

This div border color is #96A6AF.

Opacity

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

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

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

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

This text has shadow with #96A6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A6AF.

Preview

Color preview on black background

This text has color #96A6AF on black background.


Color preview on white background

This text has color #96A6AF on white background.


Black color preview on #96A6AF background

This text has black color on #96A6AF background.


White color preview on #96A6AF background

This text has white color on #96A6AF background.


Related colors

Complementary color

Complementary color for #hex is #695950.


I love getcolorcode.com

Triadic colors

1 #AF96A6 and #A6AF96 with #96A6AF are triadic colors.

2 #AFA696 and #A696AF with #96A6AF are triadic colors.