COLOR #928FAB

HEX: #928FAB
RGB: (146,143,171)

Color info

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

RGB color model

#928FAB color RGB value is (146,143,171).

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

RGB channels and saturation

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

146
143
171

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

Portions of RGB colors in percentages

R + G + B =
146 + 143 + 171 = 460 (100%)
R 146 of 460 ~ 31.74%
G 143 of 460 ~ 31.09%
B 171 of 460 ~ 37.17%

%31.74
%31.09
%37.17

CMYK color model

#928FAB color CMYK value is (15,16,0,33).

  • cyan value is 14.62%
  • magenta value is 16.37%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(15,16,0,33)
C15M16Y0K33 
(15%,16%,0%,33%)
(0.15/0.16/0.00/0.33)	

CMYK percentages

%14.62
%16.37
%0
%32.94

Codes

Color #928FAB in popluar color models

928FAB
RGB146143171
HSL246°14.29%61.57%
HSB/HSV246°16.37%67.06%
CMYK14.62%16.37%0.00%
32.94%

Color #928FAB in popluar number systems.

HEX928FAB
Decimal146143171
Binary100100101000111110101011
Octal222217253

Shades and tints

Shades of #928FAB

#928FAB
(146,143,171)
#85829C
(133,130,156)
#78758D
(120,117,141)
#6B687E
(107,104,126)
#5E5B6F
(94,91,111)
#514E60
(81,78,96)
#444151
(68,65,81)
#373442
(55,52,66)
#2A2733
(42,39,51)
#1D1A24
(29,26,36)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #928FAB

#928FAB
(146,143,171)
#9B99B2
(155,153,178)
#A4A3B9
(164,163,185)
#ADADC0
(173,173,192)
#B6B7C7
(182,183,199)
#BFC1CE
(191,193,206)
#C8CBD5
(200,203,213)
#D1D5DC
(209,213,220)
#DADFE3
(218,223,227)
#E3E9EA
(227,233,234)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #928FAB; }

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

This text font color is #928FAB.


Background Color

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

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

This div background color is #928FAB.


Border color

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

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

This div border color is #928FAB.


Opacity

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

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

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

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

This text has shadow with #928FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928FAB on black background.


Color preview on white background

This text has color #928FAB on white background.



Black color preview on #928FAB background

This text has black color on #928FAB background.


White color preview on #928FAB background

This text has white color on #928FAB background.