COLOR #96ABAF

HEX: #96ABAF RGB: (150,171,175)

Color info

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

RGB color model

#96ABAF color RGB value is (150,171,175).

RGB: (150,171,175) (59%, 67%, 69%)

RGB channels and saturation

R 150 of 255 = 59%
G 171 of 255 = 67%
B 175 of 255 = 69%

150
171
175

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

Portions of RGB colors in percentages

R + G + B = 150 + 171 + 175 = 496 (100%)
R 150 of 496 ~ 30.24%
G 171 of 496 ~ 34.48%
B 175 of 496 ~ 35.28'%

%30.24
%34.48
%35.28

CMYK color model

#96ABAF color CMYK value is (14,2,0,31).

  • cyan value is 14.29%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (14,2,0,31) C14M2Y0K31 (14%,2%,0%,31%) (0.14/0.02/0.00/0.31) 

CMYK percentages

%14.29
%2.29
%0
%31.37

Codes

Color #96ABAF in popluar color models

96 AB AF
RGB 150 171 175
HSL 190° 13.51% 63.73%
HSB/HSV 190° 14.29% 68.63%
CMYK 14.29% 2.29% 0.00%
31.37%

Color #96ABAF in popluar number systems.

HEX 96 AB AF
Decimal 150 171 175
Binary 10010110 10101011 10101111
Octal 226 253 257

Shades and tints

Shades of #96ABAF

#96ABAF
(150,171,175)
#899CA0
(137,156,160)
#7C8D91
(124,141,145)
#6F7E82
(111,126,130)
#626F73
(98,111,115)
#556064
(85,96,100)
#485155
(72,81,85)
#3B4246
(59,66,70)
#2E3337
(46,51,55)
#212428
(33,36,40)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #96ABAF

#96ABAF
(150,171,175)
#9FB2B6
(159,178,182)
#A8B9BD
(168,185,189)
#B1C0C4
(177,192,196)
#BAC7CB
(186,199,203)
#C3CED2
(195,206,210)
#CCD5D9
(204,213,217)
#D5DCE0
(213,220,224)
#DEE3E7
(222,227,231)
#E7EAEE
(231,234,238)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96ABAF; }

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

This text font color is #96ABAF.

Background Color

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

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

This div background color is #96ABAF.

Border color

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

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

This div border color is #96ABAF.

Opacity

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

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

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

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

This text has shadow with #96ABAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96ABAF.

Preview

Color preview on black background

This text has color #96ABAF on black background.


Color preview on white background

This text has color #96ABAF on white background.


Black color preview on #96ABAF background

This text has black color on #96ABAF background.


White color preview on #96ABAF background

This text has white color on #96ABAF background.


Related colors

Complementary color

Complementary color for #hex is #695450.


I love getcolorcode.com

Triadic colors

1 #AF96AB and #ABAF96 with #96ABAF are triadic colors.

2 #AFAB96 and #AB96AF with #96ABAF are triadic colors.