COLOR #7D668F

HEX: #7D668F
RGB: (125,102,143)

Color info

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

RGB color model

#7D668F color RGB value is (125,102,143).

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

RGB channels and saturation

R 125 of 255 = 49%
G 102 of 255 = 40%
B 143 of 255 = 56%

125
102
143

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

Portions of RGB colors in percentages

R + G + B =
125 + 102 + 143 = 370 (100%)
R 125 of 370 ~ 33.78%
G 102 of 370 ~ 27.57%
B 143 of 370 ~ 38.65%

%33.78
%27.57
%38.65

CMYK color model

#7D668F color CMYK value is (13,29,0,44).

  • cyan value is 12.59%
  • magenta value is 28.67%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(13,29,0,44)
C13M29Y0K44 
(13%,29%,0%,44%)
(0.13/0.29/0.00/0.44)	

CMYK percentages

%12.59
%28.67
%0
%43.92

Codes

Color #7D668F in popluar color models

7D668F
RGB125102143
HSL274°16.73%48.04%
HSB/HSV274°28.67%56.08%
CMYK12.59%28.67%0.00%
43.92%

Color #7D668F in popluar number systems.

HEX7D668F
Decimal125102143
Binary1111101110011010001111
Octal175146217

Shades and tints

Shades of #7D668F

#7D668F
(125,102,143)
#725D82
(114,93,130)
#675475
(103,84,117)
#5C4B68
(92,75,104)
#51425B
(81,66,91)
#46394E
(70,57,78)
#3B3041
(59,48,65)
#302734
(48,39,52)
#251E27
(37,30,39)
#1A151A
(26,21,26)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #7D668F

#7D668F
(125,102,143)
#887399
(136,115,153)
#9380A3
(147,128,163)
#9E8DAD
(158,141,173)
#A99AB7
(169,154,183)
#B4A7C1
(180,167,193)
#BFB4CB
(191,180,203)
#CAC1D5
(202,193,213)
#D5CEDF
(213,206,223)
#E0DBE9
(224,219,233)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D668F; }

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

This text font color is #7D668F.


Background Color

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

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

This div background color is #7D668F.


Border color

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

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

This div border color is #7D668F.


Opacity

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

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

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

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

This text has shadow with #7D668F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D668F on black background.


Color preview on white background

This text has color #7D668F on white background.



Black color preview on #7D668F background

This text has black color on #7D668F background.


White color preview on #7D668F background

This text has white color on #7D668F background.