COLOR #8883AE

HEX: #8883AE
RGB: (136,131,174)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
131
174

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

Portions of RGB colors in percentages

R + G + B =
136 + 131 + 174 = 441 (100%)
R 136 of 441 ~ 30.84%
G 131 of 441 ~ 29.71%
B 174 of 441 ~ 39.46%

%30.84
%29.71
%39.46

CMYK color model

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

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

CMYK percentages

%21.84
%24.71
%0
%31.76

Codes

Color #8883AE in popluar color models

8883AE
RGB136131174
HSL247°20.98%59.80%
HSB/HSV247°24.71%68.24%
CMYK21.84%24.71%0.00%
31.76%

Color #8883AE in popluar number systems.

HEX8883AE
Decimal136131174
Binary100010001000001110101110
Octal210203256

Shades and tints

Shades of #8883AE

#8883AE
(136,131,174)
#7C789F
(124,120,159)
#706D90
(112,109,144)
#646281
(100,98,129)
#585772
(88,87,114)
#4C4C63
(76,76,99)
#404154
(64,65,84)
#343645
(52,54,69)
#282B36
(40,43,54)
#1C2027
(28,32,39)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #8883AE

#8883AE
(136,131,174)
#928EB5
(146,142,181)
#9C99BC
(156,153,188)
#A6A4C3
(166,164,195)
#B0AFCA
(176,175,202)
#BABAD1
(186,186,209)
#C4C5D8
(196,197,216)
#CED0DF
(206,208,223)
#D8DBE6
(216,219,230)
#E2E6ED
(226,230,237)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8883AE; }

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

This text font color is #8883AE.


Background Color

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

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

This div background color is #8883AE.


Border color

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

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

This div border color is #8883AE.


Opacity

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

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

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

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

This text has shadow with #8883AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8883AE on black background.


Color preview on white background

This text has color #8883AE on white background.



Black color preview on #8883AE background

This text has black color on #8883AE background.


White color preview on #8883AE background

This text has white color on #8883AE background.