COLOR #7D6E8F

HEX: #7D6E8F
RGB: (125,110,143)

Color info

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

RGB color model

#7D6E8F color RGB value is (125,110,143).

  • red value is 125;
  • green value is 110;
  • blue value is 143.
RGB:
(125,110,143)
(49%,43%,56%)

RGB channels and saturation

R 125 of 255 = 49%
G 110 of 255 = 43%
B 143 of 255 = 56%

125
110
143

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

Portions of RGB colors in percentages

R + G + B =
125 + 110 + 143 = 378 (100%)
R 125 of 378 ~ 33.07%
G 110 of 378 ~ 29.1%
B 143 of 378 ~ 37.83%

%33.07
%29.1
%37.83

CMYK color model

#7D6E8F color CMYK value is (13,23,0,44).

  • cyan value is 12.59%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(13,23,0,44)
C13M23Y0K44 
(13%,23%,0%,44%)
(0.13/0.23/0.00/0.44)	

CMYK percentages

%12.59
%23.08
%0
%43.92

Codes

Color #7D6E8F in popluar color models

7D6E8F
RGB125110143
HSL267°13.04%49.61%
HSB/HSV267°23.08%56.08%
CMYK12.59%23.08%0.00%
43.92%

Color #7D6E8F in popluar number systems.

HEX7D6E8F
Decimal125110143
Binary1111101110111010001111
Octal175156217

Shades and tints

Shades of #7D6E8F

#7D6E8F
(125,110,143)
#726482
(114,100,130)
#675A75
(103,90,117)
#5C5068
(92,80,104)
#51465B
(81,70,91)
#463C4E
(70,60,78)
#3B3241
(59,50,65)
#302834
(48,40,52)
#251E27
(37,30,39)
#1A141A
(26,20,26)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #7D6E8F

#7D6E8F
(125,110,143)
#887B99
(136,123,153)
#9388A3
(147,136,163)
#9E95AD
(158,149,173)
#A9A2B7
(169,162,183)
#B4AFC1
(180,175,193)
#BFBCCB
(191,188,203)
#CAC9D5
(202,201,213)
#D5D6DF
(213,214,223)
#E0E3E9
(224,227,233)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6E8F color. Also use rgb(125,110,143) instead hex code.

Text Font Color

.myTextColor { color: #7D6E8F; }

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

This text font color is #7D6E8F.


Background Color

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

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

This div background color is #7D6E8F.


Border color

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

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

This div border color is #7D6E8F.


Opacity

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

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

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

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

This text has shadow with #7D6E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6E8F on black background.


Color preview on white background

This text has color #7D6E8F on white background.



Black color preview on #7D6E8F background

This text has black color on #7D6E8F background.


White color preview on #7D6E8F background

This text has white color on #7D6E8F background.