COLOR #96A79A

HEX: #96A79A
RGB: (150,167,154)

Color info

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

RGB color model

#96A79A color RGB value is (150,167,154).

  • red value is 150;
  • green value is 167;
  • blue value is 154.
RGB:
(150,167,154)
(59%,65%,60%)

RGB channels and saturation

R 150 of 255 = 59%
G 167 of 255 = 65%
B 154 of 255 = 60%

150
167
154

R + G + B ~ 61%. #96A79A is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 167 + 154 = 471 (100%)
R 150 of 471 ~ 31.85%
G 167 of 471 ~ 35.46%
B 154 of 471 ~ 32.7%

%31.85
%35.46
%32.7

CMYK color model

#96A79A color CMYK value is (10,0,8,35).

  • cyan value is 10.18%
  • magenta value is 0.00%
  • yellow value is 7.78%
  • key color value is 34.51%
CMYK:
(10,0,8,35)
C10M0Y8K35 
(10%,0%,8%,35%)
(0.10/0.00/0.08/0.35)	

CMYK percentages

%10.18
%0
%7.78
%34.51

Codes

Color #96A79A in popluar color models

96A79A
RGB150167154
HSL134°8.81%62.16%
HSB/HSV134°10.18%65.49%
CMYK10.18%0.00%7.78%
34.51%

Color #96A79A in popluar number systems.

HEX96A79A
Decimal150167154
Binary100101101010011110011010
Octal226247232

Shades and tints

Shades of #96A79A

#96A79A
(150,167,154)
#89988C
(137,152,140)
#7C897E
(124,137,126)
#6F7A70
(111,122,112)
#626B62
(98,107,98)
#555C54
(85,92,84)
#484D46
(72,77,70)
#3B3E38
(59,62,56)
#2E2F2A
(46,47,42)
#21201C
(33,32,28)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #96A79A

#96A79A
(150,167,154)
#9FAFA3
(159,175,163)
#A8B7AC
(168,183,172)
#B1BFB5
(177,191,181)
#BAC7BE
(186,199,190)
#C3CFC7
(195,207,199)
#CCD7D0
(204,215,208)
#D5DFD9
(213,223,217)
#DEE7E2
(222,231,226)
#E7EFEB
(231,239,235)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A79A color. Also use rgb(150,167,154) instead hex code.

Text Font Color

.myTextColor { color: #96A79A; }

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

This text font color is #96A79A.


Background Color

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

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

This div background color is #96A79A.


Border color

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

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

This div border color is #96A79A.


Opacity

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

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

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

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

This text has shadow with #96A79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A79A on black background.


Color preview on white background

This text has color #96A79A on white background.



Black color preview on #96A79A background

This text has black color on #96A79A background.


White color preview on #96A79A background

This text has white color on #96A79A background.