COLOR #8592B0

HEX: #8592B0
RGB: (133,146,176)

Color info

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

RGB color model

#8592B0 color RGB value is (133,146,176).

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

RGB channels and saturation

R 133 of 255 = 52%
G 146 of 255 = 57%
B 176 of 255 = 69%

133
146
176

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

Portions of RGB colors in percentages

R + G + B =
133 + 146 + 176 = 455 (100%)
R 133 of 455 ~ 29.23%
G 146 of 455 ~ 32.09%
B 176 of 455 ~ 38.68%

%29.23
%32.09
%38.68

CMYK color model

#8592B0 color CMYK value is (24,17,0,31).

  • cyan value is 24.43%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(24,17,0,31)
C24M17Y0K31 
(24%,17%,0%,31%)
(0.24/0.17/0.00/0.31)	

CMYK percentages

%24.43
%17.05
%0
%30.98

Codes

Color #8592B0 in popluar color models

8592B0
RGB133146176
HSL222°21.39%60.59%
HSB/HSV222°24.43%69.02%
CMYK24.43%17.05%0.00%
30.98%

Color #8592B0 in popluar number systems.

HEX8592B0
Decimal133146176
Binary100001011001001010110000
Octal205222260

Shades and tints

Shades of #8592B0

#8592B0
(133,146,176)
#7985A0
(121,133,160)
#6D7890
(109,120,144)
#616B80
(97,107,128)
#555E70
(85,94,112)
#495160
(73,81,96)
#3D4450
(61,68,80)
#313740
(49,55,64)
#252A30
(37,42,48)
#191D20
(25,29,32)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #8592B0

#8592B0
(133,146,176)
#909BB7
(144,155,183)
#9BA4BE
(155,164,190)
#A6ADC5
(166,173,197)
#B1B6CC
(177,182,204)
#BCBFD3
(188,191,211)
#C7C8DA
(199,200,218)
#D2D1E1
(210,209,225)
#DDDAE8
(221,218,232)
#E8E3EF
(232,227,239)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8592B0; }

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

This text font color is #8592B0.


Background Color

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

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

This div background color is #8592B0.


Border color

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

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

This div border color is #8592B0.


Opacity

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

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

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

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

This text has shadow with #8592B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8592B0 on black background.


Color preview on white background

This text has color #8592B0 on white background.



Black color preview on #8592B0 background

This text has black color on #8592B0 background.


White color preview on #8592B0 background

This text has white color on #8592B0 background.