COLOR #7E466B

HEX: #7E466B
RGB: (126,70,107)

Color info

#7E466B contains red, green and blue colors in about the same proportion. Web safe color of #7E466B is #663366 (or #636).

RGB color model

#7E466B color RGB value is (126,70,107).

  • red value is 126;
  • green value is 70;
  • blue value is 107.
RGB:
(126,70,107)
(49%,27%,42%)

RGB channels and saturation

R 126 of 255 = 49%
G 70 of 255 = 27%
B 107 of 255 = 42%

126
70
107

R + G + B ~ 39%. #7E466B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 70 + 107 = 303 (100%)
R 126 of 303 ~ 41.58%
G 70 of 303 ~ 23.1%
B 107 of 303 ~ 35.31%

%41.58
%23.1
%35.31

CMYK color model

#7E466B color CMYK value is (0,44,15,51).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 15.08%
  • key color value is 50.59%
CMYK:
(0,44,15,51)
C0M44Y15K51 
(0%,44%,15%,51%)
(0.00/0.44/0.15/0.51)	

CMYK percentages

%0
%44.44
%15.08
%50.59

Codes

Color #7E466B in popluar color models

7E466B
RGB12670107
HSL320°28.57%38.43%
HSB/HSV320°44.44%49.41%
CMYK0.00%44.44%15.08%
50.59%

Color #7E466B in popluar number systems.

HEX7E466B
Decimal12670107
Binary111111010001101101011
Octal176106153

Shades and tints

Shades of #7E466B

#7E466B
(126,70,107)
#734062
(115,64,98)
#683A59
(104,58,89)
#5D3450
(93,52,80)
#522E47
(82,46,71)
#47283E
(71,40,62)
#3C2235
(60,34,53)
#311C2C
(49,28,44)
#261623
(38,22,35)
#1B101A
(27,16,26)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #7E466B

#7E466B
(126,70,107)
#895678
(137,86,120)
#946685
(148,102,133)
#9F7692
(159,118,146)
#AA869F
(170,134,159)
#B596AC
(181,150,172)
#C0A6B9
(192,166,185)
#CBB6C6
(203,182,198)
#D6C6D3
(214,198,211)
#E1D6E0
(225,214,224)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E466B color. Also use rgb(126,70,107) instead hex code.

Text Font Color

.myTextColor { color: #7E466B; }

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

This text font color is #7E466B.


Background Color

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

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

This div background color is #7E466B.


Border color

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

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

This div border color is #7E466B.


Opacity

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

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

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

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

This text has shadow with #7E466B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E466B on black background.


Color preview on white background

This text has color #7E466B on white background.



Black color preview on #7E466B background

This text has black color on #7E466B background.


White color preview on #7E466B background

This text has white color on #7E466B background.