COLOR #7E87BC

HEX: #7E87BC
RGB: (126,135,188)

Color info

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

RGB color model

#7E87BC color RGB value is (126,135,188).

  • red value is 126;
  • green value is 135;
  • blue value is 188.
RGB:
(126,135,188)
(49%,53%,74%)

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 188 of 255 = 74%

126
135
188

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

Portions of RGB colors in percentages

R + G + B =
126 + 135 + 188 = 449 (100%)
R 126 of 449 ~ 28.06%
G 135 of 449 ~ 30.07%
B 188 of 449 ~ 41.87%

%28.06
%30.07
%41.87

CMYK color model

#7E87BC color CMYK value is (33,28,0,26).

  • cyan value is 32.98%
  • magenta value is 28.19%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(33,28,0,26)
C33M28Y0K26 
(33%,28%,0%,26%)
(0.33/0.28/0.00/0.26)	

CMYK percentages

%32.98
%28.19
%0
%26.27

Codes

Color #7E87BC in popluar color models

7E87BC
RGB126135188
HSL231°31.63%61.57%
HSB/HSV231°32.98%73.73%
CMYK32.98%28.19%0.00%
26.27%

Color #7E87BC in popluar number systems.

HEX7E87BC
Decimal126135188
Binary11111101000011110111100
Octal176207274

Shades and tints

Shades of #7E87BC

#7E87BC
(126,135,188)
#737BAB
(115,123,171)
#686F9A
(104,111,154)
#5D6389
(93,99,137)
#525778
(82,87,120)
#474B67
(71,75,103)
#3C3F56
(60,63,86)
#313345
(49,51,69)
#262734
(38,39,52)
#1B1B23
(27,27,35)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #7E87BC

#7E87BC
(126,135,188)
#8991C2
(137,145,194)
#949BC8
(148,155,200)
#9FA5CE
(159,165,206)
#AAAFD4
(170,175,212)
#B5B9DA
(181,185,218)
#C0C3E0
(192,195,224)
#CBCDE6
(203,205,230)
#D6D7EC
(214,215,236)
#E1E1F2
(225,225,242)
#ECEBF8
(236,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E87BC color. Also use rgb(126,135,188) instead hex code.

Text Font Color

.myTextColor { color: #7E87BC; }

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

This text font color is #7E87BC.


Background Color

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

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

This div background color is #7E87BC.


Border color

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

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

This div border color is #7E87BC.


Opacity

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

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

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

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

This text has shadow with #7E87BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E87BC on black background.


Color preview on white background

This text has color #7E87BC on white background.



Black color preview on #7E87BC background

This text has black color on #7E87BC background.


White color preview on #7E87BC background

This text has white color on #7E87BC background.