COLOR #96A7AB

HEX: #96A7AB RGB: (150,167,171)

Color info

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

RGB color model

#96A7AB color RGB value is (150,167,171).

RGB: (150,167,171) (59%, 65%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 167 of 255 = 65%
B 171 of 255 = 67%

150
167
171

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

Portions of RGB colors in percentages

R + G + B = 150 + 167 + 171 = 488 (100%)
R 150 of 488 ~ 30.74%
G 167 of 488 ~ 34.22%
B 171 of 488 ~ 35.04'%

%30.74
%34.22
%35.04

CMYK color model

#96A7AB color CMYK value is (12,2,0,33).

  • cyan value is 12.28%
  • magenta value is 2.34%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (12,2,0,33)
C12M2Y0K33 (12%, 2%, 0%, 33%)
(0.12 / 0.02 / 0.00 / 0.33)

CMYK percentages

%12.28
%2.34
%0
%32.94

Codes

Color #96A7AB in popluar color models

96 A7 AB
RGB 150 167 171
HSL 191° 11.11% 62.94%
HSB/HSV 191° 12.28% 67.06%
CMYK 12.28% 2.34% 0.00%
32.94%

Color #96A7AB in popluar number systems.

HEX 96 A7 AB
Decimal 150 167 171
Binary 10010110 10100111 10101011
Octal 226 247 253

Shades and tints

Shades of #96A7AB

#96A7AB
(150,167,171)
#89989C
(137,152,156)
#7C898D
(124,137,141)
#6F7A7E
(111,122,126)
#626B6F
(98,107,111)
#555C60
(85,92,96)
#484D51
(72,77,81)
#3B3E42
(59,62,66)
#2E2F33
(46,47,51)
#212024
(33,32,36)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #96A7AB

#96A7AB
(150,167,171)
#9FAFB2
(159,175,178)
#A8B7B9
(168,183,185)
#B1BFC0
(177,191,192)
#BAC7C7
(186,199,199)
#C3CFCE
(195,207,206)
#CCD7D5
(204,215,213)
#D5DFDC
(213,223,220)
#DEE7E3
(222,231,227)
#E7EFEA
(231,239,234)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A7AB color. Also use rgb(150,167,171) instead hex code.

Text Font Color

.myTextColor { color: #96A7AB; }

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

This text font color is #96A7AB.

Background Color

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

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

This div background color is #96A7AB.

Border color

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

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

This div border color is #96A7AB.

Opacity

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

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

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

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

This text has shadow with #96A7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A7AB.

Preview

Color preview on black background

This text has color #96A7AB on black background.


Color preview on white background

This text has color #96A7AB on white background.


Black color preview on #96A7AB background

This text has black color on #96A7AB background.


White color preview on #96A7AB background

This text has white color on #96A7AB background.


Related colors

Complementary color

Complementary color for #hex is #695854.


I love getcolorcode.com

Triadic colors

1 #AB96A7 and #A7AB96 with #96A7AB are triadic colors.

2 #ABA796 and #A796AB with #96A7AB are triadic colors.