COLOR #96A59E

HEX: #96A59E
RGB: (150,165,158)

Color info

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

RGB color model

#96A59E color RGB value is (150,165,158).

  • red value is 150;
  • green value is 165;
  • blue value is 158.
RGB:
(150,165,158)
(59%,65%,62%)

RGB channels and saturation

R 150 of 255 = 59%
G 165 of 255 = 65%
B 158 of 255 = 62%

150
165
158

R + G + B ~ 62%. #96A59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 165 + 158 = 473 (100%)
R 150 of 473 ~ 31.71%
G 165 of 473 ~ 34.88%
B 158 of 473 ~ 33.4%

%31.71
%34.88
%33.4

CMYK color model

#96A59E color CMYK value is (9,0,4,35).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK:
(9,0,4,35)
C9M0Y4K35 
(9%,0%,4%,35%)
(0.09/0.00/0.04/0.35)	

CMYK percentages

%9.09
%0
%4.24
%35.29

Codes

Color #96A59E in popluar color models

96A59E
RGB150165158
HSL152°7.69%61.76%
HSB/HSV152°9.09%64.71%
CMYK9.09%0.00%4.24%
35.29%

Color #96A59E in popluar number systems.

HEX96A59E
Decimal150165158
Binary100101101010010110011110
Octal226245236

Shades and tints

Shades of #96A59E

#96A59E
(150,165,158)
#899690
(137,150,144)
#7C8782
(124,135,130)
#6F7874
(111,120,116)
#626966
(98,105,102)
#555A58
(85,90,88)
#484B4A
(72,75,74)
#3B3C3C
(59,60,60)
#2E2D2E
(46,45,46)
#211E20
(33,30,32)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #96A59E

#96A59E
(150,165,158)
#9FADA6
(159,173,166)
#A8B5AE
(168,181,174)
#B1BDB6
(177,189,182)
#BAC5BE
(186,197,190)
#C3CDC6
(195,205,198)
#CCD5CE
(204,213,206)
#D5DDD6
(213,221,214)
#DEE5DE
(222,229,222)
#E7EDE6
(231,237,230)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A59E color. Also use rgb(150,165,158) instead hex code.

Text Font Color

.myTextColor { color: #96A59E; }

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

This text font color is #96A59E.


Background Color

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

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

This div background color is #96A59E.


Border color

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

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

This div border color is #96A59E.


Opacity

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

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

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

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

This text has shadow with #96A59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A59E on black background.


Color preview on white background

This text has color #96A59E on white background.



Black color preview on #96A59E background

This text has black color on #96A59E background.


White color preview on #96A59E background

This text has white color on #96A59E background.