COLOR #7E80AC

HEX: #7E80AC RGB: (126,128,172)

Color info

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

RGB color model

#7E80AC color RGB value is (126,128,172).

RGB: (126,128,172) (49%, 50%, 67%)

RGB channels and saturation

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

126
128
172

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

Portions of RGB colors in percentages

R + G + B = 126 + 128 + 172 = 426 (100%)
R 126 of 426 ~ 29.58%
G 128 of 426 ~ 30.05%
B 172 of 426 ~ 40.38'%

%29.58
%30.05
%40.38

CMYK color model

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

  • cyan value is 26.74%
  • 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

%26.74
%25.58
%0
%32.55

Codes

Color #7E80AC in popluar color models

7E 80 AC
RGB 126 128 172
HSL 237° 21.70% 58.43%
HSB/HSV 237° 26.74% 67.45%
CMYK 26.74% 25.58% 0.00%
32.55%

Color #7E80AC in popluar number systems.

HEX 7E 80 AC
Decimal 126 128 172
Binary 1111110 10000000 10101100
Octal 176 200 254

Shades and tints

Shades of #7E80AC

#7E80AC
(126,128,172)
#73759D
(115,117,157)
#686A8E
(104,106,142)
#5D5F7F
(93,95,127)
#525470
(82,84,112)
#474961
(71,73,97)
#3C3E52
(60,62,82)
#313343
(49,51,67)
#262834
(38,40,52)
#1B1D25
(27,29,37)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #7E80AC

#7E80AC
(126,128,172)
#898BB3
(137,139,179)
#9496BA
(148,150,186)
#9FA1C1
(159,161,193)
#AAACC8
(170,172,200)
#B5B7CF
(181,183,207)
#C0C2D6
(192,194,214)
#CBCDDD
(203,205,221)
#D6D8E4
(214,216,228)
#E1E3EB
(225,227,235)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E80AC; }

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

This text font color is #7E80AC.

Background Color

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

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

This div background color is #7E80AC.

Border color

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

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

This div border color is #7E80AC.

Opacity

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

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

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

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

This text has shadow with #7E80AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E80AC.

Preview

Color preview on black background

This text has color #7E80AC on black background.


Color preview on white background

This text has color #7E80AC on white background.


Black color preview on #7E80AC background

This text has black color on #7E80AC background.


White color preview on #7E80AC background

This text has white color on #7E80AC background.


Related colors

Complementary color

Complementary color for #hex is #817F53.


I love getcolorcode.com

Triadic colors

1 #AC7E80 and #80AC7E with #7E80AC are triadic colors.

2 #AC807E and #807EAC with #7E80AC are triadic colors.