COLOR #8D5266

HEX: #8D5266
RGB: (141,82,102)

Color info

#8D5266 contains red, green and blue colors in about the same proportion. Web safe color of #8D5266 is #996666 (or #966).

RGB color model

#8D5266 color RGB value is (141,82,102).

  • red value is 141;
  • green value is 82;
  • blue value is 102.
RGB:
(141,82,102)
(55%,32%,40%)

RGB channels and saturation

R 141 of 255 = 55%
G 82 of 255 = 32%
B 102 of 255 = 40%

141
82
102

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

Portions of RGB colors in percentages

R + G + B =
141 + 82 + 102 = 325 (100%)
R 141 of 325 ~ 43.38%
G 82 of 325 ~ 25.23%
B 102 of 325 ~ 31.38%

%43.38
%25.23
%31.38

CMYK color model

#8D5266 color CMYK value is (0,42,28,45).

  • cyan value is 0.00%
  • magenta value is 41.84%
  • yellow value is 27.66%
  • key color value is 44.71%
CMYK:
(0,42,28,45)
C0M42Y28K45 
(0%,42%,28%,45%)
(0.00/0.42/0.28/0.45)	

CMYK percentages

%0
%41.84
%27.66
%44.71

Codes

Color #8D5266 in popluar color models

8D5266
RGB14182102
HSL340°26.46%43.73%
HSB/HSV340°41.84%55.29%
CMYK0.00%41.84%27.66%
44.71%

Color #8D5266 in popluar number systems.

HEX8D5266
Decimal14182102
Binary1000110110100101100110
Octal215122146

Shades and tints

Shades of #8D5266

#8D5266
(141,82,102)
#814B5D
(129,75,93)
#754454
(117,68,84)
#693D4B
(105,61,75)
#5D3642
(93,54,66)
#512F39
(81,47,57)
#452830
(69,40,48)
#392127
(57,33,39)
#2D1A1E
(45,26,30)
#211315
(33,19,21)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #8D5266

#8D5266
(141,82,102)
#976173
(151,97,115)
#A17080
(161,112,128)
#AB7F8D
(171,127,141)
#B58E9A
(181,142,154)
#BF9DA7
(191,157,167)
#C9ACB4
(201,172,180)
#D3BBC1
(211,187,193)
#DDCACE
(221,202,206)
#E7D9DB
(231,217,219)
#F1E8E8
(241,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5266 color. Also use rgb(141,82,102) instead hex code.

Text Font Color

.myTextColor { color: #8D5266; }

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

This text font color is #8D5266.


Background Color

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

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

This div background color is #8D5266.


Border color

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

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

This div border color is #8D5266.


Opacity

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

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

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

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

This text has shadow with #8D5266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5266 on black background.


Color preview on white background

This text has color #8D5266 on white background.



Black color preview on #8D5266 background

This text has black color on #8D5266 background.


White color preview on #8D5266 background

This text has white color on #8D5266 background.