COLOR #7E648A

HEX: #7E648A
RGB: (126,100,138)

Color info

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

RGB color model

#7E648A color RGB value is (126,100,138).

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

RGB channels and saturation

R 126 of 255 = 49%
G 100 of 255 = 39%
B 138 of 255 = 54%

126
100
138

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

Portions of RGB colors in percentages

R + G + B =
126 + 100 + 138 = 364 (100%)
R 126 of 364 ~ 34.62%
G 100 of 364 ~ 27.47%
B 138 of 364 ~ 37.91%

%34.62
%27.47
%37.91

CMYK color model

#7E648A color CMYK value is (9,28,0,46).

  • cyan value is 8.70%
  • magenta value is 27.54%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(9,28,0,46)
C9M28Y0K46 
(9%,28%,0%,46%)
(0.09/0.28/0.00/0.46)	

CMYK percentages

%8.7
%27.54
%0
%45.88

Codes

Color #7E648A in popluar color models

7E648A
RGB126100138
HSL281°15.97%46.67%
HSB/HSV281°27.54%54.12%
CMYK8.70%27.54%0.00%
45.88%

Color #7E648A in popluar number systems.

HEX7E648A
Decimal126100138
Binary1111110110010010001010
Octal176144212

Shades and tints

Shades of #7E648A

#7E648A
(126,100,138)
#735B7E
(115,91,126)
#685272
(104,82,114)
#5D4966
(93,73,102)
#52405A
(82,64,90)
#47374E
(71,55,78)
#3C2E42
(60,46,66)
#312536
(49,37,54)
#261C2A
(38,28,42)
#1B131E
(27,19,30)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #7E648A

#7E648A
(126,100,138)
#897294
(137,114,148)
#94809E
(148,128,158)
#9F8EA8
(159,142,168)
#AA9CB2
(170,156,178)
#B5AABC
(181,170,188)
#C0B8C6
(192,184,198)
#CBC6D0
(203,198,208)
#D6D4DA
(214,212,218)
#E1E2E4
(225,226,228)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E648A; }

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

This text font color is #7E648A.


Background Color

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

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

This div background color is #7E648A.


Border color

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

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

This div border color is #7E648A.


Opacity

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

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

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

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

This text has shadow with #7E648A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E648A on black background.


Color preview on white background

This text has color #7E648A on white background.



Black color preview on #7E648A background

This text has black color on #7E648A background.


White color preview on #7E648A background

This text has white color on #7E648A background.