COLOR #96ABAA

HEX: #96ABAA RGB: (150,171,170)

Color info

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

RGB color model

#96ABAA color RGB value is (150,171,170).

RGB: (150,171,170) (59%, 67%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 171 of 255 = 67%
B 170 of 255 = 67%

150
171
170

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

Portions of RGB colors in percentages

R + G + B = 150 + 171 + 170 = 491 (100%)
R 150 of 491 ~ 30.55%
G 171 of 491 ~ 34.83%
B 170 of 491 ~ 34.62'%

%30.55
%34.83
%34.62

CMYK color model

#96ABAA color CMYK value is (12,0,1,33).

  • cyan value is 12.28%
  • magenta value is 0.00%
  • yellow value is 0.58%
  • key color value is 32.94%
CMYK: (12,0,1,33) C12M0Y1K33 (12%,0%,1%,33%) (0.12/0.00/0.01/0.33) 

CMYK percentages

%12.28
%0
%0.58
%32.94

Codes

Color #96ABAA in popluar color models

96 AB AA
RGB 150 171 170
HSL 177° 11.11% 62.94%
HSB/HSV 177° 12.28% 67.06%
CMYK 12.28% 0.00% 0.58%
32.94%

Color #96ABAA in popluar number systems.

HEX 96 AB AA
Decimal 150 171 170
Binary 10010110 10101011 10101010
Octal 226 253 252

Shades and tints

Shades of #96ABAA

#96ABAA
(150,171,170)
#899C9B
(137,156,155)
#7C8D8C
(124,141,140)
#6F7E7D
(111,126,125)
#626F6E
(98,111,110)
#55605F
(85,96,95)
#485150
(72,81,80)
#3B4241
(59,66,65)
#2E3332
(46,51,50)
#212423
(33,36,35)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #96ABAA

#96ABAA
(150,171,170)
#9FB2B1
(159,178,177)
#A8B9B8
(168,185,184)
#B1C0BF
(177,192,191)
#BAC7C6
(186,199,198)
#C3CECD
(195,206,205)
#CCD5D4
(204,213,212)
#D5DCDB
(213,220,219)
#DEE3E2
(222,227,226)
#E7EAE9
(231,234,233)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96ABAA; }

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

This text font color is #96ABAA.

Background Color

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

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

This div background color is #96ABAA.

Border color

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

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

This div border color is #96ABAA.

Opacity

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

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

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

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

This text has shadow with #96ABAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96ABAA.

Preview

Color preview on black background

This text has color #96ABAA on black background.


Color preview on white background

This text has color #96ABAA on white background.


Black color preview on #96ABAA background

This text has black color on #96ABAA background.


White color preview on #96ABAA background

This text has white color on #96ABAA background.


Related colors

Complementary color

Complementary color for #hex is #695455.


I love getcolorcode.com

Triadic colors

1 #AA96AB and #ABAA96 with #96ABAA are triadic colors.

2 #AAAB96 and #AB96AA with #96ABAA are triadic colors.