COLOR #96A78C

HEX: #96A78C
RGB: (150,167,140)

Color info

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

RGB color model

#96A78C color RGB value is (150,167,140).

  • red value is 150;
  • green value is 167;
  • blue value is 140.
RGB:
(150,167,140)
(59%,65%,55%)

RGB channels and saturation

R 150 of 255 = 59%
G 167 of 255 = 65%
B 140 of 255 = 55%

150
167
140

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

Portions of RGB colors in percentages

R + G + B =
150 + 167 + 140 = 457 (100%)
R 150 of 457 ~ 32.82%
G 167 of 457 ~ 36.54%
B 140 of 457 ~ 30.63%

%32.82
%36.54
%30.63

CMYK color model

#96A78C color CMYK value is (10,0,16,35).

  • cyan value is 10.18%
  • magenta value is 0.00%
  • yellow value is 16.17%
  • key color value is 34.51%
CMYK:
(10,0,16,35)
C10M0Y16K35 
(10%,0%,16%,35%)
(0.10/0.00/0.16/0.35)	

CMYK percentages

%10.18
%0
%16.17
%34.51

Codes

Color #96A78C in popluar color models

96A78C
RGB150167140
HSL98°13.30%60.20%
HSB/HSV98°16.17%65.49%
CMYK10.18%0.00%16.17%
34.51%

Color #96A78C in popluar number systems.

HEX96A78C
Decimal150167140
Binary100101101010011110001100
Octal226247214

Shades and tints

Shades of #96A78C

#96A78C
(150,167,140)
#899880
(137,152,128)
#7C8974
(124,137,116)
#6F7A68
(111,122,104)
#626B5C
(98,107,92)
#555C50
(85,92,80)
#484D44
(72,77,68)
#3B3E38
(59,62,56)
#2E2F2C
(46,47,44)
#212020
(33,32,32)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #96A78C

#96A78C
(150,167,140)
#9FAF96
(159,175,150)
#A8B7A0
(168,183,160)
#B1BFAA
(177,191,170)
#BAC7B4
(186,199,180)
#C3CFBE
(195,207,190)
#CCD7C8
(204,215,200)
#D5DFD2
(213,223,210)
#DEE7DC
(222,231,220)
#E7EFE6
(231,239,230)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A78C; }

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

This text font color is #96A78C.


Background Color

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

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

This div background color is #96A78C.


Border color

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

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

This div border color is #96A78C.


Opacity

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

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

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

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

This text has shadow with #96A78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A78C on black background.


Color preview on white background

This text has color #96A78C on white background.



Black color preview on #96A78C background

This text has black color on #96A78C background.


White color preview on #96A78C background

This text has white color on #96A78C background.