COLOR #928EAD

HEX: #928EAD RGB: (146,142,173)

Color info

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

RGB color model

#928EAD color RGB value is (146,142,173).

RGB: (146,142,173) (57%, 56%, 68%)

RGB channels and saturation

R 146 of 255 = 57%
G 142 of 255 = 56%
B 173 of 255 = 68%

146
142
173

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

Portions of RGB colors in percentages

R + G + B = 146 + 142 + 173 = 461 (100%)
R 146 of 461 ~ 31.67%
G 142 of 461 ~ 30.8%
B 173 of 461 ~ 37.53'%

%31.67
%30.8
%37.53

CMYK color model

#928EAD color CMYK value is (16,18,0,32).

  • cyan value is 15.61%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (16,18,0,32)
C16M18Y0K32 (16%, 18%, 0%, 32%)
(0.16 / 0.18 / 0.00 / 0.32)

CMYK percentages

%15.61
%17.92
%0
%32.16

Codes

Color #928EAD in popluar color models

92 8E AD
RGB 146 142 173
HSL 248° 15.90% 61.76%
HSB/HSV 248° 17.92% 67.84%
CMYK 15.61% 17.92% 0.00%
32.16%

Color #928EAD in popluar number systems.

HEX 92 8E AD
Decimal 146 142 173
Binary 10010010 10001110 10101101
Octal 222 216 255

Shades and tints

Shades of #928EAD

#928EAD
(146,142,173)
#85829E
(133,130,158)
#78768F
(120,118,143)
#6B6A80
(107,106,128)
#5E5E71
(94,94,113)
#515262
(81,82,98)
#444653
(68,70,83)
#373A44
(55,58,68)
#2A2E35
(42,46,53)
#1D2226
(29,34,38)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #928EAD

#928EAD
(146,142,173)
#9B98B4
(155,152,180)
#A4A2BB
(164,162,187)
#ADACC2
(173,172,194)
#B6B6C9
(182,182,201)
#BFC0D0
(191,192,208)
#C8CAD7
(200,202,215)
#D1D4DE
(209,212,222)
#DADEE5
(218,222,229)
#E3E8EC
(227,232,236)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #928EAD; }

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

This text font color is #928EAD.

Background Color

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

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

This div background color is #928EAD.

Border color

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

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

This div border color is #928EAD.

Opacity

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

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

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

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

This text has shadow with #928EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #928EAD.

Preview

Color preview on black background

This text has color #928EAD on black background.


Color preview on white background

This text has color #928EAD on white background.


Black color preview on #928EAD background

This text has black color on #928EAD background.


White color preview on #928EAD background

This text has white color on #928EAD background.


Related colors

Complementary color

Complementary color for #hex is #6D7152.


I love getcolorcode.com

Triadic colors

1 #AD928E and #8EAD92 with #928EAD are triadic colors.

2 #AD8E92 and #8E92AD with #928EAD are triadic colors.