COLOR #8D7C99

HEX: #8D7C99
RGB: (141,124,153)

Color info

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

RGB color model

#8D7C99 color RGB value is (141,124,153).

  • red value is 141;
  • green value is 124;
  • blue value is 153.
RGB:
(141,124,153)
(55%,49%,60%)

RGB channels and saturation

R 141 of 255 = 55%
G 124 of 255 = 49%
B 153 of 255 = 60%

141
124
153

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

Portions of RGB colors in percentages

R + G + B =
141 + 124 + 153 = 418 (100%)
R 141 of 418 ~ 33.73%
G 124 of 418 ~ 29.67%
B 153 of 418 ~ 36.6%

%33.73
%29.67
%36.6

CMYK color model

#8D7C99 color CMYK value is (8,19,0,40).

  • cyan value is 7.84%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(8,19,0,40)
C8M19Y0K40 
(8%,19%,0%,40%)
(0.08/0.19/0.00/0.40)	

CMYK percentages

%7.84
%18.95
%0
%40

Codes

Color #8D7C99 in popluar color models

8D7C99
RGB141124153
HSL275°12.45%54.31%
HSB/HSV275°18.95%60.00%
CMYK7.84%18.95%0.00%
40.00%

Color #8D7C99 in popluar number systems.

HEX8D7C99
Decimal141124153
Binary10001101111110010011001
Octal215174231

Shades and tints

Shades of #8D7C99

#8D7C99
(141,124,153)
#81718C
(129,113,140)
#75667F
(117,102,127)
#695B72
(105,91,114)
#5D5065
(93,80,101)
#514558
(81,69,88)
#453A4B
(69,58,75)
#392F3E
(57,47,62)
#2D2431
(45,36,49)
#211924
(33,25,36)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #8D7C99

#8D7C99
(141,124,153)
#9787A2
(151,135,162)
#A192AB
(161,146,171)
#AB9DB4
(171,157,180)
#B5A8BD
(181,168,189)
#BFB3C6
(191,179,198)
#C9BECF
(201,190,207)
#D3C9D8
(211,201,216)
#DDD4E1
(221,212,225)
#E7DFEA
(231,223,234)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7C99 color. Also use rgb(141,124,153) instead hex code.

Text Font Color

.myTextColor { color: #8D7C99; }

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

This text font color is #8D7C99.


Background Color

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

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

This div background color is #8D7C99.


Border color

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

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

This div border color is #8D7C99.


Opacity

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

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

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

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

This text has shadow with #8D7C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7C99 on black background.


Color preview on white background

This text has color #8D7C99 on white background.



Black color preview on #8D7C99 background

This text has black color on #8D7C99 background.


White color preview on #8D7C99 background

This text has white color on #8D7C99 background.