COLOR #8D88AA

HEX: #8D88AA RGB: (141,136,170)

Color info

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

RGB color model

#8D88AA color RGB value is (141,136,170).

RGB: (141,136,170) (55%, 53%, 67%)

RGB channels and saturation

R 141 of 255 = 55%
G 136 of 255 = 53%
B 170 of 255 = 67%

141
136
170

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

Portions of RGB colors in percentages

R + G + B = 141 + 136 + 170 = 447 (100%)
R 141 of 447 ~ 31.54%
G 136 of 447 ~ 30.43%
B 170 of 447 ~ 38.03'%

%31.54
%30.43
%38.03

CMYK color model

#8D88AA color CMYK value is (17,20,0,33).

  • cyan value is 17.06%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (17,20,0,33)
C17M20Y0K33 (17%, 20%, 0%, 33%)
(0.17 / 0.20 / 0.00 / 0.33)

CMYK percentages

%17.06
%20
%0
%33.33

Codes

Color #8D88AA in popluar color models

8D 88 AA
RGB 141 136 170
HSL 249° 16.67% 60.00%
HSB/HSV 249° 20.00% 66.67%
CMYK 17.06% 20.00% 0.00%
33.33%

Color #8D88AA in popluar number systems.

HEX 8D 88 AA
Decimal 141 136 170
Binary 10001101 10001000 10101010
Octal 215 210 252

Shades and tints

Shades of #8D88AA

#8D88AA
(141,136,170)
#817C9B
(129,124,155)
#75708C
(117,112,140)
#69647D
(105,100,125)
#5D586E
(93,88,110)
#514C5F
(81,76,95)
#454050
(69,64,80)
#393441
(57,52,65)
#2D2832
(45,40,50)
#211C23
(33,28,35)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #8D88AA

#8D88AA
(141,136,170)
#9792B1
(151,146,177)
#A19CB8
(161,156,184)
#ABA6BF
(171,166,191)
#B5B0C6
(181,176,198)
#BFBACD
(191,186,205)
#C9C4D4
(201,196,212)
#D3CEDB
(211,206,219)
#DDD8E2
(221,216,226)
#E7E2E9
(231,226,233)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D88AA color. Also use rgb(141,136,170) instead hex code.

Text Font Color

.myTextColor { color: #8D88AA; }

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

This text font color is #8D88AA.

Background Color

.myBgColor { background-color: #8D88AA; }

<div style="background-color:#8D88AA">Inner text</div>

This div background color is #8D88AA.

Border color

.myBorderColor { border: 1px solid #8D88AA; }

<div style="border:3px solid #8D88AA">Div</div>

This div border color is #8D88AA.

Opacity

.myOpacity80 { color: #8D88AA; opacity: 0.8; }

<p style="color:#8D88AA;opacity:0.8;">80%</p>

Text with #8D88AA 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 #8D88AA;}

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

This text has shadow with #8D88AA color.


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

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

This text has shadow with #8D88AA primary color and red secondary color.


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

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

This text has shadow with #8D88AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8D88AA.

Preview

Color preview on black background

This text has color #8D88AA on black background.


Color preview on white background

This text has color #8D88AA on white background.


Black color preview on #8D88AA background

This text has black color on #8D88AA background.


White color preview on #8D88AA background

This text has white color on #8D88AA background.


Related colors

Complementary color

Complementary color for #hex is #727755.


I love getcolorcode.com

Triadic colors

1 #AA8D88 and #88AA8D with #8D88AA are triadic colors.

2 #AA888D and #888DAA with #8D88AA are triadic colors.