COLOR #8D7185

HEX: #8D7185
RGB: (141,113,133)

Color info

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

RGB color model

#8D7185 color RGB value is (141,113,133).

  • red value is 141;
  • green value is 113;
  • blue value is 133.
RGB:
(141,113,133)
(55%,44%,52%)

RGB channels and saturation

R 141 of 255 = 55%
G 113 of 255 = 44%
B 133 of 255 = 52%

141
113
133

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

Portions of RGB colors in percentages

R + G + B =
141 + 113 + 133 = 387 (100%)
R 141 of 387 ~ 36.43%
G 113 of 387 ~ 29.2%
B 133 of 387 ~ 34.37%

%36.43
%29.2
%34.37

CMYK color model

#8D7185 color CMYK value is (0,20,6,45).

  • cyan value is 0.00%
  • magenta value is 19.86%
  • yellow value is 5.67%
  • key color value is 44.71%
CMYK:
(0,20,6,45)
C0M20Y6K45 
(0%,20%,6%,45%)
(0.00/0.20/0.06/0.45)	

CMYK percentages

%0
%19.86
%5.67
%44.71

Codes

Color #8D7185 in popluar color models

8D7185
RGB141113133
HSL317°11.02%49.80%
HSB/HSV317°19.86%55.29%
CMYK0.00%19.86%5.67%
44.71%

Color #8D7185 in popluar number systems.

HEX8D7185
Decimal141113133
Binary10001101111000110000101
Octal215161205

Shades and tints

Shades of #8D7185

#8D7185
(141,113,133)
#816779
(129,103,121)
#755D6D
(117,93,109)
#695361
(105,83,97)
#5D4955
(93,73,85)
#513F49
(81,63,73)
#45353D
(69,53,61)
#392B31
(57,43,49)
#2D2125
(45,33,37)
#211719
(33,23,25)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #8D7185

#8D7185
(141,113,133)
#977D90
(151,125,144)
#A1899B
(161,137,155)
#AB95A6
(171,149,166)
#B5A1B1
(181,161,177)
#BFADBC
(191,173,188)
#C9B9C7
(201,185,199)
#D3C5D2
(211,197,210)
#DDD1DD
(221,209,221)
#E7DDE8
(231,221,232)
#F1E9F3
(241,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7185 color. Also use rgb(141,113,133) instead hex code.

Text Font Color

.myTextColor { color: #8D7185; }

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

This text font color is #8D7185.


Background Color

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

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

This div background color is #8D7185.


Border color

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

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

This div border color is #8D7185.


Opacity

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

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

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

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

This text has shadow with #8D7185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7185 on black background.


Color preview on white background

This text has color #8D7185 on white background.



Black color preview on #8D7185 background

This text has black color on #8D7185 background.


White color preview on #8D7185 background

This text has white color on #8D7185 background.