COLOR #7E87AD

HEX: #7E87AD
RGB: (126,135,173)

Color info

#7E87AD contains red, green and blue colors in about the same proportion. Web safe color of #7E87AD is #669999 (or #699).

RGB color model

#7E87AD color RGB value is (126,135,173).

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

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 173 of 255 = 68%

126
135
173

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

Portions of RGB colors in percentages

R + G + B =
126 + 135 + 173 = 434 (100%)
R 126 of 434 ~ 29.03%
G 135 of 434 ~ 31.11%
B 173 of 434 ~ 39.86%

%29.03
%31.11
%39.86

CMYK color model

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

  • cyan value is 27.17%
  • magenta value is 21.97%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (27,22,0,32) C27M22Y0K32 (27%,22%,0%,32%) (0.27/0.22/0.00/0.32)

CMYK percentages

%27.17
%21.97
%0
%32.16

Codes

Color #7E87AD in popluar color models

7E87AD
RGB126135173
HSL229°22.27%58.63%
HSB/HSV229°27.17%67.84%
CMYK27.17%21.97%0.00%
32.16%

Color #7E87AD in popluar number systems.

HEX7E87AD
Decimal126135173
Binary11111101000011110101101
Octal176207255

Shades and tints

Shades of #7E87AD

#7E87AD
(126,135,173)
#737B9E
(115,123,158)
#686F8F
(104,111,143)
#5D6380
(93,99,128)
#525771
(82,87,113)
#474B62
(71,75,98)
#3C3F53
(60,63,83)
#313344
(49,51,68)
#262735
(38,39,53)
#1B1B26
(27,27,38)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #7E87AD

#7E87AD
(126,135,173)
#8991B4
(137,145,180)
#949BBB
(148,155,187)
#9FA5C2
(159,165,194)
#AAAFC9
(170,175,201)
#B5B9D0
(181,185,208)
#C0C3D7
(192,195,215)
#CBCDDE
(203,205,222)
#D6D7E5
(214,215,229)
#E1E1EC
(225,225,236)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E87AD; }

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

This text font color is #7E87AD.


Background Color

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

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

This div background color is #7E87AD.


Border color

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

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

This div border color is #7E87AD.


Opacity

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

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

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

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

This text has shadow with #7E87AD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7E87AD on black background.


Color preview on white background

This text has color #7E87AD on white background.



Black color preview on #7E87AD background

This text has black color on #7E87AD background.


White color preview on #7E87AD background

This text has white color on #7E87AD background.