COLOR #96ADAB

HEX: #96ADAB RGB: (150,173,171)

Color info

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

RGB color model

#96ADAB color RGB value is (150,173,171).

RGB: (150,173,171) (59%, 68%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 173 of 255 = 68%
B 171 of 255 = 67%

150
173
171

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

Portions of RGB colors in percentages

R + G + B = 150 + 173 + 171 = 494 (100%)
R 150 of 494 ~ 30.36%
G 173 of 494 ~ 35.02%
B 171 of 494 ~ 34.62'%

%30.36
%35.02
%34.62

CMYK color model

#96ADAB color CMYK value is (13,0,1,32).

  • cyan value is 13.29%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 32.16%

CMYK: (13,0,1,32)
C13M0Y1K32 (13%, 0%, 1%, 32%)
(0.13 / 0.00 / 0.01 / 0.32)

CMYK percentages

%13.29
%0
%1.16
%32.16

Codes

Color #96ADAB in popluar color models

96 AD AB
RGB 150 173 171
HSL 175° 12.30% 63.33%
HSB/HSV 175° 13.29% 67.84%
CMYK 13.29% 0.00% 1.16%
32.16%

Color #96ADAB in popluar number systems.

HEX 96 AD AB
Decimal 150 173 171
Binary 10010110 10101101 10101011
Octal 226 255 253

Shades and tints

Shades of #96ADAB

#96ADAB
(150,173,171)
#899E9C
(137,158,156)
#7C8F8D
(124,143,141)
#6F807E
(111,128,126)
#62716F
(98,113,111)
#556260
(85,98,96)
#485351
(72,83,81)
#3B4442
(59,68,66)
#2E3533
(46,53,51)
#212624
(33,38,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #96ADAB

#96ADAB
(150,173,171)
#9FB4B2
(159,180,178)
#A8BBB9
(168,187,185)
#B1C2C0
(177,194,192)
#BAC9C7
(186,201,199)
#C3D0CE
(195,208,206)
#CCD7D5
(204,215,213)
#D5DEDC
(213,222,220)
#DEE5E3
(222,229,227)
#E7ECEA
(231,236,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96ADAB; }

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

This text font color is #96ADAB.

Background Color

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

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

This div background color is #96ADAB.

Border color

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

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

This div border color is #96ADAB.

Opacity

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

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

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

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

This text has shadow with #96ADAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96ADAB.

Preview

Color preview on black background

This text has color #96ADAB on black background.


Color preview on white background

This text has color #96ADAB on white background.


Black color preview on #96ADAB background

This text has black color on #96ADAB background.


White color preview on #96ADAB background

This text has white color on #96ADAB background.


Related colors

Complementary color

Complementary color for #hex is #695254.


I love getcolorcode.com

Triadic colors

1 #AB96AD and #ADAB96 with #96ADAB are triadic colors.

2 #ABAD96 and #AD96AB with #96ADAB are triadic colors.