COLOR #8888A7

HEX: #8888A7 RGB: (136,136,167)

Color info

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

RGB color model

#8888A7 color RGB value is (136,136,167).

RGB: (136,136,167) (53%, 53%, 65%)

RGB channels and saturation

R 136 of 255 = 53%
G 136 of 255 = 53%
B 167 of 255 = 65%

136
136
167

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

Portions of RGB colors in percentages

R + G + B = 136 + 136 + 167 = 439 (100%)
R 136 of 439 ~ 30.98%
G 136 of 439 ~ 30.98%
B 167 of 439 ~ 38.04'%

%30.98
%30.98
%38.04

CMYK color model

#8888A7 color CMYK value is (19,19,0,35).

  • cyan value is 18.56%
  • magenta value is 18.56%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (19,19,0,35)
C19M19Y0K35 (19%, 19%, 0%, 35%)
(0.19 / 0.19 / 0.00 / 0.35)

CMYK percentages

%18.56
%18.56
%0
%34.51

Codes

Color #8888A7 in popluar color models

88 88 A7
RGB 136 136 167
HSL 240° 14.98% 59.41%
HSB/HSV 240° 18.56% 65.49%
CMYK 18.56% 18.56% 0.00%
34.51%

Color #8888A7 in popluar number systems.

HEX 88 88 A7
Decimal 136 136 167
Binary 10001000 10001000 10100111
Octal 210 210 247

Shades and tints

Shades of #8888A7

#8888A7
(136,136,167)
#7C7C98
(124,124,152)
#707089
(112,112,137)
#64647A
(100,100,122)
#58586B
(88,88,107)
#4C4C5C
(76,76,92)
#40404D
(64,64,77)
#34343E
(52,52,62)
#28282F
(40,40,47)
#1C1C20
(28,28,32)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #8888A7

#8888A7
(136,136,167)
#9292AF
(146,146,175)
#9C9CB7
(156,156,183)
#A6A6BF
(166,166,191)
#B0B0C7
(176,176,199)
#BABACF
(186,186,207)
#C4C4D7
(196,196,215)
#CECEDF
(206,206,223)
#D8D8E7
(216,216,231)
#E2E2EF
(226,226,239)
#ECECF7
(236,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8888A7 color. Also use rgb(136,136,167) instead hex code.

Text Font Color

.myTextColor { color: #8888A7; }

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

This text font color is #8888A7.

Background Color

.myBgColor { background-color: #8888A7; }

<div style="background-color:#8888A7">Inner text</div>

This div background color is #8888A7.

Border color

.myBorderColor { border: 1px solid #8888A7; }

<div style="border:3px solid #8888A7">Div</div>

This div border color is #8888A7.

Opacity

.myOpacity80 { color: #8888A7; opacity: 0.8; }

<p style="color:#8888A7;opacity:0.8;">80%</p>

Text with #8888A7 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 #8888A7;}

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

This text has shadow with #8888A7 color.


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

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

This text has shadow with #8888A7 primary color and red secondary color.


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

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

This text has shadow with #8888A7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8888A7.

Preview

Color preview on black background

This text has color #8888A7 on black background.


Color preview on white background

This text has color #8888A7 on white background.


Black color preview on #8888A7 background

This text has black color on #8888A7 background.


White color preview on #8888A7 background

This text has white color on #8888A7 background.


Related colors

Complementary color

Complementary color for #hex is #777758.


I love getcolorcode.com