COLOR #96A297

HEX: #96A297
RGB: (150,162,151)

Color info

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

RGB color model

#96A297 color RGB value is (150,162,151).

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

RGB channels and saturation

R 150 of 255 = 59%
G 162 of 255 = 64%
B 151 of 255 = 59%

150
162
151

R + G + B ~ 61%. #96A297 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 162 + 151 = 463 (100%)
R 150 of 463 ~ 32.4%
G 162 of 463 ~ 34.99%
B 151 of 463 ~ 32.61%

%32.4
%34.99
%32.61

CMYK color model

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

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 6.79%
  • key color value is 36.47%
CMYK:
(7,0,7,36)
C7M0Y7K36 
(7%,0%,7%,36%)
(0.07/0.00/0.07/0.36)	

CMYK percentages

%7.41
%0
%6.79
%36.47

Codes

Color #96A297 in popluar color models

96A297
RGB150162151
HSL125°6.06%61.18%
HSB/HSV125°7.41%63.53%
CMYK7.41%0.00%6.79%
36.47%

Color #96A297 in popluar number systems.

HEX96A297
Decimal150162151
Binary100101101010001010010111
Octal226242227

Shades and tints

Shades of #96A297

#96A297
(150,162,151)
#89948A
(137,148,138)
#7C867D
(124,134,125)
#6F7870
(111,120,112)
#626A63
(98,106,99)
#555C56
(85,92,86)
#484E49
(72,78,73)
#3B403C
(59,64,60)
#2E322F
(46,50,47)
#212422
(33,36,34)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #96A297

#96A297
(150,162,151)
#9FAAA0
(159,170,160)
#A8B2A9
(168,178,169)
#B1BAB2
(177,186,178)
#BAC2BB
(186,194,187)
#C3CAC4
(195,202,196)
#CCD2CD
(204,210,205)
#D5DAD6
(213,218,214)
#DEE2DF
(222,226,223)
#E7EAE8
(231,234,232)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A297; }

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

This text font color is #96A297.


Background Color

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

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

This div background color is #96A297.


Border color

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

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

This div border color is #96A297.


Opacity

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

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

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

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

This text has shadow with #96A297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A297 on black background.


Color preview on white background

This text has color #96A297 on white background.



Black color preview on #96A297 background

This text has black color on #96A297 background.


White color preview on #96A297 background

This text has white color on #96A297 background.