COLOR #7E8BCB

HEX: #7E8BCB RGB: (126,139,203)

Color info

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

RGB color model

#7E8BCB color RGB value is (126,139,203).

RGB: (126,139,203) (49%, 55%, 80%)

RGB channels and saturation

R 126 of 255 = 49%
G 139 of 255 = 55%
B 203 of 255 = 80%

126
139
203

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

Portions of RGB colors in percentages

R + G + B = 126 + 139 + 203 = 468 (100%)
R 126 of 468 ~ 26.92%
G 139 of 468 ~ 29.7%
B 203 of 468 ~ 43.38'%

%26.92
%29.7
%43.38

CMYK color model

#7E8BCB color CMYK value is (38,32,0,20).

  • cyan value is 37.93%
  • magenta value is 31.53%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (38,32,0,20)
C38M32Y0K20 (38%, 32%, 0%, 20%)
(0.38 / 0.32 / 0.00 / 0.20)

CMYK percentages

%37.93
%31.53
%0
%20.39

Codes

Color #7E8BCB in popluar color models

7E 8B CB
RGB 126 139 203
HSL 230° 42.54% 64.51%
HSB/HSV 230° 37.93% 79.61%
CMYK 37.93% 31.53% 0.00%
20.39%

Color #7E8BCB in popluar number systems.

HEX 7E 8B CB
Decimal 126 139 203
Binary 1111110 10001011 11001011
Octal 176 213 313

Shades and tints

Shades of #7E8BCB

#7E8BCB
(126,139,203)
#737FB9
(115,127,185)
#6873A7
(104,115,167)
#5D6795
(93,103,149)
#525B83
(82,91,131)
#474F71
(71,79,113)
#3C435F
(60,67,95)
#31374D
(49,55,77)
#262B3B
(38,43,59)
#1B1F29
(27,31,41)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #7E8BCB

#7E8BCB
(126,139,203)
#8995CF
(137,149,207)
#949FD3
(148,159,211)
#9FA9D7
(159,169,215)
#AAB3DB
(170,179,219)
#B5BDDF
(181,189,223)
#C0C7E3
(192,199,227)
#CBD1E7
(203,209,231)
#D6DBEB
(214,219,235)
#E1E5EF
(225,229,239)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8BCB; }

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

This text font color is #7E8BCB.

Background Color

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

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

This div background color is #7E8BCB.

Border color

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

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

This div border color is #7E8BCB.

Opacity

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

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

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

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

This text has shadow with #7E8BCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8BCB.

Preview

Color preview on black background

This text has color #7E8BCB on black background.


Color preview on white background

This text has color #7E8BCB on white background.


Black color preview on #7E8BCB background

This text has black color on #7E8BCB background.


White color preview on #7E8BCB background

This text has white color on #7E8BCB background.


Related colors

Complementary color

Complementary color for #hex is #817434.


I love getcolorcode.com

Triadic colors

1 #CB7E8B and #8BCB7E with #7E8BCB are triadic colors.

2 #CB8B7E and #8B7ECB with #7E8BCB are triadic colors.