COLOR #7E8FBF

HEX: #7E8FBF
RGB: (126,143,191)

Color info

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

RGB color model

#7E8FBF color RGB value is (126,143,191).

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

RGB channels and saturation

R 126 of 255 = 49%
G 143 of 255 = 56%
B 191 of 255 = 75%

126
143
191

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

Portions of RGB colors in percentages

R + G + B =
126 + 143 + 191 = 460 (100%)
R 126 of 460 ~ 27.39%
G 143 of 460 ~ 31.09%
B 191 of 460 ~ 41.52%

%27.39
%31.09
%41.52

CMYK color model

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

  • cyan value is 34.03%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(34,25,0,25)
C34M25Y0K25 
(34%,25%,0%,25%)
(0.34/0.25/0.00/0.25)	

CMYK percentages

%34.03
%25.13
%0
%25.1

Codes

Color #7E8FBF in popluar color models

7E8FBF
RGB126143191
HSL224°33.68%62.16%
HSB/HSV224°34.03%74.90%
CMYK34.03%25.13%0.00%
25.10%

Color #7E8FBF in popluar number systems.

HEX7E8FBF
Decimal126143191
Binary11111101000111110111111
Octal176217277

Shades and tints

Shades of #7E8FBF

#7E8FBF
(126,143,191)
#7382AE
(115,130,174)
#68759D
(104,117,157)
#5D688C
(93,104,140)
#525B7B
(82,91,123)
#474E6A
(71,78,106)
#3C4159
(60,65,89)
#313448
(49,52,72)
#262737
(38,39,55)
#1B1A26
(27,26,38)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #7E8FBF

#7E8FBF
(126,143,191)
#8999C4
(137,153,196)
#94A3C9
(148,163,201)
#9FADCE
(159,173,206)
#AAB7D3
(170,183,211)
#B5C1D8
(181,193,216)
#C0CBDD
(192,203,221)
#CBD5E2
(203,213,226)
#D6DFE7
(214,223,231)
#E1E9EC
(225,233,236)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8FBF; }

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

This text font color is #7E8FBF.


Background Color

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

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

This div background color is #7E8FBF.


Border color

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

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

This div border color is #7E8FBF.


Opacity

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

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

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

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

This text has shadow with #7E8FBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8FBF on black background.


Color preview on white background

This text has color #7E8FBF on white background.



Black color preview on #7E8FBF background

This text has black color on #7E8FBF background.


White color preview on #7E8FBF background

This text has white color on #7E8FBF background.