COLOR #96A088

HEX: #96A088
RGB: (150,160,136)

Color info

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

RGB color model

#96A088 color RGB value is (150,160,136).

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

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 136 of 255 = 53%

150
160
136

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

Portions of RGB colors in percentages

R + G + B =
150 + 160 + 136 = 446 (100%)
R 150 of 446 ~ 33.63%
G 160 of 446 ~ 35.87%
B 136 of 446 ~ 30.49%

%33.63
%35.87
%30.49

CMYK color model

#96A088 color CMYK value is (6,0,15,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 37.25%
CMYK:
(6,0,15,37)
C6M0Y15K37 
(6%,0%,15%,37%)
(0.06/0.00/0.15/0.37)	

CMYK percentages

%6.25
%0
%15
%37.25

Codes

Color #96A088 in popluar color models

96A088
RGB150160136
HSL85°11.21%58.04%
HSB/HSV85°15.00%62.75%
CMYK6.25%0.00%15.00%
37.25%

Color #96A088 in popluar number systems.

HEX96A088
Decimal150160136
Binary100101101010000010001000
Octal226240210

Shades and tints

Shades of #96A088

#96A088
(150,160,136)
#89927C
(137,146,124)
#7C8470
(124,132,112)
#6F7664
(111,118,100)
#626858
(98,104,88)
#555A4C
(85,90,76)
#484C40
(72,76,64)
#3B3E34
(59,62,52)
#2E3028
(46,48,40)
#21221C
(33,34,28)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #96A088

#96A088
(150,160,136)
#9FA892
(159,168,146)
#A8B09C
(168,176,156)
#B1B8A6
(177,184,166)
#BAC0B0
(186,192,176)
#C3C8BA
(195,200,186)
#CCD0C4
(204,208,196)
#D5D8CE
(213,216,206)
#DEE0D8
(222,224,216)
#E7E8E2
(231,232,226)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A088; }

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

This text font color is #96A088.


Background Color

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

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

This div background color is #96A088.


Border color

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

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

This div border color is #96A088.


Opacity

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

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

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

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

This text has shadow with #96A088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A088 on black background.


Color preview on white background

This text has color #96A088 on white background.



Black color preview on #96A088 background

This text has black color on #96A088 background.


White color preview on #96A088 background

This text has white color on #96A088 background.