COLOR #96A494

HEX: #96A494
RGB: (150,164,148)

Color info

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

RGB color model

#96A494 color RGB value is (150,164,148).

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

RGB channels and saturation

R 150 of 255 = 59%
G 164 of 255 = 64%
B 148 of 255 = 58%

150
164
148

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

Portions of RGB colors in percentages

R + G + B =
150 + 164 + 148 = 462 (100%)
R 150 of 462 ~ 32.47%
G 164 of 462 ~ 35.5%
B 148 of 462 ~ 32.03%

%32.47
%35.5
%32.03

CMYK color model

#96A494 color CMYK value is (9,0,10,36).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 35.69%
CMYK:
(9,0,10,36)
C9M0Y10K36 
(9%,0%,10%,36%)
(0.09/0.00/0.10/0.36)	

CMYK percentages

%8.54
%0
%9.76
%35.69

Codes

Color #96A494 in popluar color models

96A494
RGB150164148
HSL113°8.08%61.18%
HSB/HSV113°9.76%64.31%
CMYK8.54%0.00%9.76%
35.69%

Color #96A494 in popluar number systems.

HEX96A494
Decimal150164148
Binary100101101010010010010100
Octal226244224

Shades and tints

Shades of #96A494

#96A494
(150,164,148)
#899687
(137,150,135)
#7C887A
(124,136,122)
#6F7A6D
(111,122,109)
#626C60
(98,108,96)
#555E53
(85,94,83)
#485046
(72,80,70)
#3B4239
(59,66,57)
#2E342C
(46,52,44)
#21261F
(33,38,31)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #96A494

#96A494
(150,164,148)
#9FAC9D
(159,172,157)
#A8B4A6
(168,180,166)
#B1BCAF
(177,188,175)
#BAC4B8
(186,196,184)
#C3CCC1
(195,204,193)
#CCD4CA
(204,212,202)
#D5DCD3
(213,220,211)
#DEE4DC
(222,228,220)
#E7ECE5
(231,236,229)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A494; }

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

This text font color is #96A494.


Background Color

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

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

This div background color is #96A494.


Border color

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

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

This div border color is #96A494.


Opacity

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

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

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

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

This text has shadow with #96A494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A494 on black background.


Color preview on white background

This text has color #96A494 on white background.



Black color preview on #96A494 background

This text has black color on #96A494 background.


White color preview on #96A494 background

This text has white color on #96A494 background.