COLOR #7E5E87

HEX: #7E5E87
RGB: (126,94,135)

Color info

#7E5E87 contains red, green and blue colors in about the same proportion. Web safe color of #7E5E87 is #666699 (or #669).

RGB color model

#7E5E87 color RGB value is (126,94,135).

  • red value is 126;
  • green value is 94;
  • blue value is 135.
RGB:
(126,94,135)
(49%,37%,53%)

RGB channels and saturation

R 126 of 255 = 49%
G 94 of 255 = 37%
B 135 of 255 = 53%

126
94
135

R + G + B ~ 46%. #7E5E87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 94 + 135 = 355 (100%)
R 126 of 355 ~ 35.49%
G 94 of 355 ~ 26.48%
B 135 of 355 ~ 38.03%

%35.49
%26.48
%38.03

CMYK color model

#7E5E87 color CMYK value is (7,30,0,47).

  • cyan value is 6.67%
  • magenta value is 30.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(7,30,0,47)
C7M30Y0K47 
(7%,30%,0%,47%)
(0.07/0.30/0.00/0.47)	

CMYK percentages

%6.67
%30.37
%0
%47.06

Codes

Color #7E5E87 in popluar color models

7E5E87
RGB12694135
HSL287°17.90%44.90%
HSB/HSV287°30.37%52.94%
CMYK6.67%30.37%0.00%
47.06%

Color #7E5E87 in popluar number systems.

HEX7E5E87
Decimal12694135
Binary1111110101111010000111
Octal176136207

Shades and tints

Shades of #7E5E87

#7E5E87
(126,94,135)
#73567B
(115,86,123)
#684E6F
(104,78,111)
#5D4663
(93,70,99)
#523E57
(82,62,87)
#47364B
(71,54,75)
#3C2E3F
(60,46,63)
#312633
(49,38,51)
#261E27
(38,30,39)
#1B161B
(27,22,27)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #7E5E87

#7E5E87
(126,94,135)
#896C91
(137,108,145)
#947A9B
(148,122,155)
#9F88A5
(159,136,165)
#AA96AF
(170,150,175)
#B5A4B9
(181,164,185)
#C0B2C3
(192,178,195)
#CBC0CD
(203,192,205)
#D6CED7
(214,206,215)
#E1DCE1
(225,220,225)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5E87 color. Also use rgb(126,94,135) instead hex code.

Text Font Color

.myTextColor { color: #7E5E87; }

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

This text font color is #7E5E87.


Background Color

.myBgColor { background-color: #7E5E87; }

<div style="background-color:#7E5E87">Inner text</div>

This div background color is #7E5E87.


Border color

.myBorderColor { border: 1px solid #7E5E87; }

<div style="border:3px solid #7E5E87">Div</div>

This div border color is #7E5E87.


Opacity

.myOpacity80 { color: #7E5E87; opacity: 0.8; }

<p style="color:#7E5E87;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E5E87 color.

.textShadow {text-shadow: 3px 3px 1px #7E5E87, 3px 3px 1px red;}

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

This text has shadow with #7E5E87 primary color and red secondary color.


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

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

This text has shadow with #7E5E87 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5E87 on black background.


Color preview on white background

This text has color #7E5E87 on white background.



Black color preview on #7E5E87 background

This text has black color on #7E5E87 background.


White color preview on #7E5E87 background

This text has white color on #7E5E87 background.