COLOR #8885AD

HEX: #8885AD
RGB: (136,133,173)

Color info

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

RGB color model

#8885AD color RGB value is (136,133,173).

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

RGB channels and saturation

R 136 of 255 = 53%
G 133 of 255 = 52%
B 173 of 255 = 68%

136
133
173

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

Portions of RGB colors in percentages

R + G + B =
136 + 133 + 173 = 442 (100%)
R 136 of 442 ~ 30.77%
G 133 of 442 ~ 30.09%
B 173 of 442 ~ 39.14%

%30.77
%30.09
%39.14

CMYK color model

#8885AD color CMYK value is (21,23,0,32).

  • cyan value is 21.39%
  • magenta value is 23.12%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(21,23,0,32)
C21M23Y0K32 
(21%,23%,0%,32%)
(0.21/0.23/0.00/0.32)	

CMYK percentages

%21.39
%23.12
%0
%32.16

Codes

Color #8885AD in popluar color models

8885AD
RGB136133173
HSL245°19.61%60.00%
HSB/HSV245°23.12%67.84%
CMYK21.39%23.12%0.00%
32.16%

Color #8885AD in popluar number systems.

HEX8885AD
Decimal136133173
Binary100010001000010110101101
Octal210205255

Shades and tints

Shades of #8885AD

#8885AD
(136,133,173)
#7C799E
(124,121,158)
#706D8F
(112,109,143)
#646180
(100,97,128)
#585571
(88,85,113)
#4C4962
(76,73,98)
#403D53
(64,61,83)
#343144
(52,49,68)
#282535
(40,37,53)
#1C1926
(28,25,38)
#100D17
(16,13,23)
#000000
(0,0,0)

Tints of #8885AD

#8885AD
(136,133,173)
#9290B4
(146,144,180)
#9C9BBB
(156,155,187)
#A6A6C2
(166,166,194)
#B0B1C9
(176,177,201)
#BABCD0
(186,188,208)
#C4C7D7
(196,199,215)
#CED2DE
(206,210,222)
#D8DDE5
(216,221,229)
#E2E8EC
(226,232,236)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8885AD; }

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

This text font color is #8885AD.


Background Color

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

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

This div background color is #8885AD.


Border color

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

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

This div border color is #8885AD.


Opacity

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

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

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

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

This text has shadow with #8885AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8885AD on black background.


Color preview on white background

This text has color #8885AD on white background.



Black color preview on #8885AD background

This text has black color on #8885AD background.


White color preview on #8885AD background

This text has white color on #8885AD background.