COLOR #7E81AA

HEX: #7E81AA
RGB: (126,129,170)

Color info

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

RGB color model

#7E81AA color RGB value is (126,129,170).

  • red value is 126;
  • green value is 129;
  • blue value is 170.
RGB:
(126,129,170)
(49%,51%,67%)

RGB channels and saturation

R 126 of 255 = 49%
G 129 of 255 = 51%
B 170 of 255 = 67%

126
129
170

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

Portions of RGB colors in percentages

R + G + B =
126 + 129 + 170 = 425 (100%)
R 126 of 425 ~ 29.65%
G 129 of 425 ~ 30.35%
B 170 of 425 ~ 40%

%29.65
%30.35
%40

CMYK color model

#7E81AA color CMYK value is (26,24,0,33).

  • cyan value is 25.88%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(26,24,0,33)
C26M24Y0K33 
(26%,24%,0%,33%)
(0.26/0.24/0.00/0.33)	

CMYK percentages

%25.88
%24.12
%0
%33.33

Codes

Color #7E81AA in popluar color models

7E81AA
RGB126129170
HSL236°20.56%58.04%
HSB/HSV236°25.88%66.67%
CMYK25.88%24.12%0.00%
33.33%

Color #7E81AA in popluar number systems.

HEX7E81AA
Decimal126129170
Binary11111101000000110101010
Octal176201252

Shades and tints

Shades of #7E81AA

#7E81AA
(126,129,170)
#73769B
(115,118,155)
#686B8C
(104,107,140)
#5D607D
(93,96,125)
#52556E
(82,85,110)
#474A5F
(71,74,95)
#3C3F50
(60,63,80)
#313441
(49,52,65)
#262932
(38,41,50)
#1B1E23
(27,30,35)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #7E81AA

#7E81AA
(126,129,170)
#898CB1
(137,140,177)
#9497B8
(148,151,184)
#9FA2BF
(159,162,191)
#AAADC6
(170,173,198)
#B5B8CD
(181,184,205)
#C0C3D4
(192,195,212)
#CBCEDB
(203,206,219)
#D6D9E2
(214,217,226)
#E1E4E9
(225,228,233)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E81AA color. Also use rgb(126,129,170) instead hex code.

Text Font Color

.myTextColor { color: #7E81AA; }

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

This text font color is #7E81AA.


Background Color

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

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

This div background color is #7E81AA.


Border color

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

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

This div border color is #7E81AA.


Opacity

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

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

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

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

This text has shadow with #7E81AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E81AA on black background.


Color preview on white background

This text has color #7E81AA on white background.



Black color preview on #7E81AA background

This text has black color on #7E81AA background.


White color preview on #7E81AA background

This text has white color on #7E81AA background.