COLOR #7E8BC3

HEX: #7E8BC3
RGB: (126,139,195)

Color info

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

RGB color model

#7E8BC3 color RGB value is (126,139,195).

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

RGB channels and saturation

R 126 of 255 = 49%
G 139 of 255 = 55%
B 195 of 255 = 76%

126
139
195

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

Portions of RGB colors in percentages

R + G + B =
126 + 139 + 195 = 460 (100%)
R 126 of 460 ~ 27.39%
G 139 of 460 ~ 30.22%
B 195 of 460 ~ 42.39%

%27.39
%30.22
%42.39

CMYK color model

#7E8BC3 color CMYK value is (35,29,0,24).

  • cyan value is 35.38%
  • magenta value is 28.72%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(35,29,0,24)
C35M29Y0K24 
(35%,29%,0%,24%)
(0.35/0.29/0.00/0.24)	

CMYK percentages

%35.38
%28.72
%0
%23.53

Codes

Color #7E8BC3 in popluar color models

7E8BC3
RGB126139195
HSL229°36.51%62.94%
HSB/HSV229°35.38%76.47%
CMYK35.38%28.72%0.00%
23.53%

Color #7E8BC3 in popluar number systems.

HEX7E8BC3
Decimal126139195
Binary11111101000101111000011
Octal176213303

Shades and tints

Shades of #7E8BC3

#7E8BC3
(126,139,195)
#737FB2
(115,127,178)
#6873A1
(104,115,161)
#5D6790
(93,103,144)
#525B7F
(82,91,127)
#474F6E
(71,79,110)
#3C435D
(60,67,93)
#31374C
(49,55,76)
#262B3B
(38,43,59)
#1B1F2A
(27,31,42)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #7E8BC3

#7E8BC3
(126,139,195)
#8995C8
(137,149,200)
#949FCD
(148,159,205)
#9FA9D2
(159,169,210)
#AAB3D7
(170,179,215)
#B5BDDC
(181,189,220)
#C0C7E1
(192,199,225)
#CBD1E6
(203,209,230)
#D6DBEB
(214,219,235)
#E1E5F0
(225,229,240)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8BC3; }

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

This text font color is #7E8BC3.


Background Color

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

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

This div background color is #7E8BC3.


Border color

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

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

This div border color is #7E8BC3.


Opacity

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

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

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

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

This text has shadow with #7E8BC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8BC3 on black background.


Color preview on white background

This text has color #7E8BC3 on white background.



Black color preview on #7E8BC3 background

This text has black color on #7E8BC3 background.


White color preview on #7E8BC3 background

This text has white color on #7E8BC3 background.