COLOR #7E8CDC

HEX: #7E8CDC RGB: (126,140,220)

Color info

#7E8CDC contains mainly blue color. Web safe color of #7E8CDC is #6699CC (or #69C).

RGB color model

#7E8CDC color RGB value is (126,140,220).

RGB: (126,140,220) (49%, 55%, 86%)

RGB channels and saturation

R 126 of 255 = 49%
G 140 of 255 = 55%
B 220 of 255 = 86%

126
140
220

R + G + B ~ 63%. #7E8CDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 140 + 220 = 486 (100%)
R 126 of 486 ~ 25.93%
G 140 of 486 ~ 28.81%
B 220 of 486 ~ 45.27'%

%25.93
%28.81
%45.27

CMYK color model

#7E8CDC color CMYK value is (43,36,0,14).

  • cyan value is 42.73%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (43,36,0,14)
C43M36Y0K14 (43%, 36%, 0%, 14%)
(0.43 / 0.36 / 0.00 / 0.14)

CMYK percentages

%42.73
%36.36
%0
%13.73

Codes

Color #7E8CDC in popluar color models

7E 8C DC
RGB 126 140 220
HSL 231° 57.32% 67.84%
HSB/HSV 231° 42.73% 86.27%
CMYK 42.73% 36.36% 0.00%
13.73%

Color #7E8CDC in popluar number systems.

HEX 7E 8C DC
Decimal 126 140 220
Binary 1111110 10001100 11011100
Octal 176 214 334

Shades and tints

Shades of #7E8CDC

#7E8CDC
(126,140,220)
#7380C8
(115,128,200)
#6874B4
(104,116,180)
#5D68A0
(93,104,160)
#525C8C
(82,92,140)
#475078
(71,80,120)
#3C4464
(60,68,100)
#313850
(49,56,80)
#262C3C
(38,44,60)
#1B2028
(27,32,40)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #7E8CDC

#7E8CDC
(126,140,220)
#8996DF
(137,150,223)
#94A0E2
(148,160,226)
#9FAAE5
(159,170,229)
#AAB4E8
(170,180,232)
#B5BEEB
(181,190,235)
#C0C8EE
(192,200,238)
#CBD2F1
(203,210,241)
#D6DCF4
(214,220,244)
#E1E6F7
(225,230,247)
#ECF0FA
(236,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8CDC color. Also use rgb(126,140,220) instead hex code.

Text Font Color

.myTextColor { color: #7E8CDC; }

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

This text font color is #7E8CDC.

Background Color

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

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

This div background color is #7E8CDC.

Border color

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

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

This div border color is #7E8CDC.

Opacity

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

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

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

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

This text has shadow with #7E8CDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8CDC.

Preview

Color preview on black background

This text has color #7E8CDC on black background.


Color preview on white background

This text has color #7E8CDC on white background.


Black color preview on #7E8CDC background

This text has black color on #7E8CDC background.


White color preview on #7E8CDC background

This text has white color on #7E8CDC background.


Related colors

Complementary color

Complementary color for #hex is #817323.


I love getcolorcode.com

Triadic colors

1 #DC7E8C and #8CDC7E with #7E8CDC are triadic colors.

2 #DC8C7E and #8C7EDC with #7E8CDC are triadic colors.