COLOR #8788A1

HEX: #8788A1 RGB: (135,136,161)

Color info

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

RGB color model

#8788A1 color RGB value is (135,136,161).

RGB: (135,136,161) (53%, 53%, 63%)

RGB channels and saturation

R 135 of 255 = 53%
G 136 of 255 = 53%
B 161 of 255 = 63%

135
136
161

R + G + B ~ 56%. #8788A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 136 + 161 = 432 (100%)
R 135 of 432 ~ 31.25%
G 136 of 432 ~ 31.48%
B 161 of 432 ~ 37.27'%

%31.25
%31.48
%37.27

CMYK color model

#8788A1 color CMYK value is (16,16,0,37).

  • cyan value is 16.15%
  • magenta value is 15.53%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK: (16,16,0,37) C16M16Y0K37 (16%,16%,0%,37%) (0.16/0.16/0.00/0.37) 

CMYK percentages

%16.15
%15.53
%0
%36.86

Codes

Color #8788A1 in popluar color models

87 88 A1
RGB 135 136 161
HSL 238° 12.15% 58.04%
HSB/HSV 238° 16.15% 63.14%
CMYK 16.15% 15.53% 0.00%
36.86%

Color #8788A1 in popluar number systems.

HEX 87 88 A1
Decimal 135 136 161
Binary 10000111 10001000 10100001
Octal 207 210 241

Shades and tints

Shades of #8788A1

#8788A1
(135,136,161)
#7B7C93
(123,124,147)
#6F7085
(111,112,133)
#636477
(99,100,119)
#575869
(87,88,105)
#4B4C5B
(75,76,91)
#3F404D
(63,64,77)
#33343F
(51,52,63)
#272831
(39,40,49)
#1B1C23
(27,28,35)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #8788A1

#8788A1
(135,136,161)
#9192A9
(145,146,169)
#9B9CB1
(155,156,177)
#A5A6B9
(165,166,185)
#AFB0C1
(175,176,193)
#B9BAC9
(185,186,201)
#C3C4D1
(195,196,209)
#CDCED9
(205,206,217)
#D7D8E1
(215,216,225)
#E1E2E9
(225,226,233)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8788A1 color. Also use rgb(135,136,161) instead hex code.

Text Font Color

.myTextColor { color: #8788A1; }

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

This text font color is #8788A1.

Background Color

.myBgColor { background-color: #8788A1; }

<div style="background-color:#8788A1">Inner text</div>

This div background color is #8788A1.

Border color

.myBorderColor { border: 1px solid #8788A1; }

<div style="border:3px solid #8788A1">Div</div>

This div border color is #8788A1.

Opacity

.myOpacity80 { color: #8788A1; opacity: 0.8; }

<p style="color:#8788A1;opacity:0.8;">80%</p>

Text with #8788A1 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 #8788A1;}

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

This text has shadow with #8788A1 color.


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

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

This text has shadow with #8788A1 primary color and red secondary color.


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

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

This text has shadow with #8788A1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8788A1.

Preview

Color preview on black background

This text has color #8788A1 on black background.


Color preview on white background

This text has color #8788A1 on white background.


Black color preview on #8788A1 background

This text has black color on #8788A1 background.


White color preview on #8788A1 background

This text has white color on #8788A1 background.


Related colors

Complementary color

Complementary color for #hex is #78775E.


I love getcolorcode.com

Triadic colors

1 #A18788 and #88A187 with #8788A1 are triadic colors.

2 #A18887 and #8887A1 with #8788A1 are triadic colors.