COLOR #96A090

HEX: #96A090
RGB: (150,160,144)

Color info

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

RGB color model

#96A090 color RGB value is (150,160,144).

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

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 144 of 255 = 56%

150
160
144

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

Portions of RGB colors in percentages

R + G + B =
150 + 160 + 144 = 454 (100%)
R 150 of 454 ~ 33.04%
G 160 of 454 ~ 35.24%
B 144 of 454 ~ 31.72%

%33.04
%35.24
%31.72

CMYK color model

#96A090 color CMYK value is (6,0,10,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 37.25%
CMYK:
(6,0,10,37)
C6M0Y10K37 
(6%,0%,10%,37%)
(0.06/0.00/0.10/0.37)	

CMYK percentages

%6.25
%0
%10
%37.25

Codes

Color #96A090 in popluar color models

96A090
RGB150160144
HSL98°7.77%59.61%
HSB/HSV98°10.00%62.75%
CMYK6.25%0.00%10.00%
37.25%

Color #96A090 in popluar number systems.

HEX96A090
Decimal150160144
Binary100101101010000010010000
Octal226240220

Shades and tints

Shades of #96A090

#96A090
(150,160,144)
#899283
(137,146,131)
#7C8476
(124,132,118)
#6F7669
(111,118,105)
#62685C
(98,104,92)
#555A4F
(85,90,79)
#484C42
(72,76,66)
#3B3E35
(59,62,53)
#2E3028
(46,48,40)
#21221B
(33,34,27)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #96A090

#96A090
(150,160,144)
#9FA89A
(159,168,154)
#A8B0A4
(168,176,164)
#B1B8AE
(177,184,174)
#BAC0B8
(186,192,184)
#C3C8C2
(195,200,194)
#CCD0CC
(204,208,204)
#D5D8D6
(213,216,214)
#DEE0E0
(222,224,224)
#E7E8EA
(231,232,234)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A090; }

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

This text font color is #96A090.


Background Color

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

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

This div background color is #96A090.


Border color

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

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

This div border color is #96A090.


Opacity

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

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

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

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

This text has shadow with #96A090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A090 on black background.


Color preview on white background

This text has color #96A090 on white background.



Black color preview on #96A090 background

This text has black color on #96A090 background.


White color preview on #96A090 background

This text has white color on #96A090 background.