COLOR #8883AD

HEX: #8883AD
RGB: (136,131,173)

Color info

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

RGB color model

#8883AD color RGB value is (136,131,173).

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

RGB channels and saturation

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

136
131
173

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

Portions of RGB colors in percentages

R + G + B =
136 + 131 + 173 = 440 (100%)
R 136 of 440 ~ 30.91%
G 131 of 440 ~ 29.77%
B 173 of 440 ~ 39.32%

%30.91
%29.77
%39.32

CMYK color model

#8883AD color CMYK value is (21,24,0,32).

  • cyan value is 21.39%
  • magenta value is 24.28%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(21,24,0,32)
C21M24Y0K32 
(21%,24%,0%,32%)
(0.21/0.24/0.00/0.32)	

CMYK percentages

%21.39
%24.28
%0
%32.16

Codes

Color #8883AD in popluar color models

8883AD
RGB136131173
HSL247°20.39%59.61%
HSB/HSV247°24.28%67.84%
CMYK21.39%24.28%0.00%
32.16%

Color #8883AD in popluar number systems.

HEX8883AD
Decimal136131173
Binary100010001000001110101101
Octal210203255

Shades and tints

Shades of #8883AD

#8883AD
(136,131,173)
#7C789E
(124,120,158)
#706D8F
(112,109,143)
#646280
(100,98,128)
#585771
(88,87,113)
#4C4C62
(76,76,98)
#404153
(64,65,83)
#343644
(52,54,68)
#282B35
(40,43,53)
#1C2026
(28,32,38)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #8883AD

#8883AD
(136,131,173)
#928EB4
(146,142,180)
#9C99BB
(156,153,187)
#A6A4C2
(166,164,194)
#B0AFC9
(176,175,201)
#BABAD0
(186,186,208)
#C4C5D7
(196,197,215)
#CED0DE
(206,208,222)
#D8DBE5
(216,219,229)
#E2E6EC
(226,230,236)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8883AD; }

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

This text font color is #8883AD.


Background Color

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

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

This div background color is #8883AD.


Border color

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

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

This div border color is #8883AD.


Opacity

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

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

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

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

This text has shadow with #8883AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8883AD on black background.


Color preview on white background

This text has color #8883AD on white background.



Black color preview on #8883AD background

This text has black color on #8883AD background.


White color preview on #8883AD background

This text has white color on #8883AD background.