COLOR #96A091

HEX: #96A091 RGB: (150,160,145)

Color info

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

RGB color model

#96A091 color RGB value is (150,160,145).

RGB: (150,160,145) (59%, 63%, 57%)

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 145 of 255 = 57%

150
160
145

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

Portions of RGB colors in percentages

R + G + B = 150 + 160 + 145 = 455 (100%)
R 150 of 455 ~ 32.97%
G 160 of 455 ~ 35.16%
B 145 of 455 ~ 31.87'%

%32.97
%35.16
%31.87

CMYK color model

#96A091 color CMYK value is (6,0,9,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 37.25%
CMYK: (6,0,9,37) C6M0Y9K37 (6%,0%,9%,37%) (0.06/0.00/0.09/0.37) 

CMYK percentages

%6.25
%0
%9.38
%37.25

Codes

Color #96A091 in popluar color models

96 A0 91
RGB 150 160 145
HSL 100° 7.32% 59.80%
HSB/HSV 100° 9.38% 62.75%
CMYK 6.25% 0.00% 9.38%
37.25%

Color #96A091 in popluar number systems.

HEX 96 A0 91
Decimal 150 160 145
Binary 10010110 10100000 10010001
Octal 226 240 221

Shades and tints

Shades of #96A091

#96A091
(150,160,145)
#899284
(137,146,132)
#7C8477
(124,132,119)
#6F766A
(111,118,106)
#62685D
(98,104,93)
#555A50
(85,90,80)
#484C43
(72,76,67)
#3B3E36
(59,62,54)
#2E3029
(46,48,41)
#21221C
(33,34,28)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #96A091

#96A091
(150,160,145)
#9FA89B
(159,168,155)
#A8B0A5
(168,176,165)
#B1B8AF
(177,184,175)
#BAC0B9
(186,192,185)
#C3C8C3
(195,200,195)
#CCD0CD
(204,208,205)
#D5D8D7
(213,216,215)
#DEE0E1
(222,224,225)
#E7E8EB
(231,232,235)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A091; }

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

This text font color is #96A091.

Background Color

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

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

This div background color is #96A091.

Border color

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

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

This div border color is #96A091.

Opacity

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

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

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

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

This text has shadow with #96A091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A091.

Preview

Color preview on black background

This text has color #96A091 on black background.


Color preview on white background

This text has color #96A091 on white background.


Black color preview on #96A091 background

This text has black color on #96A091 background.


White color preview on #96A091 background

This text has white color on #96A091 background.


Related colors

Complementary color

Complementary color for #hex is #695F6E.


I love getcolorcode.com

Triadic colors

1 #9196A0 and #A09196 with #96A091 are triadic colors.

2 #91A096 and #A09691 with #96A091 are triadic colors.