COLOR #7E84AE

HEX: #7E84AE
RGB: (126,132,174)

Color info

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

RGB color model

#7E84AE color RGB value is (126,132,174).

  • red value is 126;
  • green value is 132;
  • blue value is 174.
RGB:
(126,132,174)
(49%,52%,68%)

RGB channels and saturation

R 126 of 255 = 49%
G 132 of 255 = 52%
B 174 of 255 = 68%

126
132
174

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

Portions of RGB colors in percentages

R + G + B =
126 + 132 + 174 = 432 (100%)
R 126 of 432 ~ 29.17%
G 132 of 432 ~ 30.56%
B 174 of 432 ~ 40.28%

%29.17
%30.56
%40.28

CMYK color model

#7E84AE color CMYK value is (28,24,0,32).

  • cyan value is 27.59%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(28,24,0,32)
C28M24Y0K32 
(28%,24%,0%,32%)
(0.28/0.24/0.00/0.32)	

CMYK percentages

%27.59
%24.14
%0
%31.76

Codes

Color #7E84AE in popluar color models

7E84AE
RGB126132174
HSL233°22.86%58.82%
HSB/HSV233°27.59%68.24%
CMYK27.59%24.14%0.00%
31.76%

Color #7E84AE in popluar number systems.

HEX7E84AE
Decimal126132174
Binary11111101000010010101110
Octal176204256

Shades and tints

Shades of #7E84AE

#7E84AE
(126,132,174)
#73789F
(115,120,159)
#686C90
(104,108,144)
#5D6081
(93,96,129)
#525472
(82,84,114)
#474863
(71,72,99)
#3C3C54
(60,60,84)
#313045
(49,48,69)
#262436
(38,36,54)
#1B1827
(27,24,39)
#100C18
(16,12,24)
#000000
(0,0,0)

Tints of #7E84AE

#7E84AE
(126,132,174)
#898FB5
(137,143,181)
#949ABC
(148,154,188)
#9FA5C3
(159,165,195)
#AAB0CA
(170,176,202)
#B5BBD1
(181,187,209)
#C0C6D8
(192,198,216)
#CBD1DF
(203,209,223)
#D6DCE6
(214,220,230)
#E1E7ED
(225,231,237)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E84AE color. Also use rgb(126,132,174) instead hex code.

Text Font Color

.myTextColor { color: #7E84AE; }

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

This text font color is #7E84AE.


Background Color

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

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

This div background color is #7E84AE.


Border color

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

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

This div border color is #7E84AE.


Opacity

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

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

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

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

This text has shadow with #7E84AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E84AE on black background.


Color preview on white background

This text has color #7E84AE on white background.



Black color preview on #7E84AE background

This text has black color on #7E84AE background.


White color preview on #7E84AE background

This text has white color on #7E84AE background.