COLOR #928E93

HEX: #928E93 RGB: (146,142,147)

Color info

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

RGB color model

#928E93 color RGB value is (146,142,147).

RGB: (146,142,147) (57%, 56%, 58%)

RGB channels and saturation

R 146 of 255 = 57%
G 142 of 255 = 56%
B 147 of 255 = 58%

146
142
147

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

Portions of RGB colors in percentages

R + G + B = 146 + 142 + 147 = 435 (100%)
R 146 of 435 ~ 33.56%
G 142 of 435 ~ 32.64%
B 147 of 435 ~ 33.79'%

%33.56
%32.64
%33.79

CMYK color model

#928E93 color CMYK value is (1,3,0,42).

  • cyan value is 0.68%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (1,3,0,42)
C1M3Y0K42 (1%, 3%, 0%, 42%)
(0.01 / 0.03 / 0.00 / 0.42)

CMYK percentages

%0.68
%3.4
%0
%42.35

Codes

Color #928E93 in popluar color models

92 8E 93
RGB 146 142 147
HSL 288° 2.26% 56.67%
HSB/HSV 288° 3.40% 57.65%
CMYK 0.68% 3.40% 0.00%
42.35%

Color #928E93 in popluar number systems.

HEX 92 8E 93
Decimal 146 142 147
Binary 10010010 10001110 10010011
Octal 222 216 223

Shades and tints

Shades of #928E93

#928E93
(146,142,147)
#858286
(133,130,134)
#787679
(120,118,121)
#6B6A6C
(107,106,108)
#5E5E5F
(94,94,95)
#515252
(81,82,82)
#444645
(68,70,69)
#373A38
(55,58,56)
#2A2E2B
(42,46,43)
#1D221E
(29,34,30)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #928E93

#928E93
(146,142,147)
#9B989C
(155,152,156)
#A4A2A5
(164,162,165)
#ADACAE
(173,172,174)
#B6B6B7
(182,182,183)
#BFC0C0
(191,192,192)
#C8CAC9
(200,202,201)
#D1D4D2
(209,212,210)
#DADEDB
(218,222,219)
#E3E8E4
(227,232,228)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #928E93 color. Also use rgb(146,142,147) instead hex code.

Text Font Color

.myTextColor { color: #928E93; }

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

This text font color is #928E93.

Background Color

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

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

This div background color is #928E93.

Border color

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

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

This div border color is #928E93.

Opacity

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

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

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

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

This text has shadow with #928E93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #928E93.

Preview

Color preview on black background

This text has color #928E93 on black background.


Color preview on white background

This text has color #928E93 on white background.


Black color preview on #928E93 background

This text has black color on #928E93 background.


White color preview on #928E93 background

This text has white color on #928E93 background.


Related colors

Complementary color

Complementary color for #hex is #6D716C.


I love getcolorcode.com

Triadic colors

1 #93928E and #8E9392 with #928E93 are triadic colors.

2 #938E92 and #8E9293 with #928E93 are triadic colors.