COLOR #96A09A

HEX: #96A09A
RGB: (150,160,154)

Color info

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

RGB color model

#96A09A color RGB value is (150,160,154).

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

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 154 of 255 = 60%

150
160
154

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

Portions of RGB colors in percentages

R + G + B =
150 + 160 + 154 = 464 (100%)
R 150 of 464 ~ 32.33%
G 160 of 464 ~ 34.48%
B 154 of 464 ~ 33.19%

%32.33
%34.48
%33.19

CMYK color model

#96A09A color CMYK value is (6,0,4,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 37.25%
CMYK:
(6,0,4,37)
C6M0Y4K37 
(6%,0%,4%,37%)
(0.06/0.00/0.04/0.37)	

CMYK percentages

%6.25
%0
%3.75
%37.25

Codes

Color #96A09A in popluar color models

96A09A
RGB150160154
HSL144°5.00%60.78%
HSB/HSV144°6.25%62.75%
CMYK6.25%0.00%3.75%
37.25%

Color #96A09A in popluar number systems.

HEX96A09A
Decimal150160154
Binary100101101010000010011010
Octal226240232

Shades and tints

Shades of #96A09A

#96A09A
(150,160,154)
#89928C
(137,146,140)
#7C847E
(124,132,126)
#6F7670
(111,118,112)
#626862
(98,104,98)
#555A54
(85,90,84)
#484C46
(72,76,70)
#3B3E38
(59,62,56)
#2E302A
(46,48,42)
#21221C
(33,34,28)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #96A09A

#96A09A
(150,160,154)
#9FA8A3
(159,168,163)
#A8B0AC
(168,176,172)
#B1B8B5
(177,184,181)
#BAC0BE
(186,192,190)
#C3C8C7
(195,200,199)
#CCD0D0
(204,208,208)
#D5D8D9
(213,216,217)
#DEE0E2
(222,224,226)
#E7E8EB
(231,232,235)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A09A; }

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

This text font color is #96A09A.


Background Color

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

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

This div background color is #96A09A.


Border color

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

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

This div border color is #96A09A.


Opacity

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

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

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

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

This text has shadow with #96A09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A09A on black background.


Color preview on white background

This text has color #96A09A on white background.



Black color preview on #96A09A background

This text has black color on #96A09A background.


White color preview on #96A09A background

This text has white color on #96A09A background.