COLOR #96AB89

HEX: #96AB89
RGB: (150,171,137)

Color info

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

RGB color model

#96AB89 color RGB value is (150,171,137).

  • red value is 150;
  • green value is 171;
  • blue value is 137.
RGB:
(150,171,137)
(59%,67%,54%)

RGB channels and saturation

R 150 of 255 = 59%
G 171 of 255 = 67%
B 137 of 255 = 54%

150
171
137

R + G + B ~ 60%. #96AB89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 171 + 137 = 458 (100%)
R 150 of 458 ~ 32.75%
G 171 of 458 ~ 37.34%
B 137 of 458 ~ 29.91%

%32.75
%37.34
%29.91

CMYK color model

#96AB89 color CMYK value is (12,0,20,33).

  • cyan value is 12.28%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 32.94%
CMYK:
(12,0,20,33)
C12M0Y20K33 
(12%,0%,20%,33%)
(0.12/0.00/0.20/0.33)	

CMYK percentages

%12.28
%0
%19.88
%32.94

Codes

Color #96AB89 in popluar color models

96AB89
RGB150171137
HSL97°16.83%60.39%
HSB/HSV97°19.88%67.06%
CMYK12.28%0.00%19.88%
32.94%

Color #96AB89 in popluar number systems.

HEX96AB89
Decimal150171137
Binary100101101010101110001001
Octal226253211

Shades and tints

Shades of #96AB89

#96AB89
(150,171,137)
#899C7D
(137,156,125)
#7C8D71
(124,141,113)
#6F7E65
(111,126,101)
#626F59
(98,111,89)
#55604D
(85,96,77)
#485141
(72,81,65)
#3B4235
(59,66,53)
#2E3329
(46,51,41)
#21241D
(33,36,29)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #96AB89

#96AB89
(150,171,137)
#9FB293
(159,178,147)
#A8B99D
(168,185,157)
#B1C0A7
(177,192,167)
#BAC7B1
(186,199,177)
#C3CEBB
(195,206,187)
#CCD5C5
(204,213,197)
#D5DCCF
(213,220,207)
#DEE3D9
(222,227,217)
#E7EAE3
(231,234,227)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AB89; }

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

This text font color is #96AB89.


Background Color

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

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

This div background color is #96AB89.


Border color

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

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

This div border color is #96AB89.


Opacity

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

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

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

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

This text has shadow with #96AB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AB89 on black background.


Color preview on white background

This text has color #96AB89 on white background.



Black color preview on #96AB89 background

This text has black color on #96AB89 background.


White color preview on #96AB89 background

This text has white color on #96AB89 background.