COLOR #7D6A93

HEX: #7D6A93
RGB: (125,106,147)

Color info

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

RGB color model

#7D6A93 color RGB value is (125,106,147).

  • red value is 125;
  • green value is 106;
  • blue value is 147.
RGB:
(125,106,147)
(49%,42%,58%)

RGB channels and saturation

R 125 of 255 = 49%
G 106 of 255 = 42%
B 147 of 255 = 58%

125
106
147

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

Portions of RGB colors in percentages

R + G + B =
125 + 106 + 147 = 378 (100%)
R 125 of 378 ~ 33.07%
G 106 of 378 ~ 28.04%
B 147 of 378 ~ 38.89%

%33.07
%28.04
%38.89

CMYK color model

#7D6A93 color CMYK value is (15,28,0,42).

  • cyan value is 14.97%
  • magenta value is 27.89%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(15,28,0,42)
C15M28Y0K42 
(15%,28%,0%,42%)
(0.15/0.28/0.00/0.42)	

CMYK percentages

%14.97
%27.89
%0
%42.35

Codes

Color #7D6A93 in popluar color models

7D6A93
RGB125106147
HSL268°16.21%49.61%
HSB/HSV268°27.89%57.65%
CMYK14.97%27.89%0.00%
42.35%

Color #7D6A93 in popluar number systems.

HEX7D6A93
Decimal125106147
Binary1111101110101010010011
Octal175152223

Shades and tints

Shades of #7D6A93

#7D6A93
(125,106,147)
#726186
(114,97,134)
#675879
(103,88,121)
#5C4F6C
(92,79,108)
#51465F
(81,70,95)
#463D52
(70,61,82)
#3B3445
(59,52,69)
#302B38
(48,43,56)
#25222B
(37,34,43)
#1A191E
(26,25,30)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #7D6A93

#7D6A93
(125,106,147)
#88779C
(136,119,156)
#9384A5
(147,132,165)
#9E91AE
(158,145,174)
#A99EB7
(169,158,183)
#B4ABC0
(180,171,192)
#BFB8C9
(191,184,201)
#CAC5D2
(202,197,210)
#D5D2DB
(213,210,219)
#E0DFE4
(224,223,228)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6A93 color. Also use rgb(125,106,147) instead hex code.

Text Font Color

.myTextColor { color: #7D6A93; }

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

This text font color is #7D6A93.


Background Color

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

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

This div background color is #7D6A93.


Border color

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

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

This div border color is #7D6A93.


Opacity

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

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

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

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

This text has shadow with #7D6A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6A93 on black background.


Color preview on white background

This text has color #7D6A93 on white background.



Black color preview on #7D6A93 background

This text has black color on #7D6A93 background.


White color preview on #7D6A93 background

This text has white color on #7D6A93 background.