COLOR #96A889

HEX: #96A889
RGB: (150,168,137)

Color info

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

RGB color model

#96A889 color RGB value is (150,168,137).

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

RGB channels and saturation

R 150 of 255 = 59%
G 168 of 255 = 66%
B 137 of 255 = 54%

150
168
137

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

Portions of RGB colors in percentages

R + G + B =
150 + 168 + 137 = 455 (100%)
R 150 of 455 ~ 32.97%
G 168 of 455 ~ 36.92%
B 137 of 455 ~ 30.11%

%32.97
%36.92
%30.11

CMYK color model

#96A889 color CMYK value is (11,0,18,34).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 34.12%
CMYK:
(11,0,18,34)
C11M0Y18K34 
(11%,0%,18%,34%)
(0.11/0.00/0.18/0.34)	

CMYK percentages

%10.71
%0
%18.45
%34.12

Codes

Color #96A889 in popluar color models

96A889
RGB150168137
HSL95°15.12%59.80%
HSB/HSV95°18.45%65.88%
CMYK10.71%0.00%18.45%
34.12%

Color #96A889 in popluar number systems.

HEX96A889
Decimal150168137
Binary100101101010100010001001
Octal226250211

Shades and tints

Shades of #96A889

#96A889
(150,168,137)
#89997D
(137,153,125)
#7C8A71
(124,138,113)
#6F7B65
(111,123,101)
#626C59
(98,108,89)
#555D4D
(85,93,77)
#484E41
(72,78,65)
#3B3F35
(59,63,53)
#2E3029
(46,48,41)
#21211D
(33,33,29)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #96A889

#96A889
(150,168,137)
#9FAF93
(159,175,147)
#A8B69D
(168,182,157)
#B1BDA7
(177,189,167)
#BAC4B1
(186,196,177)
#C3CBBB
(195,203,187)
#CCD2C5
(204,210,197)
#D5D9CF
(213,217,207)
#DEE0D9
(222,224,217)
#E7E7E3
(231,231,227)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A889; }

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

This text font color is #96A889.


Background Color

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

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

This div background color is #96A889.


Border color

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

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

This div border color is #96A889.


Opacity

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

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

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

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

This text has shadow with #96A889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A889 on black background.


Color preview on white background

This text has color #96A889 on white background.



Black color preview on #96A889 background

This text has black color on #96A889 background.


White color preview on #96A889 background

This text has white color on #96A889 background.