COLOR #8E526C

HEX: #8E526C
RGB: (142,82,108)

Color info

#8E526C contains mainly red and blue colors. Web safe color of #8E526C is #996666 (or #966).

RGB color model

#8E526C color RGB value is (142,82,108).

  • red value is 142;
  • green value is 82;
  • blue value is 108.
RGB:
(142,82,108)
(56%,32%,42%)

RGB channels and saturation

R 142 of 255 = 56%
G 82 of 255 = 32%
B 108 of 255 = 42%

142
82
108

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

Portions of RGB colors in percentages

R + G + B =
142 + 82 + 108 = 332 (100%)
R 142 of 332 ~ 42.77%
G 82 of 332 ~ 24.7%
B 108 of 332 ~ 32.53%

%42.77
%24.7
%32.53

CMYK color model

#8E526C color CMYK value is (0,42,24,44).

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 23.94%
  • key color value is 44.31%
CMYK:
(0,42,24,44)
C0M42Y24K44 
(0%,42%,24%,44%)
(0.00/0.42/0.24/0.44)	

CMYK percentages

%0
%42.25
%23.94
%44.31

Codes

Color #8E526C in popluar color models

8E526C
RGB14282108
HSL334°26.79%43.92%
HSB/HSV334°42.25%55.69%
CMYK0.00%42.25%23.94%
44.31%

Color #8E526C in popluar number systems.

HEX8E526C
Decimal14282108
Binary1000111010100101101100
Octal216122154

Shades and tints

Shades of #8E526C

#8E526C
(142,82,108)
#824B63
(130,75,99)
#76445A
(118,68,90)
#6A3D51
(106,61,81)
#5E3648
(94,54,72)
#522F3F
(82,47,63)
#462836
(70,40,54)
#3A212D
(58,33,45)
#2E1A24
(46,26,36)
#22131B
(34,19,27)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #8E526C

#8E526C
(142,82,108)
#986179
(152,97,121)
#A27086
(162,112,134)
#AC7F93
(172,127,147)
#B68EA0
(182,142,160)
#C09DAD
(192,157,173)
#CAACBA
(202,172,186)
#D4BBC7
(212,187,199)
#DECAD4
(222,202,212)
#E8D9E1
(232,217,225)
#F2E8EE
(242,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E526C color. Also use rgb(142,82,108) instead hex code.

Text Font Color

.myTextColor { color: #8E526C; }

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

This text font color is #8E526C.


Background Color

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

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

This div background color is #8E526C.


Border color

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

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

This div border color is #8E526C.


Opacity

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

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

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

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

This text has shadow with #8E526C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E526C on black background.


Color preview on white background

This text has color #8E526C on white background.



Black color preview on #8E526C background

This text has black color on #8E526C background.


White color preview on #8E526C background

This text has white color on #8E526C background.