COLOR #8888B6

HEX: #8888B6 RGB: (136,136,182)

Color info

#8888B6 contains red, green and blue colors in about the same proportion. Web safe color of #8888B6 is #9999CC (or #99C).

RGB color model

#8888B6 color RGB value is (136,136,182).

RGB: (136,136,182) (53%, 53%, 71%)

RGB channels and saturation

R 136 of 255 = 53%
G 136 of 255 = 53%
B 182 of 255 = 71%

136
136
182

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

Portions of RGB colors in percentages

R + G + B = 136 + 136 + 182 = 454 (100%)
R 136 of 454 ~ 29.96%
G 136 of 454 ~ 29.96%
B 182 of 454 ~ 40.09'%

%29.96
%29.96
%40.09

CMYK color model

#8888B6 color CMYK value is (25,25,0,29).

  • cyan value is 25.27%
  • magenta value is 25.27%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (25,25,0,29)
C25M25Y0K29 (25%, 25%, 0%, 29%)
(0.25 / 0.25 / 0.00 / 0.29)

CMYK percentages

%25.27
%25.27
%0
%28.63

Codes

Color #8888B6 in popluar color models

88 88 B6
RGB 136 136 182
HSL 240° 23.96% 62.35%
HSB/HSV 240° 25.27% 71.37%
CMYK 25.27% 25.27% 0.00%
28.63%

Color #8888B6 in popluar number systems.

HEX 88 88 B6
Decimal 136 136 182
Binary 10001000 10001000 10110110
Octal 210 210 266

Shades and tints

Shades of #8888B6

#8888B6
(136,136,182)
#7C7CA6
(124,124,166)
#707096
(112,112,150)
#646486
(100,100,134)
#585876
(88,88,118)
#4C4C66
(76,76,102)
#404056
(64,64,86)
#343446
(52,52,70)
#282836
(40,40,54)
#1C1C26
(28,28,38)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #8888B6

#8888B6
(136,136,182)
#9292BC
(146,146,188)
#9C9CC2
(156,156,194)
#A6A6C8
(166,166,200)
#B0B0CE
(176,176,206)
#BABAD4
(186,186,212)
#C4C4DA
(196,196,218)
#CECEE0
(206,206,224)
#D8D8E6
(216,216,230)
#E2E2EC
(226,226,236)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8888B6; }

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

This text font color is #8888B6.

Background Color

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

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

This div background color is #8888B6.

Border color

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

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

This div border color is #8888B6.

Opacity

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

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

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

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

This text has shadow with #8888B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8888B6.

Preview

Color preview on black background

This text has color #8888B6 on black background.


Color preview on white background

This text has color #8888B6 on white background.


Black color preview on #8888B6 background

This text has black color on #8888B6 background.


White color preview on #8888B6 background

This text has white color on #8888B6 background.


Related colors

Complementary color

Complementary color for #hex is #777749.


I love getcolorcode.com