COLOR #96A18B

HEX: #96A18B
RGB: (150,161,139)

Color info

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

RGB color model

#96A18B color RGB value is (150,161,139).

  • red value is 150;
  • green value is 161;
  • blue value is 139.
RGB:
(150,161,139)
(59%,63%,55%)

RGB channels and saturation

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

150
161
139

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

Portions of RGB colors in percentages

R + G + B =
150 + 161 + 139 = 450 (100%)
R 150 of 450 ~ 33.33%
G 161 of 450 ~ 35.78%
B 139 of 450 ~ 30.89%

%33.33
%35.78
%30.89

CMYK color model

#96A18B color CMYK value is (7,0,14,37).

  • cyan value is 6.83%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 36.86%
CMYK:
(7,0,14,37)
C7M0Y14K37 
(7%,0%,14%,37%)
(0.07/0.00/0.14/0.37)	

CMYK percentages

%6.83
%0
%13.66
%36.86

Codes

Color #96A18B in popluar color models

96A18B
RGB150161139
HSL90°10.48%58.82%
HSB/HSV90°13.66%63.14%
CMYK6.83%0.00%13.66%
36.86%

Color #96A18B in popluar number systems.

HEX96A18B
Decimal150161139
Binary100101101010000110001011
Octal226241213

Shades and tints

Shades of #96A18B

#96A18B
(150,161,139)
#89937F
(137,147,127)
#7C8573
(124,133,115)
#6F7767
(111,119,103)
#62695B
(98,105,91)
#555B4F
(85,91,79)
#484D43
(72,77,67)
#3B3F37
(59,63,55)
#2E312B
(46,49,43)
#21231F
(33,35,31)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #96A18B

#96A18B
(150,161,139)
#9FA995
(159,169,149)
#A8B19F
(168,177,159)
#B1B9A9
(177,185,169)
#BAC1B3
(186,193,179)
#C3C9BD
(195,201,189)
#CCD1C7
(204,209,199)
#D5D9D1
(213,217,209)
#DEE1DB
(222,225,219)
#E7E9E5
(231,233,229)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A18B; }

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

This text font color is #96A18B.


Background Color

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

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

This div background color is #96A18B.


Border color

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

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

This div border color is #96A18B.


Opacity

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

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

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

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

This text has shadow with #96A18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A18B on black background.


Color preview on white background

This text has color #96A18B on white background.



Black color preview on #96A18B background

This text has black color on #96A18B background.


White color preview on #96A18B background

This text has white color on #96A18B background.