COLOR #8788AF

HEX: #8788AF RGB: (135,136,175)

Color info

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

RGB color model

#8788AF color RGB value is (135,136,175).

RGB: (135,136,175) (53%, 53%, 69%)

RGB channels and saturation

R 135 of 255 = 53%
G 136 of 255 = 53%
B 175 of 255 = 69%

135
136
175

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

Portions of RGB colors in percentages

R + G + B = 135 + 136 + 175 = 446 (100%)
R 135 of 446 ~ 30.27%
G 136 of 446 ~ 30.49%
B 175 of 446 ~ 39.24'%

%30.27
%30.49
%39.24

CMYK color model

#8788AF color CMYK value is (23,22,0,31).

  • cyan value is 22.86%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (23,22,0,31)
C23M22Y0K31 (23%, 22%, 0%, 31%)
(0.23 / 0.22 / 0.00 / 0.31)

CMYK percentages

%22.86
%22.29
%0
%31.37

Codes

Color #8788AF in popluar color models

87 88 AF
RGB 135 136 175
HSL 239° 20.00% 60.78%
HSB/HSV 239° 22.86% 68.63%
CMYK 22.86% 22.29% 0.00%
31.37%

Color #8788AF in popluar number systems.

HEX 87 88 AF
Decimal 135 136 175
Binary 10000111 10001000 10101111
Octal 207 210 257

Shades and tints

Shades of #8788AF

#8788AF
(135,136,175)
#7B7CA0
(123,124,160)
#6F7091
(111,112,145)
#636482
(99,100,130)
#575873
(87,88,115)
#4B4C64
(75,76,100)
#3F4055
(63,64,85)
#333446
(51,52,70)
#272837
(39,40,55)
#1B1C28
(27,28,40)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #8788AF

#8788AF
(135,136,175)
#9192B6
(145,146,182)
#9B9CBD
(155,156,189)
#A5A6C4
(165,166,196)
#AFB0CB
(175,176,203)
#B9BAD2
(185,186,210)
#C3C4D9
(195,196,217)
#CDCEE0
(205,206,224)
#D7D8E7
(215,216,231)
#E1E2EE
(225,226,238)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8788AF; }

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

This text font color is #8788AF.

Background Color

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

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

This div background color is #8788AF.

Border color

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

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

This div border color is #8788AF.

Opacity

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

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

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

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

This text has shadow with #8788AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8788AF.

Preview

Color preview on black background

This text has color #8788AF on black background.


Color preview on white background

This text has color #8788AF on white background.


Black color preview on #8788AF background

This text has black color on #8788AF background.


White color preview on #8788AF background

This text has white color on #8788AF background.


Related colors

Complementary color

Complementary color for #hex is #787750.


I love getcolorcode.com

Triadic colors

1 #AF8788 and #88AF87 with #8788AF are triadic colors.

2 #AF8887 and #8887AF with #8788AF are triadic colors.