COLOR #96A396

HEX: #96A396
RGB: (150,163,150)

Color info

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

RGB color model

#96A396 color RGB value is (150,163,150).

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

RGB channels and saturation

R 150 of 255 = 59%
G 163 of 255 = 64%
B 150 of 255 = 59%

150
163
150

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

Portions of RGB colors in percentages

R + G + B =
150 + 163 + 150 = 463 (100%)
R 150 of 463 ~ 32.4%
G 163 of 463 ~ 35.21%
B 150 of 463 ~ 32.4%

%32.4
%35.21
%32.4

CMYK color model

#96A396 color CMYK value is (8,0,8,36).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 36.08%
CMYK:
(8,0,8,36)
C8M0Y8K36 
(8%,0%,8%,36%)
(0.08/0.00/0.08/0.36)	

CMYK percentages

%7.98
%0
%7.98
%36.08

Codes

Color #96A396 in popluar color models

96A396
RGB150163150
HSL120°6.60%61.37%
HSB/HSV120°7.98%63.92%
CMYK7.98%0.00%7.98%
36.08%

Color #96A396 in popluar number systems.

HEX96A396
Decimal150163150
Binary100101101010001110010110
Octal226243226

Shades and tints

Shades of #96A396

#96A396
(150,163,150)
#899589
(137,149,137)
#7C877C
(124,135,124)
#6F796F
(111,121,111)
#626B62
(98,107,98)
#555D55
(85,93,85)
#484F48
(72,79,72)
#3B413B
(59,65,59)
#2E332E
(46,51,46)
#212521
(33,37,33)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #96A396

#96A396
(150,163,150)
#9FAB9F
(159,171,159)
#A8B3A8
(168,179,168)
#B1BBB1
(177,187,177)
#BAC3BA
(186,195,186)
#C3CBC3
(195,203,195)
#CCD3CC
(204,211,204)
#D5DBD5
(213,219,213)
#DEE3DE
(222,227,222)
#E7EBE7
(231,235,231)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A396; }

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

This text font color is #96A396.


Background Color

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

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

This div background color is #96A396.


Border color

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

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

This div border color is #96A396.


Opacity

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

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

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

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

This text has shadow with #96A396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A396 on black background.


Color preview on white background

This text has color #96A396 on white background.



Black color preview on #96A396 background

This text has black color on #96A396 background.


White color preview on #96A396 background

This text has white color on #96A396 background.