COLOR #8885A4

HEX: #8885A4 RGB: (136,133,164)

Color info

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

RGB color model

#8885A4 color RGB value is (136,133,164).

RGB: (136,133,164) (53%, 52%, 64%)

RGB channels and saturation

R 136 of 255 = 53%
G 133 of 255 = 52%
B 164 of 255 = 64%

136
133
164

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

Portions of RGB colors in percentages

R + G + B = 136 + 133 + 164 = 433 (100%)
R 136 of 433 ~ 31.41%
G 133 of 433 ~ 30.72%
B 164 of 433 ~ 37.88'%

%31.41
%30.72
%37.88

CMYK color model

#8885A4 color CMYK value is (17,19,0,36).

  • cyan value is 17.07%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (17,19,0,36)
C17M19Y0K36 (17%, 19%, 0%, 36%)
(0.17 / 0.19 / 0.00 / 0.36)

CMYK percentages

%17.07
%18.9
%0
%35.69

Codes

Color #8885A4 in popluar color models

88 85 A4
RGB 136 133 164
HSL 246° 14.55% 58.24%
HSB/HSV 246° 18.90% 64.31%
CMYK 17.07% 18.90% 0.00%
35.69%

Color #8885A4 in popluar number systems.

HEX 88 85 A4
Decimal 136 133 164
Binary 10001000 10000101 10100100
Octal 210 205 244

Shades and tints

Shades of #8885A4

#8885A4
(136,133,164)
#7C7996
(124,121,150)
#706D88
(112,109,136)
#64617A
(100,97,122)
#58556C
(88,85,108)
#4C495E
(76,73,94)
#403D50
(64,61,80)
#343142
(52,49,66)
#282534
(40,37,52)
#1C1926
(28,25,38)
#100D18
(16,13,24)
#000000
(0,0,0)

Tints of #8885A4

#8885A4
(136,133,164)
#9290AC
(146,144,172)
#9C9BB4
(156,155,180)
#A6A6BC
(166,166,188)
#B0B1C4
(176,177,196)
#BABCCC
(186,188,204)
#C4C7D4
(196,199,212)
#CED2DC
(206,210,220)
#D8DDE4
(216,221,228)
#E2E8EC
(226,232,236)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8885A4; }

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

This text font color is #8885A4.

Background Color

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

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

This div background color is #8885A4.

Border color

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

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

This div border color is #8885A4.

Opacity

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

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

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

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

This text has shadow with #8885A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8885A4.

Preview

Color preview on black background

This text has color #8885A4 on black background.


Color preview on white background

This text has color #8885A4 on white background.


Black color preview on #8885A4 background

This text has black color on #8885A4 background.


White color preview on #8885A4 background

This text has white color on #8885A4 background.


Related colors

Complementary color

Complementary color for #hex is #777A5B.


I love getcolorcode.com

Triadic colors

1 #A48885 and #85A488 with #8885A4 are triadic colors.

2 #A48588 and #8588A4 with #8885A4 are triadic colors.