COLOR #7D688D

HEX: #7D688D
RGB: (125,104,141)

Color info

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

RGB color model

#7D688D color RGB value is (125,104,141).

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

RGB channels and saturation

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

125
104
141

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

Portions of RGB colors in percentages

R + G + B =
125 + 104 + 141 = 370 (100%)
R 125 of 370 ~ 33.78%
G 104 of 370 ~ 28.11%
B 141 of 370 ~ 38.11%

%33.78
%28.11
%38.11

CMYK color model

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

  • cyan value is 11.35%
  • 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

%11.35
%26.24
%0
%44.71

Codes

Color #7D688D in popluar color models

7D688D
RGB125104141
HSL274°15.10%48.04%
HSB/HSV274°26.24%55.29%
CMYK11.35%26.24%0.00%
44.71%

Color #7D688D in popluar number systems.

HEX7D688D
Decimal125104141
Binary1111101110100010001101
Octal175150215

Shades and tints

Shades of #7D688D

#7D688D
(125,104,141)
#725F81
(114,95,129)
#675675
(103,86,117)
#5C4D69
(92,77,105)
#51445D
(81,68,93)
#463B51
(70,59,81)
#3B3245
(59,50,69)
#302939
(48,41,57)
#25202D
(37,32,45)
#1A1721
(26,23,33)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #7D688D

#7D688D
(125,104,141)
#887597
(136,117,151)
#9382A1
(147,130,161)
#9E8FAB
(158,143,171)
#A99CB5
(169,156,181)
#B4A9BF
(180,169,191)
#BFB6C9
(191,182,201)
#CAC3D3
(202,195,211)
#D5D0DD
(213,208,221)
#E0DDE7
(224,221,231)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D688D; }

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

This text font color is #7D688D.


Background Color

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

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

This div background color is #7D688D.


Border color

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

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

This div border color is #7D688D.


Opacity

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

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

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

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

This text has shadow with #7D688D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D688D on black background.


Color preview on white background

This text has color #7D688D on white background.



Black color preview on #7D688D background

This text has black color on #7D688D background.


White color preview on #7D688D background

This text has white color on #7D688D background.