COLOR #9293AD

HEX: #9293AD RGB: (146,147,173)

Color info

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

RGB color model

#9293AD color RGB value is (146,147,173).

RGB: (146,147,173) (57%, 58%, 68%)

RGB channels and saturation

R 146 of 255 = 57%
G 147 of 255 = 58%
B 173 of 255 = 68%

146
147
173

R + G + B ~ 61%. #9293AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 146 + 147 + 173 = 466 (100%)
R 146 of 466 ~ 31.33%
G 147 of 466 ~ 31.55%
B 173 of 466 ~ 37.12'%

%31.33
%31.55
%37.12

CMYK color model

#9293AD color CMYK value is (16,15,0,32).

  • cyan value is 15.61%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (16,15,0,32) C16M15Y0K32 (16%,15%,0%,32%) (0.16/0.15/0.00/0.32) 

CMYK percentages

%15.61
%15.03
%0
%32.16

Codes

Color #9293AD in popluar color models

92 93 AD
RGB 146 147 173
HSL 238° 14.14% 62.55%
HSB/HSV 238° 15.61% 67.84%
CMYK 15.61% 15.03% 0.00%
32.16%

Color #9293AD in popluar number systems.

HEX 92 93 AD
Decimal 146 147 173
Binary 10010010 10010011 10101101
Octal 222 223 255

Shades and tints

Shades of #9293AD

#9293AD
(146,147,173)
#85869E
(133,134,158)
#78798F
(120,121,143)
#6B6C80
(107,108,128)
#5E5F71
(94,95,113)
#515262
(81,82,98)
#444553
(68,69,83)
#373844
(55,56,68)
#2A2B35
(42,43,53)
#1D1E26
(29,30,38)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #9293AD

#9293AD
(146,147,173)
#9B9CB4
(155,156,180)
#A4A5BB
(164,165,187)
#ADAEC2
(173,174,194)
#B6B7C9
(182,183,201)
#BFC0D0
(191,192,208)
#C8C9D7
(200,201,215)
#D1D2DE
(209,210,222)
#DADBE5
(218,219,229)
#E3E4EC
(227,228,236)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9293AD color. Also use rgb(146,147,173) instead hex code.

Text Font Color

.myTextColor { color: #9293AD; }

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

This text font color is #9293AD.

Background Color

.myBgColor { background-color: #9293AD; }

<div style="background-color:#9293AD">Inner text</div>

This div background color is #9293AD.

Border color

.myBorderColor { border: 1px solid #9293AD; }

<div style="border:3px solid #9293AD">Div</div>

This div border color is #9293AD.

Opacity

.myOpacity80 { color: #9293AD; opacity: 0.8; }

<p style="color:#9293AD;opacity:0.8;">80%</p>

Text with #9293AD 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 #9293AD;}

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

This text has shadow with #9293AD color.


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

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

This text has shadow with #9293AD primary color and red secondary color.


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

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

This text has shadow with #9293AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9293AD.

Preview

Color preview on black background

This text has color #9293AD on black background.


Color preview on white background

This text has color #9293AD on white background.


Black color preview on #9293AD background

This text has black color on #9293AD background.


White color preview on #9293AD background

This text has white color on #9293AD background.


Related colors

Complementary color

Complementary color for #hex is #6D6C52.


I love getcolorcode.com

Triadic colors

1 #AD9293 and #93AD92 with #9293AD are triadic colors.

2 #AD9392 and #9392AD with #9293AD are triadic colors.