COLOR #999396

HEX: #999396
RGB: (153,147,150)

Color info

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

RGB color model

#999396 color RGB value is (153,147,150).

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

RGB channels and saturation

R 153 of 255 = 60%
G 147 of 255 = 58%
B 150 of 255 = 59%

153
147
150

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

Portions of RGB colors in percentages

R + G + B =
153 + 147 + 150 = 450 (100%)
R 153 of 450 ~ 34%
G 147 of 450 ~ 32.67%
B 150 of 450 ~ 33.33%

%34
%32.67
%33.33

CMYK color model

#999396 color CMYK value is (0,4,2,40).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 1.96%
  • key color value is 40.00%
CMYK:
(0,4,2,40)
C0M4Y2K40 
(0%,4%,2%,40%)
(0.00/0.04/0.02/0.40)	

CMYK percentages

%0
%3.92
%1.96
%40

Codes

Color #999396 in popluar color models

999396
RGB153147150
HSL330°2.86%58.82%
HSB/HSV330°3.92%60.00%
CMYK0.00%3.92%1.96%
40.00%

Color #999396 in popluar number systems.

HEX999396
Decimal153147150
Binary100110011001001110010110
Octal231223226

Shades and tints

Shades of #999396

#999396
(153,147,150)
#8C8689
(140,134,137)
#7F797C
(127,121,124)
#726C6F
(114,108,111)
#655F62
(101,95,98)
#585255
(88,82,85)
#4B4548
(75,69,72)
#3E383B
(62,56,59)
#312B2E
(49,43,46)
#241E21
(36,30,33)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #999396

#999396
(153,147,150)
#A29C9F
(162,156,159)
#ABA5A8
(171,165,168)
#B4AEB1
(180,174,177)
#BDB7BA
(189,183,186)
#C6C0C3
(198,192,195)
#CFC9CC
(207,201,204)
#D8D2D5
(216,210,213)
#E1DBDE
(225,219,222)
#EAE4E7
(234,228,231)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999396; }

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

This text font color is #999396.


Background Color

.myBgColor { background-color: #999396; }

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

This div background color is #999396.


Border color

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

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

This div border color is #999396.


Opacity

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

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

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

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

This text has shadow with #999396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999396 on black background.


Color preview on white background

This text has color #999396 on white background.



Black color preview on #999396 background

This text has black color on #999396 background.


White color preview on #999396 background

This text has white color on #999396 background.