COLOR #96A67E

HEX: #96A67E
RGB: (150,166,126)

Color info

#96A67E contains red, green and blue colors in about the same proportion. Web safe color of #96A67E is #999966 (or #996).

RGB color model

#96A67E color RGB value is (150,166,126).

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

RGB channels and saturation

R 150 of 255 = 59%
G 166 of 255 = 65%
B 126 of 255 = 49%

150
166
126

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

Portions of RGB colors in percentages

R + G + B =
150 + 166 + 126 = 442 (100%)
R 150 of 442 ~ 33.94%
G 166 of 442 ~ 37.56%
B 126 of 442 ~ 28.51%

%33.94
%37.56
%28.51

CMYK color model

#96A67E color CMYK value is (10,0,24,35).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 34.90%
CMYK:
(10,0,24,35)
C10M0Y24K35 
(10%,0%,24%,35%)
(0.10/0.00/0.24/0.35)	

CMYK percentages

%9.64
%0
%24.1
%34.9

Codes

Color #96A67E in popluar color models

96A67E
RGB150166126
HSL84°18.35%57.25%
HSB/HSV84°24.10%65.10%
CMYK9.64%0.00%24.10%
34.90%

Color #96A67E in popluar number systems.

HEX96A67E
Decimal150166126
Binary10010110101001101111110
Octal226246176

Shades and tints

Shades of #96A67E

#96A67E
(150,166,126)
#899773
(137,151,115)
#7C8868
(124,136,104)
#6F795D
(111,121,93)
#626A52
(98,106,82)
#555B47
(85,91,71)
#484C3C
(72,76,60)
#3B3D31
(59,61,49)
#2E2E26
(46,46,38)
#211F1B
(33,31,27)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #96A67E

#96A67E
(150,166,126)
#9FAE89
(159,174,137)
#A8B694
(168,182,148)
#B1BE9F
(177,190,159)
#BAC6AA
(186,198,170)
#C3CEB5
(195,206,181)
#CCD6C0
(204,214,192)
#D5DECB
(213,222,203)
#DEE6D6
(222,230,214)
#E7EEE1
(231,238,225)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A67E; }

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

This text font color is #96A67E.


Background Color

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

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

This div background color is #96A67E.


Border color

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

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

This div border color is #96A67E.


Opacity

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

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

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

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

This text has shadow with #96A67E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A67E on black background.


Color preview on white background

This text has color #96A67E on white background.



Black color preview on #96A67E background

This text has black color on #96A67E background.


White color preview on #96A67E background

This text has white color on #96A67E background.