COLOR #96A697

HEX: #96A697
RGB: (150,166,151)

Color info

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

RGB color model

#96A697 color RGB value is (150,166,151).

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

RGB channels and saturation

R 150 of 255 = 59%
G 166 of 255 = 65%
B 151 of 255 = 59%

150
166
151

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

Portions of RGB colors in percentages

R + G + B =
150 + 166 + 151 = 467 (100%)
R 150 of 467 ~ 32.12%
G 166 of 467 ~ 35.55%
B 151 of 467 ~ 32.33%

%32.12
%35.55
%32.33

CMYK color model

#96A697 color CMYK value is (10,0,9,35).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 9.04%
  • key color value is 34.90%
CMYK:
(10,0,9,35)
C10M0Y9K35 
(10%,0%,9%,35%)
(0.10/0.00/0.09/0.35)	

CMYK percentages

%9.64
%0
%9.04
%34.9

Codes

Color #96A697 in popluar color models

96A697
RGB150166151
HSL124°8.25%61.96%
HSB/HSV124°9.64%65.10%
CMYK9.64%0.00%9.04%
34.90%

Color #96A697 in popluar number systems.

HEX96A697
Decimal150166151
Binary100101101010011010010111
Octal226246227

Shades and tints

Shades of #96A697

#96A697
(150,166,151)
#89978A
(137,151,138)
#7C887D
(124,136,125)
#6F7970
(111,121,112)
#626A63
(98,106,99)
#555B56
(85,91,86)
#484C49
(72,76,73)
#3B3D3C
(59,61,60)
#2E2E2F
(46,46,47)
#211F22
(33,31,34)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #96A697

#96A697
(150,166,151)
#9FAEA0
(159,174,160)
#A8B6A9
(168,182,169)
#B1BEB2
(177,190,178)
#BAC6BB
(186,198,187)
#C3CEC4
(195,206,196)
#CCD6CD
(204,214,205)
#D5DED6
(213,222,214)
#DEE6DF
(222,230,223)
#E7EEE8
(231,238,232)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A697; }

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

This text font color is #96A697.


Background Color

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

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

This div background color is #96A697.


Border color

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

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

This div border color is #96A697.


Opacity

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

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

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

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

This text has shadow with #96A697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A697 on black background.


Color preview on white background

This text has color #96A697 on white background.



Black color preview on #96A697 background

This text has black color on #96A697 background.


White color preview on #96A697 background

This text has white color on #96A697 background.