COLOR #7D6187

HEX: #7D6187
RGB: (125,97,135)

Color info

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

RGB color model

#7D6187 color RGB value is (125,97,135).

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

RGB channels and saturation

R 125 of 255 = 49%
G 97 of 255 = 38%
B 135 of 255 = 53%

125
97
135

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

Portions of RGB colors in percentages

R + G + B =
125 + 97 + 135 = 357 (100%)
R 125 of 357 ~ 35.01%
G 97 of 357 ~ 27.17%
B 135 of 357 ~ 37.82%

%35.01
%27.17
%37.82

CMYK color model

#7D6187 color CMYK value is (7,28,0,47).

  • cyan value is 7.41%
  • magenta value is 28.15%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(7,28,0,47)
C7M28Y0K47 
(7%,28%,0%,47%)
(0.07/0.28/0.00/0.47)	

CMYK percentages

%7.41
%28.15
%0
%47.06

Codes

Color #7D6187 in popluar color models

7D6187
RGB12597135
HSL284°16.38%45.49%
HSB/HSV284°28.15%52.94%
CMYK7.41%28.15%0.00%
47.06%

Color #7D6187 in popluar number systems.

HEX7D6187
Decimal12597135
Binary1111101110000110000111
Octal175141207

Shades and tints

Shades of #7D6187

#7D6187
(125,97,135)
#72597B
(114,89,123)
#67516F
(103,81,111)
#5C4963
(92,73,99)
#514157
(81,65,87)
#46394B
(70,57,75)
#3B313F
(59,49,63)
#302933
(48,41,51)
#252127
(37,33,39)
#1A191B
(26,25,27)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #7D6187

#7D6187
(125,97,135)
#886F91
(136,111,145)
#937D9B
(147,125,155)
#9E8BA5
(158,139,165)
#A999AF
(169,153,175)
#B4A7B9
(180,167,185)
#BFB5C3
(191,181,195)
#CAC3CD
(202,195,205)
#D5D1D7
(213,209,215)
#E0DFE1
(224,223,225)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6187; }

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

This text font color is #7D6187.


Background Color

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

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

This div background color is #7D6187.


Border color

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

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

This div border color is #7D6187.


Opacity

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

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

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

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

This text has shadow with #7D6187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6187 on black background.


Color preview on white background

This text has color #7D6187 on white background.



Black color preview on #7D6187 background

This text has black color on #7D6187 background.


White color preview on #7D6187 background

This text has white color on #7D6187 background.