COLOR #7E8DC8

HEX: #7E8DC8
RGB: (126,141,200)

Color info

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

RGB color model

#7E8DC8 color RGB value is (126,141,200).

  • red value is 126;
  • green value is 141;
  • blue value is 200.
RGB:
(126,141,200)
(49%,55%,78%)

RGB channels and saturation

R 126 of 255 = 49%
G 141 of 255 = 55%
B 200 of 255 = 78%

126
141
200

R + G + B ~ 61%. #7E8DC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 141 + 200 = 467 (100%)
R 126 of 467 ~ 26.98%
G 141 of 467 ~ 30.19%
B 200 of 467 ~ 42.83%

%26.98
%30.19
%42.83

CMYK color model

#7E8DC8 color CMYK value is (37,30,0,22).

  • cyan value is 37.00%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(37,30,0,22)
C37M30Y0K22 
(37%,30%,0%,22%)
(0.37/0.30/0.00/0.22)	

CMYK percentages

%37
%29.5
%0
%21.57

Codes

Color #7E8DC8 in popluar color models

7E8DC8
RGB126141200
HSL228°40.22%63.92%
HSB/HSV228°37.00%78.43%
CMYK37.00%29.50%0.00%
21.57%

Color #7E8DC8 in popluar number systems.

HEX7E8DC8
Decimal126141200
Binary11111101000110111001000
Octal176215310

Shades and tints

Shades of #7E8DC8

#7E8DC8
(126,141,200)
#7381B6
(115,129,182)
#6875A4
(104,117,164)
#5D6992
(93,105,146)
#525D80
(82,93,128)
#47516E
(71,81,110)
#3C455C
(60,69,92)
#31394A
(49,57,74)
#262D38
(38,45,56)
#1B2126
(27,33,38)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #7E8DC8

#7E8DC8
(126,141,200)
#8997CD
(137,151,205)
#94A1D2
(148,161,210)
#9FABD7
(159,171,215)
#AAB5DC
(170,181,220)
#B5BFE1
(181,191,225)
#C0C9E6
(192,201,230)
#CBD3EB
(203,211,235)
#D6DDF0
(214,221,240)
#E1E7F5
(225,231,245)
#ECF1FA
(236,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8DC8 color. Also use rgb(126,141,200) instead hex code.

Text Font Color

.myTextColor { color: #7E8DC8; }

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

This text font color is #7E8DC8.


Background Color

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

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

This div background color is #7E8DC8.


Border color

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

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

This div border color is #7E8DC8.


Opacity

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

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

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

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

This text has shadow with #7E8DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8DC8 on black background.


Color preview on white background

This text has color #7E8DC8 on white background.



Black color preview on #7E8DC8 background

This text has black color on #7E8DC8 background.


White color preview on #7E8DC8 background

This text has white color on #7E8DC8 background.