COLOR #999794

HEX: #999794
RGB: (153,151,148)

Color info

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

RGB color model

#999794 color RGB value is (153,151,148).

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

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 148 of 255 = 58%

153
151
148

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

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 148 = 452 (100%)
R 153 of 452 ~ 33.85%
G 151 of 452 ~ 33.41%
B 148 of 452 ~ 32.74%

%33.85
%33.41
%32.74

CMYK color model

#999794 color CMYK value is (0,1,3,40).

  • cyan value is 0.00%
  • magenta value is 1.31%
  • yellow value is 3.27%
  • key color value is 40.00%
CMYK:
(0,1,3,40)
C0M1Y3K40 
(0%,1%,3%,40%)
(0.00/0.01/0.03/0.40)	

CMYK percentages

%0
%1.31
%3.27
%40

Codes

Color #999794 in popluar color models

999794
RGB153151148
HSL36°2.39%59.02%
HSB/HSV36°3.27%60.00%
CMYK0.00%1.31%3.27%
40.00%

Color #999794 in popluar number systems.

HEX999794
Decimal153151148
Binary100110011001011110010100
Octal231227224

Shades and tints

Shades of #999794

#999794
(153,151,148)
#8C8A87
(140,138,135)
#7F7D7A
(127,125,122)
#72706D
(114,112,109)
#656360
(101,99,96)
#585653
(88,86,83)
#4B4946
(75,73,70)
#3E3C39
(62,60,57)
#312F2C
(49,47,44)
#24221F
(36,34,31)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #999794

#999794
(153,151,148)
#A2A09D
(162,160,157)
#ABA9A6
(171,169,166)
#B4B2AF
(180,178,175)
#BDBBB8
(189,187,184)
#C6C4C1
(198,196,193)
#CFCDCA
(207,205,202)
#D8D6D3
(216,214,211)
#E1DFDC
(225,223,220)
#EAE8E5
(234,232,229)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999794 color. Also use rgb(153,151,148) instead hex code.

Text Font Color

.myTextColor { color: #999794; }

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

This text font color is #999794.


Background Color

.myBgColor { background-color: #999794; }

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

This div background color is #999794.


Border color

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

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

This div border color is #999794.


Opacity

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

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

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

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

This text has shadow with #999794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999794 on black background.


Color preview on white background

This text has color #999794 on white background.



Black color preview on #999794 background

This text has black color on #999794 background.


White color preview on #999794 background

This text has white color on #999794 background.