COLOR #8D809A

HEX: #8D809A RGB: (141,128,154)

Color info

#8D809A contains red, green and blue colors in about the same proportion. Web safe color of #8D809A is #996699 (or #969).

RGB color model

#8D809A color RGB value is (141,128,154).

RGB: (141,128,154) (55%, 50%, 60%)

RGB channels and saturation

R 141 of 255 = 55%
G 128 of 255 = 50%
B 154 of 255 = 60%

141
128
154

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

Portions of RGB colors in percentages

R + G + B = 141 + 128 + 154 = 423 (100%)
R 141 of 423 ~ 33.33%
G 128 of 423 ~ 30.26%
B 154 of 423 ~ 36.41'%

%33.33
%30.26
%36.41

CMYK color model

#8D809A color CMYK value is (8,17,0,40).

  • cyan value is 8.44%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (8,17,0,40)
C8M17Y0K40 (8%, 17%, 0%, 40%)
(0.08 / 0.17 / 0.00 / 0.40)

CMYK percentages

%8.44
%16.88
%0
%39.61

Codes

Color #8D809A in popluar color models

8D 80 9A
RGB 141 128 154
HSL 270° 11.40% 55.29%
HSB/HSV 270° 16.88% 60.39%
CMYK 8.44% 16.88% 0.00%
39.61%

Color #8D809A in popluar number systems.

HEX 8D 80 9A
Decimal 141 128 154
Binary 10001101 10000000 10011010
Octal 215 200 232

Shades and tints

Shades of #8D809A

#8D809A
(141,128,154)
#81758C
(129,117,140)
#756A7E
(117,106,126)
#695F70
(105,95,112)
#5D5462
(93,84,98)
#514954
(81,73,84)
#453E46
(69,62,70)
#393338
(57,51,56)
#2D282A
(45,40,42)
#211D1C
(33,29,28)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #8D809A

#8D809A
(141,128,154)
#978BA3
(151,139,163)
#A196AC
(161,150,172)
#ABA1B5
(171,161,181)
#B5ACBE
(181,172,190)
#BFB7C7
(191,183,199)
#C9C2D0
(201,194,208)
#D3CDD9
(211,205,217)
#DDD8E2
(221,216,226)
#E7E3EB
(231,227,235)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D809A color. Also use rgb(141,128,154) instead hex code.

Text Font Color

.myTextColor { color: #8D809A; }

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

This text font color is #8D809A.

Background Color

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

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

This div background color is #8D809A.

Border color

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

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

This div border color is #8D809A.

Opacity

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

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

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

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

This text has shadow with #8D809A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D809A.

Preview

Color preview on black background

This text has color #8D809A on black background.


Color preview on white background

This text has color #8D809A on white background.


Black color preview on #8D809A background

This text has black color on #8D809A background.


White color preview on #8D809A background

This text has white color on #8D809A background.


Related colors

Complementary color

Complementary color for #hex is #727F65.


I love getcolorcode.com

Triadic colors

1 #9A8D80 and #809A8D with #8D809A are triadic colors.

2 #9A808D and #808D9A with #8D809A are triadic colors.