COLOR #96A49E

HEX: #96A49E
RGB: (150,164,158)

Color info

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

RGB color model

#96A49E color RGB value is (150,164,158).

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

RGB channels and saturation

R 150 of 255 = 59%
G 164 of 255 = 64%
B 158 of 255 = 62%

150
164
158

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

Portions of RGB colors in percentages

R + G + B =
150 + 164 + 158 = 472 (100%)
R 150 of 472 ~ 31.78%
G 164 of 472 ~ 34.75%
B 158 of 472 ~ 33.47%

%31.78
%34.75
%33.47

CMYK color model

#96A49E color CMYK value is (9,0,4,36).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 35.69%
CMYK:
(9,0,4,36)
C9M0Y4K36 
(9%,0%,4%,36%)
(0.09/0.00/0.04/0.36)	

CMYK percentages

%8.54
%0
%3.66
%35.69

Codes

Color #96A49E in popluar color models

96A49E
RGB150164158
HSL154°7.14%61.57%
HSB/HSV154°8.54%64.31%
CMYK8.54%0.00%3.66%
35.69%

Color #96A49E in popluar number systems.

HEX96A49E
Decimal150164158
Binary100101101010010010011110
Octal226244236

Shades and tints

Shades of #96A49E

#96A49E
(150,164,158)
#899690
(137,150,144)
#7C8882
(124,136,130)
#6F7A74
(111,122,116)
#626C66
(98,108,102)
#555E58
(85,94,88)
#48504A
(72,80,74)
#3B423C
(59,66,60)
#2E342E
(46,52,46)
#212620
(33,38,32)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #96A49E

#96A49E
(150,164,158)
#9FACA6
(159,172,166)
#A8B4AE
(168,180,174)
#B1BCB6
(177,188,182)
#BAC4BE
(186,196,190)
#C3CCC6
(195,204,198)
#CCD4CE
(204,212,206)
#D5DCD6
(213,220,214)
#DEE4DE
(222,228,222)
#E7ECE6
(231,236,230)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A49E; }

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

This text font color is #96A49E.


Background Color

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

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

This div background color is #96A49E.


Border color

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

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

This div border color is #96A49E.


Opacity

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

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

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

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

This text has shadow with #96A49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A49E on black background.


Color preview on white background

This text has color #96A49E on white background.



Black color preview on #96A49E background

This text has black color on #96A49E background.


White color preview on #96A49E background

This text has white color on #96A49E background.