COLOR #7E84AD

HEX: #7E84AD RGB: (126,132,173)

Color info

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

RGB color model

#7E84AD color RGB value is (126,132,173).

RGB: (126,132,173) (49%, 52%, 68%)

RGB channels and saturation

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

126
132
173

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

Portions of RGB colors in percentages

R + G + B = 126 + 132 + 173 = 431 (100%)
R 126 of 431 ~ 29.23%
G 132 of 431 ~ 30.63%
B 173 of 431 ~ 40.14'%

%29.23
%30.63
%40.14

CMYK color model

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

  • cyan value is 27.17%
  • magenta value is 23.70%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (27,24,0,32)
C27M24Y0K32 (27%, 24%, 0%, 32%)
(0.27 / 0.24 / 0.00 / 0.32)

CMYK percentages

%27.17
%23.7
%0
%32.16

Codes

Color #7E84AD in popluar color models

7E 84 AD
RGB 126 132 173
HSL 232° 22.27% 58.63%
HSB/HSV 232° 27.17% 67.84%
CMYK 27.17% 23.70% 0.00%
32.16%

Color #7E84AD in popluar number systems.

HEX 7E 84 AD
Decimal 126 132 173
Binary 1111110 10000100 10101101
Octal 176 204 255

Shades and tints

Shades of #7E84AD

#7E84AD
(126,132,173)
#73789E
(115,120,158)
#686C8F
(104,108,143)
#5D6080
(93,96,128)
#525471
(82,84,113)
#474862
(71,72,98)
#3C3C53
(60,60,83)
#313044
(49,48,68)
#262435
(38,36,53)
#1B1826
(27,24,38)
#100C17
(16,12,23)
#000000
(0,0,0)

Tints of #7E84AD

#7E84AD
(126,132,173)
#898FB4
(137,143,180)
#949ABB
(148,154,187)
#9FA5C2
(159,165,194)
#AAB0C9
(170,176,201)
#B5BBD0
(181,187,208)
#C0C6D7
(192,198,215)
#CBD1DE
(203,209,222)
#D6DCE5
(214,220,229)
#E1E7EC
(225,231,236)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E84AD; }

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

This text font color is #7E84AD.

Background Color

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

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

This div background color is #7E84AD.

Border color

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

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

This div border color is #7E84AD.

Opacity

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

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

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

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

This text has shadow with #7E84AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E84AD.

Preview

Color preview on black background

This text has color #7E84AD on black background.


Color preview on white background

This text has color #7E84AD on white background.


Black color preview on #7E84AD background

This text has black color on #7E84AD background.


White color preview on #7E84AD background

This text has white color on #7E84AD background.


Related colors

Complementary color

Complementary color for #hex is #817B52.


I love getcolorcode.com

Triadic colors

1 #AD7E84 and #84AD7E with #7E84AD are triadic colors.

2 #AD847E and #847EAD with #7E84AD are triadic colors.