COLOR #96A897

HEX: #96A897
RGB: (150,168,151)

Color info

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

RGB color model

#96A897 color RGB value is (150,168,151).

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

RGB channels and saturation

R 150 of 255 = 59%
G 168 of 255 = 66%
B 151 of 255 = 59%

150
168
151

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

Portions of RGB colors in percentages

R + G + B =
150 + 168 + 151 = 469 (100%)
R 150 of 469 ~ 31.98%
G 168 of 469 ~ 35.82%
B 151 of 469 ~ 32.2%

%31.98
%35.82
%32.2

CMYK color model

#96A897 color CMYK value is (11,0,10,34).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 10.12%
  • key color value is 34.12%
CMYK:
(11,0,10,34)
C11M0Y10K34 
(11%,0%,10%,34%)
(0.11/0.00/0.10/0.34)	

CMYK percentages

%10.71
%0
%10.12
%34.12

Codes

Color #96A897 in popluar color models

96A897
RGB150168151
HSL123°9.38%62.35%
HSB/HSV123°10.71%65.88%
CMYK10.71%0.00%10.12%
34.12%

Color #96A897 in popluar number systems.

HEX96A897
Decimal150168151
Binary100101101010100010010111
Octal226250227

Shades and tints

Shades of #96A897

#96A897
(150,168,151)
#89998A
(137,153,138)
#7C8A7D
(124,138,125)
#6F7B70
(111,123,112)
#626C63
(98,108,99)
#555D56
(85,93,86)
#484E49
(72,78,73)
#3B3F3C
(59,63,60)
#2E302F
(46,48,47)
#212122
(33,33,34)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #96A897

#96A897
(150,168,151)
#9FAFA0
(159,175,160)
#A8B6A9
(168,182,169)
#B1BDB2
(177,189,178)
#BAC4BB
(186,196,187)
#C3CBC4
(195,203,196)
#CCD2CD
(204,210,205)
#D5D9D6
(213,217,214)
#DEE0DF
(222,224,223)
#E7E7E8
(231,231,232)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A897; }

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

This text font color is #96A897.


Background Color

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

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

This div background color is #96A897.


Border color

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

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

This div border color is #96A897.


Opacity

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

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

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

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

This text has shadow with #96A897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A897 on black background.


Color preview on white background

This text has color #96A897 on white background.



Black color preview on #96A897 background

This text has black color on #96A897 background.


White color preview on #96A897 background

This text has white color on #96A897 background.