COLOR #8888AE

HEX: #8888AE
RGB: (136,136,174)

Color info

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

RGB color model

#8888AE color RGB value is (136,136,174).

  • red value is 136;
  • green value is 136;
  • blue value is 174.
RGB:
(136,136,174)
(53%,53%,68%)

RGB channels and saturation

R 136 of 255 = 53%
G 136 of 255 = 53%
B 174 of 255 = 68%

136
136
174

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

Portions of RGB colors in percentages

R + G + B =
136 + 136 + 174 = 446 (100%)
R 136 of 446 ~ 30.49%
G 136 of 446 ~ 30.49%
B 174 of 446 ~ 39.01%

%30.49
%30.49
%39.01

CMYK color model

#8888AE color CMYK value is (22,22,0,32).

  • cyan value is 21.84%
  • magenta value is 21.84%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(22,22,0,32)
C22M22Y0K32 
(22%,22%,0%,32%)
(0.22/0.22/0.00/0.32)	

CMYK percentages

%21.84
%21.84
%0
%31.76

Codes

Color #8888AE in popluar color models

8888AE
RGB136136174
HSL240°19.00%60.78%
HSB/HSV240°21.84%68.24%
CMYK21.84%21.84%0.00%
31.76%

Color #8888AE in popluar number systems.

HEX8888AE
Decimal136136174
Binary100010001000100010101110
Octal210210256

Shades and tints

Shades of #8888AE

#8888AE
(136,136,174)
#7C7C9F
(124,124,159)
#707090
(112,112,144)
#646481
(100,100,129)
#585872
(88,88,114)
#4C4C63
(76,76,99)
#404054
(64,64,84)
#343445
(52,52,69)
#282836
(40,40,54)
#1C1C27
(28,28,39)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #8888AE

#8888AE
(136,136,174)
#9292B5
(146,146,181)
#9C9CBC
(156,156,188)
#A6A6C3
(166,166,195)
#B0B0CA
(176,176,202)
#BABAD1
(186,186,209)
#C4C4D8
(196,196,216)
#CECEDF
(206,206,223)
#D8D8E6
(216,216,230)
#E2E2ED
(226,226,237)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8888AE; }

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

This text font color is #8888AE.


Background Color

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

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

This div background color is #8888AE.


Border color

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

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

This div border color is #8888AE.


Opacity

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

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

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

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

This text has shadow with #8888AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8888AE on black background.


Color preview on white background

This text has color #8888AE on white background.



Black color preview on #8888AE background

This text has black color on #8888AE background.


White color preview on #8888AE background

This text has white color on #8888AE background.