COLOR #928C99

HEX: #928C99
RGB: (146,140,153)

Color info

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

RGB color model

#928C99 color RGB value is (146,140,153).

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

RGB channels and saturation

R 146 of 255 = 57%
G 140 of 255 = 55%
B 153 of 255 = 60%

146
140
153

R + G + B ~ 57%. #928C99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 140 + 153 = 439 (100%)
R 146 of 439 ~ 33.26%
G 140 of 439 ~ 31.89%
B 153 of 439 ~ 34.85%

%33.26
%31.89
%34.85

CMYK color model

#928C99 color CMYK value is (5,8,0,40).

  • cyan value is 4.58%
  • magenta value is 8.50%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(5,8,0,40)
C5M8Y0K40 
(5%,8%,0%,40%)
(0.05/0.08/0.00/0.40)	

CMYK percentages

%4.58
%8.5
%0
%40

Codes

Color #928C99 in popluar color models

928C99
RGB146140153
HSL268°5.99%57.45%
HSB/HSV268°8.50%60.00%
CMYK4.58%8.50%0.00%
40.00%

Color #928C99 in popluar number systems.

HEX928C99
Decimal146140153
Binary100100101000110010011001
Octal222214231

Shades and tints

Shades of #928C99

#928C99
(146,140,153)
#85808C
(133,128,140)
#78747F
(120,116,127)
#6B6872
(107,104,114)
#5E5C65
(94,92,101)
#515058
(81,80,88)
#44444B
(68,68,75)
#37383E
(55,56,62)
#2A2C31
(42,44,49)
#1D2024
(29,32,36)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #928C99

#928C99
(146,140,153)
#9B96A2
(155,150,162)
#A4A0AB
(164,160,171)
#ADAAB4
(173,170,180)
#B6B4BD
(182,180,189)
#BFBEC6
(191,190,198)
#C8C8CF
(200,200,207)
#D1D2D8
(209,210,216)
#DADCE1
(218,220,225)
#E3E6EA
(227,230,234)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #928C99; }

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

This text font color is #928C99.


Background Color

.myBgColor { background-color: #928C99; }

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

This div background color is #928C99.


Border color

.myBorderColor { border: 1px solid #928C99; }

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

This div border color is #928C99.


Opacity

.myOpacity80 { color: #928C99; opacity: 0.8; }

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

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

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

This text has shadow with #928C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928C99 on black background.


Color preview on white background

This text has color #928C99 on white background.



Black color preview on #928C99 background

This text has black color on #928C99 background.


White color preview on #928C99 background

This text has white color on #928C99 background.