COLOR #999096

HEX: #999096
RGB: (153,144,150)

Color info

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

RGB color model

#999096 color RGB value is (153,144,150).

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

RGB channels and saturation

R 153 of 255 = 60%
G 144 of 255 = 56%
B 150 of 255 = 59%

153
144
150

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

Portions of RGB colors in percentages

R + G + B =
153 + 144 + 150 = 447 (100%)
R 153 of 447 ~ 34.23%
G 144 of 447 ~ 32.21%
B 150 of 447 ~ 33.56%

%34.23
%32.21
%33.56

CMYK color model

#999096 color CMYK value is (0,6,2,40).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 1.96%
  • key color value is 40.00%
CMYK:
(0,6,2,40)
C0M6Y2K40 
(0%,6%,2%,40%)
(0.00/0.06/0.02/0.40)	

CMYK percentages

%0
%5.88
%1.96
%40

Codes

Color #999096 in popluar color models

999096
RGB153144150
HSL320°4.23%58.24%
HSB/HSV320°5.88%60.00%
CMYK0.00%5.88%1.96%
40.00%

Color #999096 in popluar number systems.

HEX999096
Decimal153144150
Binary100110011001000010010110
Octal231220226

Shades and tints

Shades of #999096

#999096
(153,144,150)
#8C8389
(140,131,137)
#7F767C
(127,118,124)
#72696F
(114,105,111)
#655C62
(101,92,98)
#584F55
(88,79,85)
#4B4248
(75,66,72)
#3E353B
(62,53,59)
#31282E
(49,40,46)
#241B21
(36,27,33)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #999096

#999096
(153,144,150)
#A29A9F
(162,154,159)
#ABA4A8
(171,164,168)
#B4AEB1
(180,174,177)
#BDB8BA
(189,184,186)
#C6C2C3
(198,194,195)
#CFCCCC
(207,204,204)
#D8D6D5
(216,214,213)
#E1E0DE
(225,224,222)
#EAEAE7
(234,234,231)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999096; }

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

This text font color is #999096.


Background Color

.myBgColor { background-color: #999096; }

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

This div background color is #999096.


Border color

.myBorderColor { border: 1px solid #999096; }

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

This div border color is #999096.


Opacity

.myOpacity80 { color: #999096; opacity: 0.8; }

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

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

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

This text has shadow with #999096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999096 on black background.


Color preview on white background

This text has color #999096 on white background.



Black color preview on #999096 background

This text has black color on #999096 background.


White color preview on #999096 background

This text has white color on #999096 background.