COLOR #8588AB

HEX: #8588AB
RGB: (133,136,171)

Color info

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

RGB color model

#8588AB color RGB value is (133,136,171).

  • red value is 133;
  • green value is 136;
  • blue value is 171.
RGB:
(133,136,171)
(52%,53%,67%)

RGB channels and saturation

R 133 of 255 = 52%
G 136 of 255 = 53%
B 171 of 255 = 67%

133
136
171

R + G + B ~ 57%. #8588AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 136 + 171 = 440 (100%)
R 133 of 440 ~ 30.23%
G 136 of 440 ~ 30.91%
B 171 of 440 ~ 38.86%

%30.23
%30.91
%38.86

CMYK color model

#8588AB color CMYK value is (22,20,0,33).

  • cyan value is 22.22%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(22,20,0,33)
C22M20Y0K33 
(22%,20%,0%,33%)
(0.22/0.20/0.00/0.33)	

CMYK percentages

%22.22
%20.47
%0
%32.94

Codes

Color #8588AB in popluar color models

8588AB
RGB133136171
HSL235°18.45%59.61%
HSB/HSV235°22.22%67.06%
CMYK22.22%20.47%0.00%
32.94%

Color #8588AB in popluar number systems.

HEX8588AB
Decimal133136171
Binary100001011000100010101011
Octal205210253

Shades and tints

Shades of #8588AB

#8588AB
(133,136,171)
#797C9C
(121,124,156)
#6D708D
(109,112,141)
#61647E
(97,100,126)
#55586F
(85,88,111)
#494C60
(73,76,96)
#3D4051
(61,64,81)
#313442
(49,52,66)
#252833
(37,40,51)
#191C24
(25,28,36)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #8588AB

#8588AB
(133,136,171)
#9092B2
(144,146,178)
#9B9CB9
(155,156,185)
#A6A6C0
(166,166,192)
#B1B0C7
(177,176,199)
#BCBACE
(188,186,206)
#C7C4D5
(199,196,213)
#D2CEDC
(210,206,220)
#DDD8E3
(221,216,227)
#E8E2EA
(232,226,234)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8588AB color. Also use rgb(133,136,171) instead hex code.

Text Font Color

.myTextColor { color: #8588AB; }

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

This text font color is #8588AB.


Background Color

.myBgColor { background-color: #8588AB; }

<div style="background-color:#8588AB">Inner text</div>

This div background color is #8588AB.


Border color

.myBorderColor { border: 1px solid #8588AB; }

<div style="border:3px solid #8588AB">Div</div>

This div border color is #8588AB.


Opacity

.myOpacity80 { color: #8588AB; opacity: 0.8; }

<p style="color:#8588AB;opacity:0.8;">80%</p>

Text with #8588AB 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 #8588AB;}

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

This text has shadow with #8588AB color.

.textShadow {text-shadow: 3px 3px 1px #8588AB, 3px 3px 1px red;}

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

This text has shadow with #8588AB primary color and red secondary color.


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

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

This text has shadow with #8588AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8588AB on black background.


Color preview on white background

This text has color #8588AB on white background.



Black color preview on #8588AB background

This text has black color on #8588AB background.


White color preview on #8588AB background

This text has white color on #8588AB background.