COLOR #7E86CD

HEX: #7E86CD RGB: (126,134,205)

Color info

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

RGB color model

#7E86CD color RGB value is (126,134,205).

RGB: (126,134,205) (49%, 53%, 80%)

RGB channels and saturation

R 126 of 255 = 49%
G 134 of 255 = 53%
B 205 of 255 = 80%

126
134
205

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

Portions of RGB colors in percentages

R + G + B = 126 + 134 + 205 = 465 (100%)
R 126 of 465 ~ 27.1%
G 134 of 465 ~ 28.82%
B 205 of 465 ~ 44.09'%

%27.1
%28.82
%44.09

CMYK color model

#7E86CD color CMYK value is (39,35,0,20).

  • cyan value is 38.54%
  • magenta value is 34.63%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (39,35,0,20) C39M35Y0K20 (39%,35%,0%,20%) (0.39/0.35/0.00/0.20) 

CMYK percentages

%38.54
%34.63
%0
%19.61

Codes

Color #7E86CD in popluar color models

7E 86 CD
RGB 126 134 205
HSL 234° 44.13% 64.90%
HSB/HSV 234° 38.54% 80.39%
CMYK 38.54% 34.63% 0.00%
19.61%

Color #7E86CD in popluar number systems.

HEX 7E 86 CD
Decimal 126 134 205
Binary 1111110 10000110 11001101
Octal 176 206 315

Shades and tints

Shades of #7E86CD

#7E86CD
(126,134,205)
#737ABB
(115,122,187)
#686EA9
(104,110,169)
#5D6297
(93,98,151)
#525685
(82,86,133)
#474A73
(71,74,115)
#3C3E61
(60,62,97)
#31324F
(49,50,79)
#26263D
(38,38,61)
#1B1A2B
(27,26,43)
#100E19
(16,14,25)
#000000
(0,0,0)

Tints of #7E86CD

#7E86CD
(126,134,205)
#8991D1
(137,145,209)
#949CD5
(148,156,213)
#9FA7D9
(159,167,217)
#AAB2DD
(170,178,221)
#B5BDE1
(181,189,225)
#C0C8E5
(192,200,229)
#CBD3E9
(203,211,233)
#D6DEED
(214,222,237)
#E1E9F1
(225,233,241)
#ECF4F5
(236,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E86CD color. Also use rgb(126,134,205) instead hex code.

Text Font Color

.myTextColor { color: #7E86CD; }

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

This text font color is #7E86CD.

Background Color

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

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

This div background color is #7E86CD.

Border color

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

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

This div border color is #7E86CD.

Opacity

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

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

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

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

This text has shadow with #7E86CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E86CD.

Preview

Color preview on black background

This text has color #7E86CD on black background.


Color preview on white background

This text has color #7E86CD on white background.


Black color preview on #7E86CD background

This text has black color on #7E86CD background.


White color preview on #7E86CD background

This text has white color on #7E86CD background.


Related colors

Complementary color

Complementary color for #hex is #817932.


I love getcolorcode.com

Triadic colors

1 #CD7E86 and #86CD7E with #7E86CD are triadic colors.

2 #CD867E and #867ECD with #7E86CD are triadic colors.