COLOR #7E82BE

HEX: #7E82BE
RGB: (126,130,190)

Color info

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

RGB color model

#7E82BE color RGB value is (126,130,190).

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

RGB channels and saturation

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

126
130
190

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

Portions of RGB colors in percentages

R + G + B =
126 + 130 + 190 = 446 (100%)
R 126 of 446 ~ 28.25%
G 130 of 446 ~ 29.15%
B 190 of 446 ~ 42.6%

%28.25
%29.15
%42.6

CMYK color model

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

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

CMYK percentages

%33.68
%31.58
%0
%25.49

Codes

Color #7E82BE in popluar color models

7E82BE
RGB126130190
HSL236°32.99%61.96%
HSB/HSV236°33.68%74.51%
CMYK33.68%31.58%0.00%
25.49%

Color #7E82BE in popluar number systems.

HEX7E82BE
Decimal126130190
Binary11111101000001010111110
Octal176202276

Shades and tints

Shades of #7E82BE

#7E82BE
(126,130,190)
#7377AD
(115,119,173)
#686C9C
(104,108,156)
#5D618B
(93,97,139)
#52567A
(82,86,122)
#474B69
(71,75,105)
#3C4058
(60,64,88)
#313547
(49,53,71)
#262A36
(38,42,54)
#1B1F25
(27,31,37)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #7E82BE

#7E82BE
(126,130,190)
#898DC3
(137,141,195)
#9498C8
(148,152,200)
#9FA3CD
(159,163,205)
#AAAED2
(170,174,210)
#B5B9D7
(181,185,215)
#C0C4DC
(192,196,220)
#CBCFE1
(203,207,225)
#D6DAE6
(214,218,230)
#E1E5EB
(225,229,235)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E82BE; }

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

This text font color is #7E82BE.


Background Color

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

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

This div background color is #7E82BE.


Border color

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

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

This div border color is #7E82BE.


Opacity

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

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

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

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

This text has shadow with #7E82BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E82BE on black background.


Color preview on white background

This text has color #7E82BE on white background.



Black color preview on #7E82BE background

This text has black color on #7E82BE background.


White color preview on #7E82BE background

This text has white color on #7E82BE background.