COLOR #7D80AC

HEX: #7D80AC
RGB: (125,128,172)

Color info

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

RGB color model

#7D80AC color RGB value is (125,128,172).

  • red value is 125;
  • green value is 128;
  • blue value is 172.
RGB:
(125,128,172)
(49%,50%,67%)

RGB channels and saturation

R 125 of 255 = 49%
G 128 of 255 = 50%
B 172 of 255 = 67%

125
128
172

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

Portions of RGB colors in percentages

R + G + B =
125 + 128 + 172 = 425 (100%)
R 125 of 425 ~ 29.41%
G 128 of 425 ~ 30.12%
B 172 of 425 ~ 40.47%

%29.41
%30.12
%40.47

CMYK color model

#7D80AC color CMYK value is (27,26,0,33).

  • cyan value is 27.33%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(27,26,0,33)
C27M26Y0K33 
(27%,26%,0%,33%)
(0.27/0.26/0.00/0.33)	

CMYK percentages

%27.33
%25.58
%0
%32.55

Codes

Color #7D80AC in popluar color models

7D80AC
RGB125128172
HSL236°22.07%58.24%
HSB/HSV236°27.33%67.45%
CMYK27.33%25.58%0.00%
32.55%

Color #7D80AC in popluar number systems.

HEX7D80AC
Decimal125128172
Binary11111011000000010101100
Octal175200254

Shades and tints

Shades of #7D80AC

#7D80AC
(125,128,172)
#72759D
(114,117,157)
#676A8E
(103,106,142)
#5C5F7F
(92,95,127)
#515470
(81,84,112)
#464961
(70,73,97)
#3B3E52
(59,62,82)
#303343
(48,51,67)
#252834
(37,40,52)
#1A1D25
(26,29,37)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #7D80AC

#7D80AC
(125,128,172)
#888BB3
(136,139,179)
#9396BA
(147,150,186)
#9EA1C1
(158,161,193)
#A9ACC8
(169,172,200)
#B4B7CF
(180,183,207)
#BFC2D6
(191,194,214)
#CACDDD
(202,205,221)
#D5D8E4
(213,216,228)
#E0E3EB
(224,227,235)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D80AC; }

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

This text font color is #7D80AC.


Background Color

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

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

This div background color is #7D80AC.


Border color

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

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

This div border color is #7D80AC.


Opacity

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

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

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

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

This text has shadow with #7D80AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D80AC on black background.


Color preview on white background

This text has color #7D80AC on white background.



Black color preview on #7D80AC background

This text has black color on #7D80AC background.


White color preview on #7D80AC background

This text has white color on #7D80AC background.