COLOR #928EAB

HEX: #928EAB
RGB: (146,142,171)

Color info

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

RGB color model

#928EAB color RGB value is (146,142,171).

  • red value is 146;
  • green value is 142;
  • blue value is 171.
RGB:
(146,142,171)
(57%,56%,67%)

RGB channels and saturation

R 146 of 255 = 57%
G 142 of 255 = 56%
B 171 of 255 = 67%

146
142
171

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

Portions of RGB colors in percentages

R + G + B =
146 + 142 + 171 = 459 (100%)
R 146 of 459 ~ 31.81%
G 142 of 459 ~ 30.94%
B 171 of 459 ~ 37.25%

%31.81
%30.94
%37.25

CMYK color model

#928EAB color CMYK value is (15,17,0,33).

  • cyan value is 14.62%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(15,17,0,33)
C15M17Y0K33 
(15%,17%,0%,33%)
(0.15/0.17/0.00/0.33)	

CMYK percentages

%14.62
%16.96
%0
%32.94

Codes

Color #928EAB in popluar color models

928EAB
RGB146142171
HSL248°14.72%61.37%
HSB/HSV248°16.96%67.06%
CMYK14.62%16.96%0.00%
32.94%

Color #928EAB in popluar number systems.

HEX928EAB
Decimal146142171
Binary100100101000111010101011
Octal222216253

Shades and tints

Shades of #928EAB

#928EAB
(146,142,171)
#85829C
(133,130,156)
#78768D
(120,118,141)
#6B6A7E
(107,106,126)
#5E5E6F
(94,94,111)
#515260
(81,82,96)
#444651
(68,70,81)
#373A42
(55,58,66)
#2A2E33
(42,46,51)
#1D2224
(29,34,36)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #928EAB

#928EAB
(146,142,171)
#9B98B2
(155,152,178)
#A4A2B9
(164,162,185)
#ADACC0
(173,172,192)
#B6B6C7
(182,182,199)
#BFC0CE
(191,192,206)
#C8CAD5
(200,202,213)
#D1D4DC
(209,212,220)
#DADEE3
(218,222,227)
#E3E8EA
(227,232,234)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #928EAB; }

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

This text font color is #928EAB.


Background Color

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

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

This div background color is #928EAB.


Border color

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

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

This div border color is #928EAB.


Opacity

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

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

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

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

This text has shadow with #928EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928EAB on black background.


Color preview on white background

This text has color #928EAB on white background.



Black color preview on #928EAB background

This text has black color on #928EAB background.


White color preview on #928EAB background

This text has white color on #928EAB background.