COLOR #7E87B9

HEX: #7E87B9 RGB: (126,135,185)

Color info

#7E87B9 contains red, green and blue colors in about the same proportion. Web safe color of #7E87B9 is #6699CC (or #69C).

RGB color model

#7E87B9 color RGB value is (126,135,185).

RGB: (126,135,185) (49%, 53%, 73%)

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 185 of 255 = 73%

126
135
185

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

Portions of RGB colors in percentages

R + G + B = 126 + 135 + 185 = 446 (100%)
R 126 of 446 ~ 28.25%
G 135 of 446 ~ 30.27%
B 185 of 446 ~ 41.48'%

%28.25
%30.27
%41.48

CMYK color model

#7E87B9 color CMYK value is (32,27,0,27).

  • cyan value is 31.89%
  • magenta value is 27.03%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (32,27,0,27)
C32M27Y0K27 (32%, 27%, 0%, 27%)
(0.32 / 0.27 / 0.00 / 0.27)

CMYK percentages

%31.89
%27.03
%0
%27.45

Codes

Color #7E87B9 in popluar color models

7E 87 B9
RGB 126 135 185
HSL 231° 29.65% 60.98%
HSB/HSV 231° 31.89% 72.55%
CMYK 31.89% 27.03% 0.00%
27.45%

Color #7E87B9 in popluar number systems.

HEX 7E 87 B9
Decimal 126 135 185
Binary 1111110 10000111 10111001
Octal 176 207 271

Shades and tints

Shades of #7E87B9

#7E87B9
(126,135,185)
#737BA9
(115,123,169)
#686F99
(104,111,153)
#5D6389
(93,99,137)
#525779
(82,87,121)
#474B69
(71,75,105)
#3C3F59
(60,63,89)
#313349
(49,51,73)
#262739
(38,39,57)
#1B1B29
(27,27,41)
#100F19
(16,15,25)
#000000
(0,0,0)

Tints of #7E87B9

#7E87B9
(126,135,185)
#8991BF
(137,145,191)
#949BC5
(148,155,197)
#9FA5CB
(159,165,203)
#AAAFD1
(170,175,209)
#B5B9D7
(181,185,215)
#C0C3DD
(192,195,221)
#CBCDE3
(203,205,227)
#D6D7E9
(214,215,233)
#E1E1EF
(225,225,239)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E87B9; }

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

This text font color is #7E87B9.

Background Color

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

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

This div background color is #7E87B9.

Border color

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

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

This div border color is #7E87B9.

Opacity

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

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

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

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

This text has shadow with #7E87B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E87B9.

Preview

Color preview on black background

This text has color #7E87B9 on black background.


Color preview on white background

This text has color #7E87B9 on white background.


Black color preview on #7E87B9 background

This text has black color on #7E87B9 background.


White color preview on #7E87B9 background

This text has white color on #7E87B9 background.


Related colors

Complementary color

Complementary color for #hex is #817846.


I love getcolorcode.com

Triadic colors

1 #B97E87 and #87B97E with #7E87B9 are triadic colors.

2 #B9877E and #877EB9 with #7E87B9 are triadic colors.