COLOR #7E8ABB

HEX: #7E8ABB
RGB: (126,138,187)

Color info

#7E8ABB contains mainly green and blue colors. Web safe color of #7E8ABB is #6699CC (or #69C).

RGB color model

#7E8ABB color RGB value is (126,138,187).

  • red value is 126;
  • green value is 138;
  • blue value is 187.
RGB:
(126,138,187)
(49%,54%,73%)

RGB channels and saturation

R 126 of 255 = 49%
G 138 of 255 = 54%
B 187 of 255 = 73%

126
138
187

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

Portions of RGB colors in percentages

R + G + B =
126 + 138 + 187 = 451 (100%)
R 126 of 451 ~ 27.94%
G 138 of 451 ~ 30.6%
B 187 of 451 ~ 41.46%

%27.94
%30.6
%41.46

CMYK color model

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

  • cyan value is 32.62%
  • magenta value is 26.20%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(33,26,0,27)
C33M26Y0K27 
(33%,26%,0%,27%)
(0.33/0.26/0.00/0.27)	

CMYK percentages

%32.62
%26.2
%0
%26.67

Codes

Color #7E8ABB in popluar color models

7E8ABB
RGB126138187
HSL228°30.96%61.37%
HSB/HSV228°32.62%73.33%
CMYK32.62%26.20%0.00%
26.67%

Color #7E8ABB in popluar number systems.

HEX7E8ABB
Decimal126138187
Binary11111101000101010111011
Octal176212273

Shades and tints

Shades of #7E8ABB

#7E8ABB
(126,138,187)
#737EAA
(115,126,170)
#687299
(104,114,153)
#5D6688
(93,102,136)
#525A77
(82,90,119)
#474E66
(71,78,102)
#3C4255
(60,66,85)
#313644
(49,54,68)
#262A33
(38,42,51)
#1B1E22
(27,30,34)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #7E8ABB

#7E8ABB
(126,138,187)
#8994C1
(137,148,193)
#949EC7
(148,158,199)
#9FA8CD
(159,168,205)
#AAB2D3
(170,178,211)
#B5BCD9
(181,188,217)
#C0C6DF
(192,198,223)
#CBD0E5
(203,208,229)
#D6DAEB
(214,218,235)
#E1E4F1
(225,228,241)
#ECEEF7
(236,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8ABB color. Also use rgb(126,138,187) instead hex code.

Text Font Color

.myTextColor { color: #7E8ABB; }

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

This text font color is #7E8ABB.


Background Color

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

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

This div background color is #7E8ABB.


Border color

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

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

This div border color is #7E8ABB.


Opacity

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

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

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

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

This text has shadow with #7E8ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8ABB on black background.


Color preview on white background

This text has color #7E8ABB on white background.



Black color preview on #7E8ABB background

This text has black color on #7E8ABB background.


White color preview on #7E8ABB background

This text has white color on #7E8ABB background.