COLOR #96A68C

HEX: #96A68C
RGB: (150,166,140)

Color info

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

RGB color model

#96A68C color RGB value is (150,166,140).

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

RGB channels and saturation

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

150
166
140

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

Portions of RGB colors in percentages

R + G + B =
150 + 166 + 140 = 456 (100%)
R 150 of 456 ~ 32.89%
G 166 of 456 ~ 36.4%
B 140 of 456 ~ 30.7%

%32.89
%36.4
%30.7

CMYK color model

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

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

CMYK percentages

%9.64
%0
%15.66
%34.9

Codes

Color #96A68C in popluar color models

96A68C
RGB150166140
HSL97°12.75%60.00%
HSB/HSV97°15.66%65.10%
CMYK9.64%0.00%15.66%
34.90%

Color #96A68C in popluar number systems.

HEX96A68C
Decimal150166140
Binary100101101010011010001100
Octal226246214

Shades and tints

Shades of #96A68C

#96A68C
(150,166,140)
#899780
(137,151,128)
#7C8874
(124,136,116)
#6F7968
(111,121,104)
#626A5C
(98,106,92)
#555B50
(85,91,80)
#484C44
(72,76,68)
#3B3D38
(59,61,56)
#2E2E2C
(46,46,44)
#211F20
(33,31,32)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #96A68C

#96A68C
(150,166,140)
#9FAE96
(159,174,150)
#A8B6A0
(168,182,160)
#B1BEAA
(177,190,170)
#BAC6B4
(186,198,180)
#C3CEBE
(195,206,190)
#CCD6C8
(204,214,200)
#D5DED2
(213,222,210)
#DEE6DC
(222,230,220)
#E7EEE6
(231,238,230)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A68C; }

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

This text font color is #96A68C.


Background Color

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

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

This div background color is #96A68C.


Border color

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

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

This div border color is #96A68C.


Opacity

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

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

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

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

This text has shadow with #96A68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A68C on black background.


Color preview on white background

This text has color #96A68C on white background.



Black color preview on #96A68C background

This text has black color on #96A68C background.


White color preview on #96A68C background

This text has white color on #96A68C background.