COLOR #7D6183

HEX: #7D6183
RGB: (125,97,131)

Color info

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

RGB color model

#7D6183 color RGB value is (125,97,131).

  • red value is 125;
  • green value is 97;
  • blue value is 131.
RGB:
(125,97,131)
(49%,38%,51%)

RGB channels and saturation

R 125 of 255 = 49%
G 97 of 255 = 38%
B 131 of 255 = 51%

125
97
131

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

Portions of RGB colors in percentages

R + G + B =
125 + 97 + 131 = 353 (100%)
R 125 of 353 ~ 35.41%
G 97 of 353 ~ 27.48%
B 131 of 353 ~ 37.11%

%35.41
%27.48
%37.11

CMYK color model

#7D6183 color CMYK value is (5,26,0,49).

  • cyan value is 4.58%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(5,26,0,49)
C5M26Y0K49 
(5%,26%,0%,49%)
(0.05/0.26/0.00/0.49)	

CMYK percentages

%4.58
%25.95
%0
%48.63

Codes

Color #7D6183 in popluar color models

7D6183
RGB12597131
HSL289°14.91%44.71%
HSB/HSV289°25.95%51.37%
CMYK4.58%25.95%0.00%
48.63%

Color #7D6183 in popluar number systems.

HEX7D6183
Decimal12597131
Binary1111101110000110000011
Octal175141203

Shades and tints

Shades of #7D6183

#7D6183
(125,97,131)
#725978
(114,89,120)
#67516D
(103,81,109)
#5C4962
(92,73,98)
#514157
(81,65,87)
#46394C
(70,57,76)
#3B3141
(59,49,65)
#302936
(48,41,54)
#25212B
(37,33,43)
#1A1920
(26,25,32)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #7D6183

#7D6183
(125,97,131)
#886F8E
(136,111,142)
#937D99
(147,125,153)
#9E8BA4
(158,139,164)
#A999AF
(169,153,175)
#B4A7BA
(180,167,186)
#BFB5C5
(191,181,197)
#CAC3D0
(202,195,208)
#D5D1DB
(213,209,219)
#E0DFE6
(224,223,230)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6183 color. Also use rgb(125,97,131) instead hex code.

Text Font Color

.myTextColor { color: #7D6183; }

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

This text font color is #7D6183.


Background Color

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

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

This div background color is #7D6183.


Border color

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

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

This div border color is #7D6183.


Opacity

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

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

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

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

This text has shadow with #7D6183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6183 on black background.


Color preview on white background

This text has color #7D6183 on white background.



Black color preview on #7D6183 background

This text has black color on #7D6183 background.


White color preview on #7D6183 background

This text has white color on #7D6183 background.