COLOR #96A08B

HEX: #96A08B RGB: (150,160,139)

Color info

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

RGB color model

#96A08B color RGB value is (150,160,139).

RGB: (150,160,139) (59%, 63%, 55%)

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 139 of 255 = 55%

150
160
139

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

Portions of RGB colors in percentages

R + G + B = 150 + 160 + 139 = 449 (100%)
R 150 of 449 ~ 33.41%
G 160 of 449 ~ 35.63%
B 139 of 449 ~ 30.96'%

%33.41
%35.63
%30.96

CMYK color model

#96A08B color CMYK value is (6,0,13,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 37.25%

CMYK: (6,0,13,37)
C6M0Y13K37 (6%, 0%, 13%, 37%)
(0.06 / 0.00 / 0.13 / 0.37)

CMYK percentages

%6.25
%0
%13.13
%37.25

Codes

Color #96A08B in popluar color models

96 A0 8B
RGB 150 160 139
HSL 89° 9.95% 58.63%
HSB/HSV 89° 13.13% 62.75%
CMYK 6.25% 0.00% 13.13%
37.25%

Color #96A08B in popluar number systems.

HEX 96 A0 8B
Decimal 150 160 139
Binary 10010110 10100000 10001011
Octal 226 240 213

Shades and tints

Shades of #96A08B

#96A08B
(150,160,139)
#89927F
(137,146,127)
#7C8473
(124,132,115)
#6F7667
(111,118,103)
#62685B
(98,104,91)
#555A4F
(85,90,79)
#484C43
(72,76,67)
#3B3E37
(59,62,55)
#2E302B
(46,48,43)
#21221F
(33,34,31)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #96A08B

#96A08B
(150,160,139)
#9FA895
(159,168,149)
#A8B09F
(168,176,159)
#B1B8A9
(177,184,169)
#BAC0B3
(186,192,179)
#C3C8BD
(195,200,189)
#CCD0C7
(204,208,199)
#D5D8D1
(213,216,209)
#DEE0DB
(222,224,219)
#E7E8E5
(231,232,229)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A08B; }

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

This text font color is #96A08B.

Background Color

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

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

This div background color is #96A08B.

Border color

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

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

This div border color is #96A08B.

Opacity

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

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

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

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

This text has shadow with #96A08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A08B.

Preview

Color preview on black background

This text has color #96A08B on black background.


Color preview on white background

This text has color #96A08B on white background.


Black color preview on #96A08B background

This text has black color on #96A08B background.


White color preview on #96A08B background

This text has white color on #96A08B background.


Related colors

Complementary color

Complementary color for #hex is #695F74.


I love getcolorcode.com

Triadic colors

1 #8B96A0 and #A08B96 with #96A08B are triadic colors.

2 #8BA096 and #A0968B with #96A08B are triadic colors.