COLOR #96A07F

HEX: #96A07F RGB: (150,160,127)

Color info

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

RGB color model

#96A07F color RGB value is (150,160,127).

RGB: (150,160,127) (59%, 63%, 50%)

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 127 of 255 = 50%

150
160
127

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

Portions of RGB colors in percentages

R + G + B = 150 + 160 + 127 = 437 (100%)
R 150 of 437 ~ 34.32%
G 160 of 437 ~ 36.61%
B 127 of 437 ~ 29.06'%

%34.32
%36.61
%29.06

CMYK color model

#96A07F color CMYK value is (6,0,21,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 37.25%

CMYK: (6,0,21,37)
C6M0Y21K37 (6%, 0%, 21%, 37%)
(0.06 / 0.00 / 0.21 / 0.37)

CMYK percentages

%6.25
%0
%20.63
%37.25

Codes

Color #96A07F in popluar color models

96 A0 7F
RGB 150 160 127
HSL 78° 14.80% 56.27%
HSB/HSV 78° 20.63% 62.75%
CMYK 6.25% 0.00% 20.63%
37.25%

Color #96A07F in popluar number systems.

HEX 96 A0 7F
Decimal 150 160 127
Binary 10010110 10100000 1111111
Octal 226 240 177

Shades and tints

Shades of #96A07F

#96A07F
(150,160,127)
#899274
(137,146,116)
#7C8469
(124,132,105)
#6F765E
(111,118,94)
#626853
(98,104,83)
#555A48
(85,90,72)
#484C3D
(72,76,61)
#3B3E32
(59,62,50)
#2E3027
(46,48,39)
#21221C
(33,34,28)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #96A07F

#96A07F
(150,160,127)
#9FA88A
(159,168,138)
#A8B095
(168,176,149)
#B1B8A0
(177,184,160)
#BAC0AB
(186,192,171)
#C3C8B6
(195,200,182)
#CCD0C1
(204,208,193)
#D5D8CC
(213,216,204)
#DEE0D7
(222,224,215)
#E7E8E2
(231,232,226)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A07F; }

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

This text font color is #96A07F.

Background Color

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

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

This div background color is #96A07F.

Border color

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

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

This div border color is #96A07F.

Opacity

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

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

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

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

This text has shadow with #96A07F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A07F.

Preview

Color preview on black background

This text has color #96A07F on black background.


Color preview on white background

This text has color #96A07F on white background.


Black color preview on #96A07F background

This text has black color on #96A07F background.


White color preview on #96A07F background

This text has white color on #96A07F background.


Related colors

Complementary color

Complementary color for #hex is #695F80.


I love getcolorcode.com

Triadic colors

1 #7F96A0 and #A07F96 with #96A07F are triadic colors.

2 #7FA096 and #A0967F with #96A07F are triadic colors.