COLOR #999E92

HEX: #999E92
RGB: (153,158,146)

Color info

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

RGB color model

#999E92 color RGB value is (153,158,146).

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

RGB channels and saturation

R 153 of 255 = 60%
G 158 of 255 = 62%
B 146 of 255 = 57%

153
158
146

R + G + B ~ 60%. #999E92 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 158 + 146 = 457 (100%)
R 153 of 457 ~ 33.48%
G 158 of 457 ~ 34.57%
B 146 of 457 ~ 31.95%

%33.48
%34.57
%31.95

CMYK color model

#999E92 color CMYK value is (3,0,8,38).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 38.04%
CMYK:
(3,0,8,38)
C3M0Y8K38 
(3%,0%,8%,38%)
(0.03/0.00/0.08/0.38)	

CMYK percentages

%3.16
%0
%7.59
%38.04

Codes

Color #999E92 in popluar color models

999E92
RGB153158146
HSL85°5.83%59.61%
HSB/HSV85°7.59%61.96%
CMYK3.16%0.00%7.59%
38.04%

Color #999E92 in popluar number systems.

HEX999E92
Decimal153158146
Binary100110011001111010010010
Octal231236222

Shades and tints

Shades of #999E92

#999E92
(153,158,146)
#8C9085
(140,144,133)
#7F8278
(127,130,120)
#72746B
(114,116,107)
#65665E
(101,102,94)
#585851
(88,88,81)
#4B4A44
(75,74,68)
#3E3C37
(62,60,55)
#312E2A
(49,46,42)
#24201D
(36,32,29)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #999E92

#999E92
(153,158,146)
#A2A69B
(162,166,155)
#ABAEA4
(171,174,164)
#B4B6AD
(180,182,173)
#BDBEB6
(189,190,182)
#C6C6BF
(198,198,191)
#CFCEC8
(207,206,200)
#D8D6D1
(216,214,209)
#E1DEDA
(225,222,218)
#EAE6E3
(234,230,227)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999E92; }

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

This text font color is #999E92.


Background Color

.myBgColor { background-color: #999E92; }

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

This div background color is #999E92.


Border color

.myBorderColor { border: 1px solid #999E92; }

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

This div border color is #999E92.


Opacity

.myOpacity80 { color: #999E92; opacity: 0.8; }

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

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

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

This text has shadow with #999E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999E92 on black background.


Color preview on white background

This text has color #999E92 on white background.



Black color preview on #999E92 background

This text has black color on #999E92 background.


White color preview on #999E92 background

This text has white color on #999E92 background.