COLOR #928DA8

HEX: #928DA8
RGB: (146,141,168)

Color info

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

RGB color model

#928DA8 color RGB value is (146,141,168).

  • red value is 146;
  • green value is 141;
  • blue value is 168.
RGB:
(146,141,168)
(57%,55%,66%)

RGB channels and saturation

R 146 of 255 = 57%
G 141 of 255 = 55%
B 168 of 255 = 66%

146
141
168

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

Portions of RGB colors in percentages

R + G + B =
146 + 141 + 168 = 455 (100%)
R 146 of 455 ~ 32.09%
G 141 of 455 ~ 30.99%
B 168 of 455 ~ 36.92%

%32.09
%30.99
%36.92

CMYK color model

#928DA8 color CMYK value is (13,16,0,34).

  • cyan value is 13.10%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(13,16,0,34)
C13M16Y0K34 
(13%,16%,0%,34%)
(0.13/0.16/0.00/0.34)	

CMYK percentages

%13.1
%16.07
%0
%34.12

Codes

Color #928DA8 in popluar color models

928DA8
RGB146141168
HSL251°13.43%60.59%
HSB/HSV251°16.07%65.88%
CMYK13.10%16.07%0.00%
34.12%

Color #928DA8 in popluar number systems.

HEX928DA8
Decimal146141168
Binary100100101000110110101000
Octal222215250

Shades and tints

Shades of #928DA8

#928DA8
(146,141,168)
#858199
(133,129,153)
#78758A
(120,117,138)
#6B697B
(107,105,123)
#5E5D6C
(94,93,108)
#51515D
(81,81,93)
#44454E
(68,69,78)
#37393F
(55,57,63)
#2A2D30
(42,45,48)
#1D2121
(29,33,33)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #928DA8

#928DA8
(146,141,168)
#9B97AF
(155,151,175)
#A4A1B6
(164,161,182)
#ADABBD
(173,171,189)
#B6B5C4
(182,181,196)
#BFBFCB
(191,191,203)
#C8C9D2
(200,201,210)
#D1D3D9
(209,211,217)
#DADDE0
(218,221,224)
#E3E7E7
(227,231,231)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #928DA8 color. Also use rgb(146,141,168) instead hex code.

Text Font Color

.myTextColor { color: #928DA8; }

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

This text font color is #928DA8.


Background Color

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

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

This div background color is #928DA8.


Border color

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

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

This div border color is #928DA8.


Opacity

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

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

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

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

This text has shadow with #928DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928DA8 on black background.


Color preview on white background

This text has color #928DA8 on white background.



Black color preview on #928DA8 background

This text has black color on #928DA8 background.


White color preview on #928DA8 background

This text has white color on #928DA8 background.