COLOR #8884AB

HEX: #8884AB
RGB: (136,132,171)

Color info

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

RGB color model

#8884AB color RGB value is (136,132,171).

  • red value is 136;
  • green value is 132;
  • blue value is 171.
RGB:
(136,132,171)
(53%,52%,67%)

RGB channels and saturation

R 136 of 255 = 53%
G 132 of 255 = 52%
B 171 of 255 = 67%

136
132
171

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

Portions of RGB colors in percentages

R + G + B =
136 + 132 + 171 = 439 (100%)
R 136 of 439 ~ 30.98%
G 132 of 439 ~ 30.07%
B 171 of 439 ~ 38.95%

%30.98
%30.07
%38.95

CMYK color model

#8884AB color CMYK value is (20,23,0,33).

  • cyan value is 20.47%
  • magenta value is 22.81%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(20,23,0,33)
C20M23Y0K33 
(20%,23%,0%,33%)
(0.20/0.23/0.00/0.33)	

CMYK percentages

%20.47
%22.81
%0
%32.94

Codes

Color #8884AB in popluar color models

8884AB
RGB136132171
HSL246°18.84%59.41%
HSB/HSV246°22.81%67.06%
CMYK20.47%22.81%0.00%
32.94%

Color #8884AB in popluar number systems.

HEX8884AB
Decimal136132171
Binary100010001000010010101011
Octal210204253

Shades and tints

Shades of #8884AB

#8884AB
(136,132,171)
#7C789C
(124,120,156)
#706C8D
(112,108,141)
#64607E
(100,96,126)
#58546F
(88,84,111)
#4C4860
(76,72,96)
#403C51
(64,60,81)
#343042
(52,48,66)
#282433
(40,36,51)
#1C1824
(28,24,36)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #8884AB

#8884AB
(136,132,171)
#928FB2
(146,143,178)
#9C9AB9
(156,154,185)
#A6A5C0
(166,165,192)
#B0B0C7
(176,176,199)
#BABBCE
(186,187,206)
#C4C6D5
(196,198,213)
#CED1DC
(206,209,220)
#D8DCE3
(216,220,227)
#E2E7EA
(226,231,234)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8884AB color. Also use rgb(136,132,171) instead hex code.

Text Font Color

.myTextColor { color: #8884AB; }

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

This text font color is #8884AB.


Background Color

.myBgColor { background-color: #8884AB; }

<div style="background-color:#8884AB">Inner text</div>

This div background color is #8884AB.


Border color

.myBorderColor { border: 1px solid #8884AB; }

<div style="border:3px solid #8884AB">Div</div>

This div border color is #8884AB.


Opacity

.myOpacity80 { color: #8884AB; opacity: 0.8; }

<p style="color:#8884AB;opacity:0.8;">80%</p>

Text with #8884AB 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 #8884AB;}

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

This text has shadow with #8884AB color.

.textShadow {text-shadow: 3px 3px 1px #8884AB, 3px 3px 1px red;}

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

This text has shadow with #8884AB primary color and red secondary color.


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

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

This text has shadow with #8884AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8884AB on black background.


Color preview on white background

This text has color #8884AB on white background.



Black color preview on #8884AB background

This text has black color on #8884AB background.


White color preview on #8884AB background

This text has white color on #8884AB background.