COLOR #7D6990

HEX: #7D6990
RGB: (125,105,144)

Color info

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

RGB color model

#7D6990 color RGB value is (125,105,144).

  • red value is 125;
  • green value is 105;
  • blue value is 144.
RGB:
(125,105,144)
(49%,41%,56%)

RGB channels and saturation

R 125 of 255 = 49%
G 105 of 255 = 41%
B 144 of 255 = 56%

125
105
144

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

Portions of RGB colors in percentages

R + G + B =
125 + 105 + 144 = 374 (100%)
R 125 of 374 ~ 33.42%
G 105 of 374 ~ 28.07%
B 144 of 374 ~ 38.5%

%33.42
%28.07
%38.5

CMYK color model

#7D6990 color CMYK value is (13,27,0,44).

  • cyan value is 13.19%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(13,27,0,44)
C13M27Y0K44 
(13%,27%,0%,44%)
(0.13/0.27/0.00/0.44)	

CMYK percentages

%13.19
%27.08
%0
%43.53

Codes

Color #7D6990 in popluar color models

7D6990
RGB125105144
HSL271°15.66%48.82%
HSB/HSV271°27.08%56.47%
CMYK13.19%27.08%0.00%
43.53%

Color #7D6990 in popluar number systems.

HEX7D6990
Decimal125105144
Binary1111101110100110010000
Octal175151220

Shades and tints

Shades of #7D6990

#7D6990
(125,105,144)
#726083
(114,96,131)
#675776
(103,87,118)
#5C4E69
(92,78,105)
#51455C
(81,69,92)
#463C4F
(70,60,79)
#3B3342
(59,51,66)
#302A35
(48,42,53)
#252128
(37,33,40)
#1A181B
(26,24,27)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #7D6990

#7D6990
(125,105,144)
#88769A
(136,118,154)
#9383A4
(147,131,164)
#9E90AE
(158,144,174)
#A99DB8
(169,157,184)
#B4AAC2
(180,170,194)
#BFB7CC
(191,183,204)
#CAC4D6
(202,196,214)
#D5D1E0
(213,209,224)
#E0DEEA
(224,222,234)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6990 color. Also use rgb(125,105,144) instead hex code.

Text Font Color

.myTextColor { color: #7D6990; }

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

This text font color is #7D6990.


Background Color

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

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

This div background color is #7D6990.


Border color

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

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

This div border color is #7D6990.


Opacity

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

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

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

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

This text has shadow with #7D6990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6990 on black background.


Color preview on white background

This text has color #7D6990 on white background.



Black color preview on #7D6990 background

This text has black color on #7D6990 background.


White color preview on #7D6990 background

This text has white color on #7D6990 background.