COLOR #96A28F

HEX: #96A28F
RGB: (150,162,143)

Color info

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

RGB color model

#96A28F color RGB value is (150,162,143).

  • red value is 150;
  • green value is 162;
  • blue value is 143.
RGB:
(150,162,143)
(59%,64%,56%)

RGB channels and saturation

R 150 of 255 = 59%
G 162 of 255 = 64%
B 143 of 255 = 56%

150
162
143

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

Portions of RGB colors in percentages

R + G + B =
150 + 162 + 143 = 455 (100%)
R 150 of 455 ~ 32.97%
G 162 of 455 ~ 35.6%
B 143 of 455 ~ 31.43%

%32.97
%35.6
%31.43

CMYK color model

#96A28F color CMYK value is (7,0,12,36).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 36.47%
CMYK:
(7,0,12,36)
C7M0Y12K36 
(7%,0%,12%,36%)
(0.07/0.00/0.12/0.36)	

CMYK percentages

%7.41
%0
%11.73
%36.47

Codes

Color #96A28F in popluar color models

96A28F
RGB150162143
HSL98°9.27%59.80%
HSB/HSV98°11.73%63.53%
CMYK7.41%0.00%11.73%
36.47%

Color #96A28F in popluar number systems.

HEX96A28F
Decimal150162143
Binary100101101010001010001111
Octal226242217

Shades and tints

Shades of #96A28F

#96A28F
(150,162,143)
#899482
(137,148,130)
#7C8675
(124,134,117)
#6F7868
(111,120,104)
#626A5B
(98,106,91)
#555C4E
(85,92,78)
#484E41
(72,78,65)
#3B4034
(59,64,52)
#2E3227
(46,50,39)
#21241A
(33,36,26)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #96A28F

#96A28F
(150,162,143)
#9FAA99
(159,170,153)
#A8B2A3
(168,178,163)
#B1BAAD
(177,186,173)
#BAC2B7
(186,194,183)
#C3CAC1
(195,202,193)
#CCD2CB
(204,210,203)
#D5DAD5
(213,218,213)
#DEE2DF
(222,226,223)
#E7EAE9
(231,234,233)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A28F color. Also use rgb(150,162,143) instead hex code.

Text Font Color

.myTextColor { color: #96A28F; }

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

This text font color is #96A28F.


Background Color

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

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

This div background color is #96A28F.


Border color

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

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

This div border color is #96A28F.


Opacity

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

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

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

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

This text has shadow with #96A28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A28F on black background.


Color preview on white background

This text has color #96A28F on white background.



Black color preview on #96A28F background

This text has black color on #96A28F background.


White color preview on #96A28F background

This text has white color on #96A28F background.