COLOR #8592AD

HEX: #8592AD
RGB: (133,146,173)

Color info

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

RGB color model

#8592AD color RGB value is (133,146,173).

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

RGB channels and saturation

R 133 of 255 = 52%
G 146 of 255 = 57%
B 173 of 255 = 68%

133
146
173

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

Portions of RGB colors in percentages

R + G + B =
133 + 146 + 173 = 452 (100%)
R 133 of 452 ~ 29.42%
G 146 of 452 ~ 32.3%
B 173 of 452 ~ 38.27%

%29.42
%32.3
%38.27

CMYK color model

#8592AD color CMYK value is (23,16,0,32).

  • cyan value is 23.12%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(23,16,0,32)
C23M16Y0K32 
(23%,16%,0%,32%)
(0.23/0.16/0.00/0.32)	

CMYK percentages

%23.12
%15.61
%0
%32.16

Codes

Color #8592AD in popluar color models

8592AD
RGB133146173
HSL221°19.61%60.00%
HSB/HSV221°23.12%67.84%
CMYK23.12%15.61%0.00%
32.16%

Color #8592AD in popluar number systems.

HEX8592AD
Decimal133146173
Binary100001011001001010101101
Octal205222255

Shades and tints

Shades of #8592AD

#8592AD
(133,146,173)
#79859E
(121,133,158)
#6D788F
(109,120,143)
#616B80
(97,107,128)
#555E71
(85,94,113)
#495162
(73,81,98)
#3D4453
(61,68,83)
#313744
(49,55,68)
#252A35
(37,42,53)
#191D26
(25,29,38)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #8592AD

#8592AD
(133,146,173)
#909BB4
(144,155,180)
#9BA4BB
(155,164,187)
#A6ADC2
(166,173,194)
#B1B6C9
(177,182,201)
#BCBFD0
(188,191,208)
#C7C8D7
(199,200,215)
#D2D1DE
(210,209,222)
#DDDAE5
(221,218,229)
#E8E3EC
(232,227,236)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8592AD; }

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

This text font color is #8592AD.


Background Color

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

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

This div background color is #8592AD.


Border color

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

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

This div border color is #8592AD.


Opacity

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

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

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

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

This text has shadow with #8592AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8592AD on black background.


Color preview on white background

This text has color #8592AD on white background.



Black color preview on #8592AD background

This text has black color on #8592AD background.


White color preview on #8592AD background

This text has white color on #8592AD background.