COLOR #7E80BA

HEX: #7E80BA RGB: (126,128,186)

Color info

#7E80BA contains mainly green and blue colors. Web safe color of #7E80BA is #6666CC (or #66C).

RGB color model

#7E80BA color RGB value is (126,128,186).

RGB: (126,128,186) (49%, 50%, 73%)

RGB channels and saturation

R 126 of 255 = 49%
G 128 of 255 = 50%
B 186 of 255 = 73%

126
128
186

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

Portions of RGB colors in percentages

R + G + B = 126 + 128 + 186 = 440 (100%)
R 126 of 440 ~ 28.64%
G 128 of 440 ~ 29.09%
B 186 of 440 ~ 42.27'%

%28.64
%29.09
%42.27

CMYK color model

#7E80BA color CMYK value is (32,31,0,27).

  • cyan value is 32.26%
  • magenta value is 31.18%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (32,31,0,27) C32M31Y0K27 (32%,31%,0%,27%) (0.32/0.31/0.00/0.27) 

CMYK percentages

%32.26
%31.18
%0
%27.06

Codes

Color #7E80BA in popluar color models

7E 80 BA
RGB 126 128 186
HSL 238° 30.30% 61.18%
HSB/HSV 238° 32.26% 72.94%
CMYK 32.26% 31.18% 0.00%
27.06%

Color #7E80BA in popluar number systems.

HEX 7E 80 BA
Decimal 126 128 186
Binary 1111110 10000000 10111010
Octal 176 200 272

Shades and tints

Shades of #7E80BA

#7E80BA
(126,128,186)
#7375AA
(115,117,170)
#686A9A
(104,106,154)
#5D5F8A
(93,95,138)
#52547A
(82,84,122)
#47496A
(71,73,106)
#3C3E5A
(60,62,90)
#31334A
(49,51,74)
#26283A
(38,40,58)
#1B1D2A
(27,29,42)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #7E80BA

#7E80BA
(126,128,186)
#898BC0
(137,139,192)
#9496C6
(148,150,198)
#9FA1CC
(159,161,204)
#AAACD2
(170,172,210)
#B5B7D8
(181,183,216)
#C0C2DE
(192,194,222)
#CBCDE4
(203,205,228)
#D6D8EA
(214,216,234)
#E1E3F0
(225,227,240)
#ECEEF6
(236,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E80BA; }

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

This text font color is #7E80BA.

Background Color

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

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

This div background color is #7E80BA.

Border color

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

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

This div border color is #7E80BA.

Opacity

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

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

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

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

This text has shadow with #7E80BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E80BA.

Preview

Color preview on black background

This text has color #7E80BA on black background.


Color preview on white background

This text has color #7E80BA on white background.


Black color preview on #7E80BA background

This text has black color on #7E80BA background.


White color preview on #7E80BA background

This text has white color on #7E80BA background.


Related colors

Complementary color

Complementary color for #hex is #817F45.


I love getcolorcode.com

Triadic colors

1 #BA7E80 and #80BA7E with #7E80BA are triadic colors.

2 #BA807E and #807EBA with #7E80BA are triadic colors.