COLOR #96907C

HEX: #96907C
RGB: (150,144,124)

Color info

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

RGB color model

#96907C color RGB value is (150,144,124).

  • red value is 150;
  • green value is 144;
  • blue value is 124.
RGB:
(150,144,124)
(59%,56%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 144 of 255 = 56%
B 124 of 255 = 49%

150
144
124

R + G + B ~ 55%. #96907C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 144 + 124 = 418 (100%)
R 150 of 418 ~ 35.89%
G 144 of 418 ~ 34.45%
B 124 of 418 ~ 29.67%

%35.89
%34.45
%29.67

CMYK color model

#96907C color CMYK value is (0,4,17,41).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 17.33%
  • key color value is 41.18%
CMYK:
(0,4,17,41)
C0M4Y17K41 
(0%,4%,17%,41%)
(0.00/0.04/0.17/0.41)	

CMYK percentages

%0
%4
%17.33
%41.18

Codes

Color #96907C in popluar color models

96907C
RGB150144124
HSL46°11.02%53.73%
HSB/HSV46°17.33%58.82%
CMYK0.00%4.00%17.33%
41.18%

Color #96907C in popluar number systems.

HEX96907C
Decimal150144124
Binary10010110100100001111100
Octal226220174

Shades and tints

Shades of #96907C

#96907C
(150,144,124)
#898371
(137,131,113)
#7C7666
(124,118,102)
#6F695B
(111,105,91)
#625C50
(98,92,80)
#554F45
(85,79,69)
#48423A
(72,66,58)
#3B352F
(59,53,47)
#2E2824
(46,40,36)
#211B19
(33,27,25)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #96907C

#96907C
(150,144,124)
#9F9A87
(159,154,135)
#A8A492
(168,164,146)
#B1AE9D
(177,174,157)
#BAB8A8
(186,184,168)
#C3C2B3
(195,194,179)
#CCCCBE
(204,204,190)
#D5D6C9
(213,214,201)
#DEE0D4
(222,224,212)
#E7EADF
(231,234,223)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96907C color. Also use rgb(150,144,124) instead hex code.

Text Font Color

.myTextColor { color: #96907C; }

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

This text font color is #96907C.


Background Color

.myBgColor { background-color: #96907C; }

<div style="background-color:#96907C">Inner text</div>

This div background color is #96907C.


Border color

.myBorderColor { border: 1px solid #96907C; }

<div style="border:3px solid #96907C">Div</div>

This div border color is #96907C.


Opacity

.myOpacity80 { color: #96907C; opacity: 0.8; }

<p style="color:#96907C;opacity:0.8;">80%</p>

Text with #96907C 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 #96907C;}

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

This text has shadow with #96907C color.

.textShadow {text-shadow: 3px 3px 1px #96907C, 3px 3px 1px red;}

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

This text has shadow with #96907C primary color and red secondary color.


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

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

This text has shadow with #96907C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96907C on black background.


Color preview on white background

This text has color #96907C on white background.



Black color preview on #96907C background

This text has black color on #96907C background.


White color preview on #96907C background

This text has white color on #96907C background.