COLOR #7E658A

HEX: #7E658A
RGB: (126,101,138)

Color info

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

RGB color model

#7E658A color RGB value is (126,101,138).

  • red value is 126;
  • green value is 101;
  • blue value is 138.
RGB:
(126,101,138)
(49%,40%,54%)

RGB channels and saturation

R 126 of 255 = 49%
G 101 of 255 = 40%
B 138 of 255 = 54%

126
101
138

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

Portions of RGB colors in percentages

R + G + B =
126 + 101 + 138 = 365 (100%)
R 126 of 365 ~ 34.52%
G 101 of 365 ~ 27.67%
B 138 of 365 ~ 37.81%

%34.52
%27.67
%37.81

CMYK color model

#7E658A color CMYK value is (9,27,0,46).

  • cyan value is 8.70%
  • magenta value is 26.81%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(9,27,0,46)
C9M27Y0K46 
(9%,27%,0%,46%)
(0.09/0.27/0.00/0.46)	

CMYK percentages

%8.7
%26.81
%0
%45.88

Codes

Color #7E658A in popluar color models

7E658A
RGB126101138
HSL281°15.48%46.86%
HSB/HSV281°26.81%54.12%
CMYK8.70%26.81%0.00%
45.88%

Color #7E658A in popluar number systems.

HEX7E658A
Decimal126101138
Binary1111110110010110001010
Octal176145212

Shades and tints

Shades of #7E658A

#7E658A
(126,101,138)
#735C7E
(115,92,126)
#685372
(104,83,114)
#5D4A66
(93,74,102)
#52415A
(82,65,90)
#47384E
(71,56,78)
#3C2F42
(60,47,66)
#312636
(49,38,54)
#261D2A
(38,29,42)
#1B141E
(27,20,30)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #7E658A

#7E658A
(126,101,138)
#897394
(137,115,148)
#94819E
(148,129,158)
#9F8FA8
(159,143,168)
#AA9DB2
(170,157,178)
#B5ABBC
(181,171,188)
#C0B9C6
(192,185,198)
#CBC7D0
(203,199,208)
#D6D5DA
(214,213,218)
#E1E3E4
(225,227,228)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E658A color. Also use rgb(126,101,138) instead hex code.

Text Font Color

.myTextColor { color: #7E658A; }

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

This text font color is #7E658A.


Background Color

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

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

This div background color is #7E658A.


Border color

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

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

This div border color is #7E658A.


Opacity

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

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

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

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

This text has shadow with #7E658A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E658A on black background.


Color preview on white background

This text has color #7E658A on white background.



Black color preview on #7E658A background

This text has black color on #7E658A background.


White color preview on #7E658A background

This text has white color on #7E658A background.