COLOR #7D80AD

HEX: #7D80AD RGB: (125,128,173)

Color info

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

RGB color model

#7D80AD color RGB value is (125,128,173).

RGB: (125,128,173) (49%, 50%, 68%)

RGB channels and saturation

R 125 of 255 = 49%
G 128 of 255 = 50%
B 173 of 255 = 68%

125
128
173

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

Portions of RGB colors in percentages

R + G + B = 125 + 128 + 173 = 426 (100%)
R 125 of 426 ~ 29.34%
G 128 of 426 ~ 30.05%
B 173 of 426 ~ 40.61'%

%29.34
%30.05
%40.61

CMYK color model

#7D80AD color CMYK value is (28,26,0,32).

  • cyan value is 27.75%
  • magenta value is 26.01%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (28,26,0,32)
C28M26Y0K32 (28%, 26%, 0%, 32%)
(0.28 / 0.26 / 0.00 / 0.32)

CMYK percentages

%27.75
%26.01
%0
%32.16

Codes

Color #7D80AD in popluar color models

7D 80 AD
RGB 125 128 173
HSL 236° 22.64% 58.43%
HSB/HSV 236° 27.75% 67.84%
CMYK 27.75% 26.01% 0.00%
32.16%

Color #7D80AD in popluar number systems.

HEX 7D 80 AD
Decimal 125 128 173
Binary 1111101 10000000 10101101
Octal 175 200 255

Shades and tints

Shades of #7D80AD

#7D80AD
(125,128,173)
#72759E
(114,117,158)
#676A8F
(103,106,143)
#5C5F80
(92,95,128)
#515471
(81,84,113)
#464962
(70,73,98)
#3B3E53
(59,62,83)
#303344
(48,51,68)
#252835
(37,40,53)
#1A1D26
(26,29,38)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #7D80AD

#7D80AD
(125,128,173)
#888BB4
(136,139,180)
#9396BB
(147,150,187)
#9EA1C2
(158,161,194)
#A9ACC9
(169,172,201)
#B4B7D0
(180,183,208)
#BFC2D7
(191,194,215)
#CACDDE
(202,205,222)
#D5D8E5
(213,216,229)
#E0E3EC
(224,227,236)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D80AD color. Also use rgb(125,128,173) instead hex code.

Text Font Color

.myTextColor { color: #7D80AD; }

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

This text font color is #7D80AD.

Background Color

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

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

This div background color is #7D80AD.

Border color

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

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

This div border color is #7D80AD.

Opacity

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

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

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

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

This text has shadow with #7D80AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D80AD.

Preview

Color preview on black background

This text has color #7D80AD on black background.


Color preview on white background

This text has color #7D80AD on white background.


Black color preview on #7D80AD background

This text has black color on #7D80AD background.


White color preview on #7D80AD background

This text has white color on #7D80AD background.


Related colors

Complementary color

Complementary color for #hex is #827F52.


I love getcolorcode.com

Triadic colors

1 #AD7D80 and #80AD7D with #7D80AD are triadic colors.

2 #AD807D and #807DAD with #7D80AD are triadic colors.