COLOR #7E82BF

HEX: #7E82BF
RGB: (126,130,191)

Color info

#7E82BF contains mainly blue color. Web safe color of #7E82BF is #6699CC (or #69C).

RGB color model

#7E82BF color RGB value is (126,130,191).

  • red value is 126;
  • green value is 130;
  • blue value is 191.
RGB:
(126,130,191)
(49%,51%,75%)

RGB channels and saturation

R 126 of 255 = 49%
G 130 of 255 = 51%
B 191 of 255 = 75%

126
130
191

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

Portions of RGB colors in percentages

R + G + B =
126 + 130 + 191 = 447 (100%)
R 126 of 447 ~ 28.19%
G 130 of 447 ~ 29.08%
B 191 of 447 ~ 42.73%

%28.19
%29.08
%42.73

CMYK color model

#7E82BF color CMYK value is (34,32,0,25).

  • cyan value is 34.03%
  • magenta value is 31.94%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(34,32,0,25)
C34M32Y0K25 
(34%,32%,0%,25%)
(0.34/0.32/0.00/0.25)	

CMYK percentages

%34.03
%31.94
%0
%25.1

Codes

Color #7E82BF in popluar color models

7E82BF
RGB126130191
HSL236°33.68%62.16%
HSB/HSV236°34.03%74.90%
CMYK34.03%31.94%0.00%
25.10%

Color #7E82BF in popluar number systems.

HEX7E82BF
Decimal126130191
Binary11111101000001010111111
Octal176202277

Shades and tints

Shades of #7E82BF

#7E82BF
(126,130,191)
#7377AE
(115,119,174)
#686C9D
(104,108,157)
#5D618C
(93,97,140)
#52567B
(82,86,123)
#474B6A
(71,75,106)
#3C4059
(60,64,89)
#313548
(49,53,72)
#262A37
(38,42,55)
#1B1F26
(27,31,38)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #7E82BF

#7E82BF
(126,130,191)
#898DC4
(137,141,196)
#9498C9
(148,152,201)
#9FA3CE
(159,163,206)
#AAAED3
(170,174,211)
#B5B9D8
(181,185,216)
#C0C4DD
(192,196,221)
#CBCFE2
(203,207,226)
#D6DAE7
(214,218,231)
#E1E5EC
(225,229,236)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E82BF color. Also use rgb(126,130,191) instead hex code.

Text Font Color

.myTextColor { color: #7E82BF; }

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

This text font color is #7E82BF.


Background Color

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

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

This div background color is #7E82BF.


Border color

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

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

This div border color is #7E82BF.


Opacity

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

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

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

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

This text has shadow with #7E82BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E82BF on black background.


Color preview on white background

This text has color #7E82BF on white background.



Black color preview on #7E82BF background

This text has black color on #7E82BF background.


White color preview on #7E82BF background

This text has white color on #7E82BF background.