COLOR #7E8BB5

HEX: #7E8BB5
RGB: (126,139,181)

Color info

#7E8BB5 contains red, green and blue colors in about the same proportion. Web safe color of #7E8BB5 is #6699CC (or #69C).

RGB color model

#7E8BB5 color RGB value is (126,139,181).

  • red value is 126;
  • green value is 139;
  • blue value is 181.
RGB:
(126,139,181)
(49%,55%,71%)

RGB channels and saturation

R 126 of 255 = 49%
G 139 of 255 = 55%
B 181 of 255 = 71%

126
139
181

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

Portions of RGB colors in percentages

R + G + B =
126 + 139 + 181 = 446 (100%)
R 126 of 446 ~ 28.25%
G 139 of 446 ~ 31.17%
B 181 of 446 ~ 40.58%

%28.25
%31.17
%40.58

CMYK color model

#7E8BB5 color CMYK value is (30,23,0,29).

  • cyan value is 30.39%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(30,23,0,29)
C30M23Y0K29 
(30%,23%,0%,29%)
(0.30/0.23/0.00/0.29)	

CMYK percentages

%30.39
%23.2
%0
%29.02

Codes

Color #7E8BB5 in popluar color models

7E8BB5
RGB126139181
HSL226°27.09%60.20%
HSB/HSV226°30.39%70.98%
CMYK30.39%23.20%0.00%
29.02%

Color #7E8BB5 in popluar number systems.

HEX7E8BB5
Decimal126139181
Binary11111101000101110110101
Octal176213265

Shades and tints

Shades of #7E8BB5

#7E8BB5
(126,139,181)
#737FA5
(115,127,165)
#687395
(104,115,149)
#5D6785
(93,103,133)
#525B75
(82,91,117)
#474F65
(71,79,101)
#3C4355
(60,67,85)
#313745
(49,55,69)
#262B35
(38,43,53)
#1B1F25
(27,31,37)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #7E8BB5

#7E8BB5
(126,139,181)
#8995BB
(137,149,187)
#949FC1
(148,159,193)
#9FA9C7
(159,169,199)
#AAB3CD
(170,179,205)
#B5BDD3
(181,189,211)
#C0C7D9
(192,199,217)
#CBD1DF
(203,209,223)
#D6DBE5
(214,219,229)
#E1E5EB
(225,229,235)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8BB5 color. Also use rgb(126,139,181) instead hex code.

Text Font Color

.myTextColor { color: #7E8BB5; }

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

This text font color is #7E8BB5.


Background Color

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

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

This div background color is #7E8BB5.


Border color

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

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

This div border color is #7E8BB5.


Opacity

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

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

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

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

This text has shadow with #7E8BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8BB5 on black background.


Color preview on white background

This text has color #7E8BB5 on white background.



Black color preview on #7E8BB5 background

This text has black color on #7E8BB5 background.


White color preview on #7E8BB5 background

This text has white color on #7E8BB5 background.