COLOR #928CAA

HEX: #928CAA
RGB: (146,140,170)

Color info

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

RGB color model

#928CAA color RGB value is (146,140,170).

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

RGB channels and saturation

R 146 of 255 = 57%
G 140 of 255 = 55%
B 170 of 255 = 67%

146
140
170

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

Portions of RGB colors in percentages

R + G + B =
146 + 140 + 170 = 456 (100%)
R 146 of 456 ~ 32.02%
G 140 of 456 ~ 30.7%
B 170 of 456 ~ 37.28%

%32.02
%30.7
%37.28

CMYK color model

#928CAA color CMYK value is (14,18,0,33).

  • cyan value is 14.12%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(14,18,0,33)
C14M18Y0K33 
(14%,18%,0%,33%)
(0.14/0.18/0.00/0.33)	

CMYK percentages

%14.12
%17.65
%0
%33.33

Codes

Color #928CAA in popluar color models

928CAA
RGB146140170
HSL252°15.00%60.78%
HSB/HSV252°17.65%66.67%
CMYK14.12%17.65%0.00%
33.33%

Color #928CAA in popluar number systems.

HEX928CAA
Decimal146140170
Binary100100101000110010101010
Octal222214252

Shades and tints

Shades of #928CAA

#928CAA
(146,140,170)
#85809B
(133,128,155)
#78748C
(120,116,140)
#6B687D
(107,104,125)
#5E5C6E
(94,92,110)
#51505F
(81,80,95)
#444450
(68,68,80)
#373841
(55,56,65)
#2A2C32
(42,44,50)
#1D2023
(29,32,35)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #928CAA

#928CAA
(146,140,170)
#9B96B1
(155,150,177)
#A4A0B8
(164,160,184)
#ADAABF
(173,170,191)
#B6B4C6
(182,180,198)
#BFBECD
(191,190,205)
#C8C8D4
(200,200,212)
#D1D2DB
(209,210,219)
#DADCE2
(218,220,226)
#E3E6E9
(227,230,233)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #928CAA; }

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

This text font color is #928CAA.


Background Color

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

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

This div background color is #928CAA.


Border color

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

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

This div border color is #928CAA.


Opacity

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

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

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

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

This text has shadow with #928CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928CAA on black background.


Color preview on white background

This text has color #928CAA on white background.



Black color preview on #928CAA background

This text has black color on #928CAA background.


White color preview on #928CAA background

This text has white color on #928CAA background.