COLOR #9288AD

HEX: #9288AD
RGB: (146,136,173)

Color info

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

RGB color model

#9288AD color RGB value is (146,136,173).

  • red value is 146;
  • green value is 136;
  • blue value is 173.
RGB:
(146,136,173)
(57%,53%,68%)

RGB channels and saturation

R 146 of 255 = 57%
G 136 of 255 = 53%
B 173 of 255 = 68%

146
136
173

R + G + B ~ 59%. #9288AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 136 + 173 = 455 (100%)
R 146 of 455 ~ 32.09%
G 136 of 455 ~ 29.89%
B 173 of 455 ~ 38.02%

%32.09
%29.89
%38.02

CMYK color model

#9288AD color CMYK value is (16,21,0,32).

  • cyan value is 15.61%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(16,21,0,32)
C16M21Y0K32 
(16%,21%,0%,32%)
(0.16/0.21/0.00/0.32)	

CMYK percentages

%15.61
%21.39
%0
%32.16

Codes

Color #9288AD in popluar color models

9288AD
RGB146136173
HSL256°18.41%60.59%
HSB/HSV256°21.39%67.84%
CMYK15.61%21.39%0.00%
32.16%

Color #9288AD in popluar number systems.

HEX9288AD
Decimal146136173
Binary100100101000100010101101
Octal222210255

Shades and tints

Shades of #9288AD

#9288AD
(146,136,173)
#857C9E
(133,124,158)
#78708F
(120,112,143)
#6B6480
(107,100,128)
#5E5871
(94,88,113)
#514C62
(81,76,98)
#444053
(68,64,83)
#373444
(55,52,68)
#2A2835
(42,40,53)
#1D1C26
(29,28,38)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #9288AD

#9288AD
(146,136,173)
#9B92B4
(155,146,180)
#A49CBB
(164,156,187)
#ADA6C2
(173,166,194)
#B6B0C9
(182,176,201)
#BFBAD0
(191,186,208)
#C8C4D7
(200,196,215)
#D1CEDE
(209,206,222)
#DAD8E5
(218,216,229)
#E3E2EC
(227,226,236)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9288AD; }

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

This text font color is #9288AD.


Background Color

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

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

This div background color is #9288AD.


Border color

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

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

This div border color is #9288AD.


Opacity

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

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

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

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

This text has shadow with #9288AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9288AD on black background.


Color preview on white background

This text has color #9288AD on white background.



Black color preview on #9288AD background

This text has black color on #9288AD background.


White color preview on #9288AD background

This text has white color on #9288AD background.