COLOR #7E688D

HEX: #7E688D
RGB: (126,104,141)

Color info

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

RGB color model

#7E688D color RGB value is (126,104,141).

  • red value is 126;
  • green value is 104;
  • blue value is 141.
RGB: (126,104,141) (49%,41%,55%)

RGB channels and saturation

R 126 of 255 = 49%
G 104 of 255 = 41%
B 141 of 255 = 55%

126
104
141

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

Portions of RGB colors in percentages

R + G + B =
126 + 104 + 141 = 371 (100%)
R 126 of 371 ~ 33.96%
G 104 of 371 ~ 28.03%
B 141 of 371 ~ 38.01%

%33.96
%28.03
%38.01

CMYK color model

#7E688D color CMYK value is (11,26,0,45).

  • cyan value is 10.64%
  • magenta value is 26.24%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (11,26,0,45) C11M26Y0K45 (11%,26%,0%,45%) (0.11/0.26/0.00/0.45)

CMYK percentages

%10.64
%26.24
%0
%44.71

Codes

Color #7E688D in popluar color models

7E688D
RGB126104141
HSL276°15.10%48.04%
HSB/HSV276°26.24%55.29%
CMYK10.64%26.24%0.00%
44.71%

Color #7E688D in popluar number systems.

HEX7E688D
Decimal126104141
Binary1111110110100010001101
Octal176150215

Shades and tints

Shades of #7E688D

#7E688D
(126,104,141)
#735F81
(115,95,129)
#685675
(104,86,117)
#5D4D69
(93,77,105)
#52445D
(82,68,93)
#473B51
(71,59,81)
#3C3245
(60,50,69)
#312939
(49,41,57)
#26202D
(38,32,45)
#1B1721
(27,23,33)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #7E688D

#7E688D
(126,104,141)
#897597
(137,117,151)
#9482A1
(148,130,161)
#9F8FAB
(159,143,171)
#AA9CB5
(170,156,181)
#B5A9BF
(181,169,191)
#C0B6C9
(192,182,201)
#CBC3D3
(203,195,211)
#D6D0DD
(214,208,221)
#E1DDE7
(225,221,231)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E688D color. Also use rgb(126,104,141) instead hex code.

Text Font Color

.myTextColor { color: #7E688D; }

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

This text font color is #7E688D.


Background Color

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

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

This div background color is #7E688D.


Border color

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

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

This div border color is #7E688D.


Opacity

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

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

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

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

This text has shadow with #7E688D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7E688D on black background.


Color preview on white background

This text has color #7E688D on white background.



Black color preview on #7E688D background

This text has black color on #7E688D background.


White color preview on #7E688D background

This text has white color on #7E688D background.