COLOR #999294

HEX: #999294
RGB: (153,146,148)

Color info

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

RGB color model

#999294 color RGB value is (153,146,148).

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

RGB channels and saturation

R 153 of 255 = 60%
G 146 of 255 = 57%
B 148 of 255 = 58%

153
146
148

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

Portions of RGB colors in percentages

R + G + B =
153 + 146 + 148 = 447 (100%)
R 153 of 447 ~ 34.23%
G 146 of 447 ~ 32.66%
B 148 of 447 ~ 33.11%

%34.23
%32.66
%33.11

CMYK color model

#999294 color CMYK value is (0,5,3,40).

  • cyan value is 0.00%
  • magenta value is 4.58%
  • yellow value is 3.27%
  • key color value is 40.00%
CMYK:
(0,5,3,40)
C0M5Y3K40 
(0%,5%,3%,40%)
(0.00/0.05/0.03/0.40)	

CMYK percentages

%0
%4.58
%3.27
%40

Codes

Color #999294 in popluar color models

999294
RGB153146148
HSL343°3.32%58.63%
HSB/HSV343°4.58%60.00%
CMYK0.00%4.58%3.27%
40.00%

Color #999294 in popluar number systems.

HEX999294
Decimal153146148
Binary100110011001001010010100
Octal231222224

Shades and tints

Shades of #999294

#999294
(153,146,148)
#8C8587
(140,133,135)
#7F787A
(127,120,122)
#726B6D
(114,107,109)
#655E60
(101,94,96)
#585153
(88,81,83)
#4B4446
(75,68,70)
#3E3739
(62,55,57)
#312A2C
(49,42,44)
#241D1F
(36,29,31)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #999294

#999294
(153,146,148)
#A29B9D
(162,155,157)
#ABA4A6
(171,164,166)
#B4ADAF
(180,173,175)
#BDB6B8
(189,182,184)
#C6BFC1
(198,191,193)
#CFC8CA
(207,200,202)
#D8D1D3
(216,209,211)
#E1DADC
(225,218,220)
#EAE3E5
(234,227,229)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999294; }

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

This text font color is #999294.


Background Color

.myBgColor { background-color: #999294; }

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

This div background color is #999294.


Border color

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

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

This div border color is #999294.


Opacity

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

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

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

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

This text has shadow with #999294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999294 on black background.


Color preview on white background

This text has color #999294 on white background.



Black color preview on #999294 background

This text has black color on #999294 background.


White color preview on #999294 background

This text has white color on #999294 background.