COLOR #96A07D

HEX: #96A07D
RGB: (150,160,125)

Color info

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

RGB color model

#96A07D color RGB value is (150,160,125).

  • red value is 150;
  • green value is 160;
  • blue value is 125.
RGB:
(150,160,125)
(59%,63%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 125 of 255 = 49%

150
160
125

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

Portions of RGB colors in percentages

R + G + B =
150 + 160 + 125 = 435 (100%)
R 150 of 435 ~ 34.48%
G 160 of 435 ~ 36.78%
B 125 of 435 ~ 28.74%

%34.48
%36.78
%28.74

CMYK color model

#96A07D color CMYK value is (6,0,22,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 37.25%
CMYK:
(6,0,22,37)
C6M0Y22K37 
(6%,0%,22%,37%)
(0.06/0.00/0.22/0.37)	

CMYK percentages

%6.25
%0
%21.88
%37.25

Codes

Color #96A07D in popluar color models

96A07D
RGB150160125
HSL77°15.56%55.88%
HSB/HSV77°21.88%62.75%
CMYK6.25%0.00%21.88%
37.25%

Color #96A07D in popluar number systems.

HEX96A07D
Decimal150160125
Binary10010110101000001111101
Octal226240175

Shades and tints

Shades of #96A07D

#96A07D
(150,160,125)
#899272
(137,146,114)
#7C8467
(124,132,103)
#6F765C
(111,118,92)
#626851
(98,104,81)
#555A46
(85,90,70)
#484C3B
(72,76,59)
#3B3E30
(59,62,48)
#2E3025
(46,48,37)
#21221A
(33,34,26)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #96A07D

#96A07D
(150,160,125)
#9FA888
(159,168,136)
#A8B093
(168,176,147)
#B1B89E
(177,184,158)
#BAC0A9
(186,192,169)
#C3C8B4
(195,200,180)
#CCD0BF
(204,208,191)
#D5D8CA
(213,216,202)
#DEE0D5
(222,224,213)
#E7E8E0
(231,232,224)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A07D; }

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

This text font color is #96A07D.


Background Color

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

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

This div background color is #96A07D.


Border color

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

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

This div border color is #96A07D.


Opacity

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

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

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

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

This text has shadow with #96A07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A07D on black background.


Color preview on white background

This text has color #96A07D on white background.



Black color preview on #96A07D background

This text has black color on #96A07D background.


White color preview on #96A07D background

This text has white color on #96A07D background.