COLOR #7D699D

HEX: #7D699D
RGB: (125,105,157)

Color info

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

RGB color model

#7D699D color RGB value is (125,105,157).

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

RGB channels and saturation

R 125 of 255 = 49%
G 105 of 255 = 41%
B 157 of 255 = 62%

125
105
157

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

Portions of RGB colors in percentages

R + G + B =
125 + 105 + 157 = 387 (100%)
R 125 of 387 ~ 32.3%
G 105 of 387 ~ 27.13%
B 157 of 387 ~ 40.57%

%32.3
%27.13
%40.57

CMYK color model

#7D699D color CMYK value is (20,33,0,38).

  • cyan value is 20.38%
  • magenta value is 33.12%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(20,33,0,38)
C20M33Y0K38 
(20%,33%,0%,38%)
(0.20/0.33/0.00/0.38)	

CMYK percentages

%20.38
%33.12
%0
%38.43

Codes

Color #7D699D in popluar color models

7D699D
RGB125105157
HSL263°20.97%51.37%
HSB/HSV263°33.12%61.57%
CMYK20.38%33.12%0.00%
38.43%

Color #7D699D in popluar number systems.

HEX7D699D
Decimal125105157
Binary1111101110100110011101
Octal175151235

Shades and tints

Shades of #7D699D

#7D699D
(125,105,157)
#72608F
(114,96,143)
#675781
(103,87,129)
#5C4E73
(92,78,115)
#514565
(81,69,101)
#463C57
(70,60,87)
#3B3349
(59,51,73)
#302A3B
(48,42,59)
#25212D
(37,33,45)
#1A181F
(26,24,31)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #7D699D

#7D699D
(125,105,157)
#8876A5
(136,118,165)
#9383AD
(147,131,173)
#9E90B5
(158,144,181)
#A99DBD
(169,157,189)
#B4AAC5
(180,170,197)
#BFB7CD
(191,183,205)
#CAC4D5
(202,196,213)
#D5D1DD
(213,209,221)
#E0DEE5
(224,222,229)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D699D; }

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

This text font color is #7D699D.


Background Color

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

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

This div background color is #7D699D.


Border color

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

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

This div border color is #7D699D.


Opacity

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

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

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

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

This text has shadow with #7D699D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D699D on black background.


Color preview on white background

This text has color #7D699D on white background.



Black color preview on #7D699D background

This text has black color on #7D699D background.


White color preview on #7D699D background

This text has white color on #7D699D background.