COLOR #96A58C

HEX: #96A58C RGB: (150,165,140)

Color info

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

RGB color model

#96A58C color RGB value is (150,165,140).

RGB: (150,165,140) (59%, 65%, 55%)

RGB channels and saturation

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

150
165
140

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

Portions of RGB colors in percentages

R + G + B = 150 + 165 + 140 = 455 (100%)
R 150 of 455 ~ 32.97%
G 165 of 455 ~ 36.26%
B 140 of 455 ~ 30.77'%

%32.97
%36.26
%30.77

CMYK color model

#96A58C color CMYK value is (9,0,15,35).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 35.29%

CMYK: (9,0,15,35)
C9M0Y15K35 (9%, 0%, 15%, 35%)
(0.09 / 0.00 / 0.15 / 0.35)

CMYK percentages

%9.09
%0
%15.15
%35.29

Codes

Color #96A58C in popluar color models

96 A5 8C
RGB 150 165 140
HSL 96° 12.20% 59.80%
HSB/HSV 96° 15.15% 64.71%
CMYK 9.09% 0.00% 15.15%
35.29%

Color #96A58C in popluar number systems.

HEX 96 A5 8C
Decimal 150 165 140
Binary 10010110 10100101 10001100
Octal 226 245 214

Shades and tints

Shades of #96A58C

#96A58C
(150,165,140)
#899680
(137,150,128)
#7C8774
(124,135,116)
#6F7868
(111,120,104)
#62695C
(98,105,92)
#555A50
(85,90,80)
#484B44
(72,75,68)
#3B3C38
(59,60,56)
#2E2D2C
(46,45,44)
#211E20
(33,30,32)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #96A58C

#96A58C
(150,165,140)
#9FAD96
(159,173,150)
#A8B5A0
(168,181,160)
#B1BDAA
(177,189,170)
#BAC5B4
(186,197,180)
#C3CDBE
(195,205,190)
#CCD5C8
(204,213,200)
#D5DDD2
(213,221,210)
#DEE5DC
(222,229,220)
#E7EDE6
(231,237,230)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A58C; }

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

This text font color is #96A58C.

Background Color

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

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

This div background color is #96A58C.

Border color

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

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

This div border color is #96A58C.

Opacity

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

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

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

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

This text has shadow with #96A58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A58C.

Preview

Color preview on black background

This text has color #96A58C on black background.


Color preview on white background

This text has color #96A58C on white background.


Black color preview on #96A58C background

This text has black color on #96A58C background.


White color preview on #96A58C background

This text has white color on #96A58C background.


Related colors

Complementary color

Complementary color for #hex is #695A73.


I love getcolorcode.com

Triadic colors

1 #8C96A5 and #A58C96 with #96A58C are triadic colors.

2 #8CA596 and #A5968C with #96A58C are triadic colors.