COLOR #8D6988

HEX: #8D6988
RGB: (141,105,136)

Color info

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

RGB color model

#8D6988 color RGB value is (141,105,136).

  • red value is 141;
  • green value is 105;
  • blue value is 136.
RGB:
(141,105,136)
(55%,41%,53%)

RGB channels and saturation

R 141 of 255 = 55%
G 105 of 255 = 41%
B 136 of 255 = 53%

141
105
136

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

Portions of RGB colors in percentages

R + G + B =
141 + 105 + 136 = 382 (100%)
R 141 of 382 ~ 36.91%
G 105 of 382 ~ 27.49%
B 136 of 382 ~ 35.6%

%36.91
%27.49
%35.6

CMYK color model

#8D6988 color CMYK value is (0,26,4,45).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 3.55%
  • key color value is 44.71%
CMYK:
(0,26,4,45)
C0M26Y4K45 
(0%,26%,4%,45%)
(0.00/0.26/0.04/0.45)	

CMYK percentages

%0
%25.53
%3.55
%44.71

Codes

Color #8D6988 in popluar color models

8D6988
RGB141105136
HSL308°14.63%48.24%
HSB/HSV308°25.53%55.29%
CMYK0.00%25.53%3.55%
44.71%

Color #8D6988 in popluar number systems.

HEX8D6988
Decimal141105136
Binary10001101110100110001000
Octal215151210

Shades and tints

Shades of #8D6988

#8D6988
(141,105,136)
#81607C
(129,96,124)
#755770
(117,87,112)
#694E64
(105,78,100)
#5D4558
(93,69,88)
#513C4C
(81,60,76)
#453340
(69,51,64)
#392A34
(57,42,52)
#2D2128
(45,33,40)
#21181C
(33,24,28)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #8D6988

#8D6988
(141,105,136)
#977692
(151,118,146)
#A1839C
(161,131,156)
#AB90A6
(171,144,166)
#B59DB0
(181,157,176)
#BFAABA
(191,170,186)
#C9B7C4
(201,183,196)
#D3C4CE
(211,196,206)
#DDD1D8
(221,209,216)
#E7DEE2
(231,222,226)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6988; }

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

This text font color is #8D6988.


Background Color

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

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

This div background color is #8D6988.


Border color

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

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

This div border color is #8D6988.


Opacity

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

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

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

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

This text has shadow with #8D6988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6988 on black background.


Color preview on white background

This text has color #8D6988 on white background.



Black color preview on #8D6988 background

This text has black color on #8D6988 background.


White color preview on #8D6988 background

This text has white color on #8D6988 background.