COLOR #7E648E

HEX: #7E648E
RGB: (126,100,142)

Color info

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

RGB color model

#7E648E color RGB value is (126,100,142).

  • red value is 126;
  • green value is 100;
  • blue value is 142.
RGB:
(126,100,142)
(49%,39%,56%)

RGB channels and saturation

R 126 of 255 = 49%
G 100 of 255 = 39%
B 142 of 255 = 56%

126
100
142

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

Portions of RGB colors in percentages

R + G + B =
126 + 100 + 142 = 368 (100%)
R 126 of 368 ~ 34.24%
G 100 of 368 ~ 27.17%
B 142 of 368 ~ 38.59%

%34.24
%27.17
%38.59

CMYK color model

#7E648E color CMYK value is (11,30,0,44).

  • cyan value is 11.27%
  • magenta value is 29.58%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(11,30,0,44)
C11M30Y0K44 
(11%,30%,0%,44%)
(0.11/0.30/0.00/0.44)	

CMYK percentages

%11.27
%29.58
%0
%44.31

Codes

Color #7E648E in popluar color models

7E648E
RGB126100142
HSL277°17.36%47.45%
HSB/HSV277°29.58%55.69%
CMYK11.27%29.58%0.00%
44.31%

Color #7E648E in popluar number systems.

HEX7E648E
Decimal126100142
Binary1111110110010010001110
Octal176144216

Shades and tints

Shades of #7E648E

#7E648E
(126,100,142)
#735B82
(115,91,130)
#685276
(104,82,118)
#5D496A
(93,73,106)
#52405E
(82,64,94)
#473752
(71,55,82)
#3C2E46
(60,46,70)
#31253A
(49,37,58)
#261C2E
(38,28,46)
#1B1322
(27,19,34)
#100A16
(16,10,22)
#000000
(0,0,0)

Tints of #7E648E

#7E648E
(126,100,142)
#897298
(137,114,152)
#9480A2
(148,128,162)
#9F8EAC
(159,142,172)
#AA9CB6
(170,156,182)
#B5AAC0
(181,170,192)
#C0B8CA
(192,184,202)
#CBC6D4
(203,198,212)
#D6D4DE
(214,212,222)
#E1E2E8
(225,226,232)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E648E color. Also use rgb(126,100,142) instead hex code.

Text Font Color

.myTextColor { color: #7E648E; }

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

This text font color is #7E648E.


Background Color

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

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

This div background color is #7E648E.


Border color

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

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

This div border color is #7E648E.


Opacity

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

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

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

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

This text has shadow with #7E648E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E648E on black background.


Color preview on white background

This text has color #7E648E on white background.



Black color preview on #7E648E background

This text has black color on #7E648E background.


White color preview on #7E648E background

This text has white color on #7E648E background.