COLOR #7E6291

HEX: #7E6291
RGB: (126,98,145)

Color info

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

RGB color model

#7E6291 color RGB value is (126,98,145).

  • red value is 126;
  • green value is 98;
  • blue value is 145.
RGB:
(126,98,145)
(49%,38%,57%)

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 145 of 255 = 57%

126
98
145

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

Portions of RGB colors in percentages

R + G + B =
126 + 98 + 145 = 369 (100%)
R 126 of 369 ~ 34.15%
G 98 of 369 ~ 26.56%
B 145 of 369 ~ 39.3%

%34.15
%26.56
%39.3

CMYK color model

#7E6291 color CMYK value is (13,32,0,43).

  • cyan value is 13.10%
  • magenta value is 32.41%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(13,32,0,43)
C13M32Y0K43 
(13%,32%,0%,43%)
(0.13/0.32/0.00/0.43)	

CMYK percentages

%13.1
%32.41
%0
%43.14

Codes

Color #7E6291 in popluar color models

7E6291
RGB12698145
HSL276°19.34%47.65%
HSB/HSV276°32.41%56.86%
CMYK13.10%32.41%0.00%
43.14%

Color #7E6291 in popluar number systems.

HEX7E6291
Decimal12698145
Binary1111110110001010010001
Octal176142221

Shades and tints

Shades of #7E6291

#7E6291
(126,98,145)
#735A84
(115,90,132)
#685277
(104,82,119)
#5D4A6A
(93,74,106)
#52425D
(82,66,93)
#473A50
(71,58,80)
#3C3243
(60,50,67)
#312A36
(49,42,54)
#262229
(38,34,41)
#1B1A1C
(27,26,28)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #7E6291

#7E6291
(126,98,145)
#89709B
(137,112,155)
#947EA5
(148,126,165)
#9F8CAF
(159,140,175)
#AA9AB9
(170,154,185)
#B5A8C3
(181,168,195)
#C0B6CD
(192,182,205)
#CBC4D7
(203,196,215)
#D6D2E1
(214,210,225)
#E1E0EB
(225,224,235)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6291 color. Also use rgb(126,98,145) instead hex code.

Text Font Color

.myTextColor { color: #7E6291; }

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

This text font color is #7E6291.


Background Color

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

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

This div background color is #7E6291.


Border color

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

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

This div border color is #7E6291.


Opacity

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

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

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

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

This text has shadow with #7E6291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6291 on black background.


Color preview on white background

This text has color #7E6291 on white background.



Black color preview on #7E6291 background

This text has black color on #7E6291 background.


White color preview on #7E6291 background

This text has white color on #7E6291 background.