COLOR #96A684

HEX: #96A684
RGB: (150,166,132)

Color info

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

RGB color model

#96A684 color RGB value is (150,166,132).

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

RGB channels and saturation

R 150 of 255 = 59%
G 166 of 255 = 65%
B 132 of 255 = 52%

150
166
132

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

Portions of RGB colors in percentages

R + G + B =
150 + 166 + 132 = 448 (100%)
R 150 of 448 ~ 33.48%
G 166 of 448 ~ 37.05%
B 132 of 448 ~ 29.46%

%33.48
%37.05
%29.46

CMYK color model

#96A684 color CMYK value is (10,0,20,35).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 20.48%
  • key color value is 34.90%
CMYK:
(10,0,20,35)
C10M0Y20K35 
(10%,0%,20%,35%)
(0.10/0.00/0.20/0.35)	

CMYK percentages

%9.64
%0
%20.48
%34.9

Codes

Color #96A684 in popluar color models

96A684
RGB150166132
HSL88°16.04%58.43%
HSB/HSV88°20.48%65.10%
CMYK9.64%0.00%20.48%
34.90%

Color #96A684 in popluar number systems.

HEX96A684
Decimal150166132
Binary100101101010011010000100
Octal226246204

Shades and tints

Shades of #96A684

#96A684
(150,166,132)
#899778
(137,151,120)
#7C886C
(124,136,108)
#6F7960
(111,121,96)
#626A54
(98,106,84)
#555B48
(85,91,72)
#484C3C
(72,76,60)
#3B3D30
(59,61,48)
#2E2E24
(46,46,36)
#211F18
(33,31,24)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #96A684

#96A684
(150,166,132)
#9FAE8F
(159,174,143)
#A8B69A
(168,182,154)
#B1BEA5
(177,190,165)
#BAC6B0
(186,198,176)
#C3CEBB
(195,206,187)
#CCD6C6
(204,214,198)
#D5DED1
(213,222,209)
#DEE6DC
(222,230,220)
#E7EEE7
(231,238,231)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A684; }

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

This text font color is #96A684.


Background Color

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

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

This div background color is #96A684.


Border color

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

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

This div border color is #96A684.


Opacity

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

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

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

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

This text has shadow with #96A684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A684 on black background.


Color preview on white background

This text has color #96A684 on white background.



Black color preview on #96A684 background

This text has black color on #96A684 background.


White color preview on #96A684 background

This text has white color on #96A684 background.