COLOR #7E81AB

HEX: #7E81AB
RGB: (126,129,171)

Color info

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

RGB color model

#7E81AB color RGB value is (126,129,171).

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

RGB channels and saturation

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

126
129
171

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

Portions of RGB colors in percentages

R + G + B =
126 + 129 + 171 = 426 (100%)
R 126 of 426 ~ 29.58%
G 129 of 426 ~ 30.28%
B 171 of 426 ~ 40.14%

%29.58
%30.28
%40.14

CMYK color model

#7E81AB color CMYK value is (26,25,0,33).

  • cyan value is 26.32%
  • magenta value is 24.56%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(26,25,0,33)
C26M25Y0K33 
(26%,25%,0%,33%)
(0.26/0.25/0.00/0.33)	

CMYK percentages

%26.32
%24.56
%0
%32.94

Codes

Color #7E81AB in popluar color models

7E81AB
RGB126129171
HSL236°21.13%58.24%
HSB/HSV236°26.32%67.06%
CMYK26.32%24.56%0.00%
32.94%

Color #7E81AB in popluar number systems.

HEX7E81AB
Decimal126129171
Binary11111101000000110101011
Octal176201253

Shades and tints

Shades of #7E81AB

#7E81AB
(126,129,171)
#73769C
(115,118,156)
#686B8D
(104,107,141)
#5D607E
(93,96,126)
#52556F
(82,85,111)
#474A60
(71,74,96)
#3C3F51
(60,63,81)
#313442
(49,52,66)
#262933
(38,41,51)
#1B1E24
(27,30,36)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #7E81AB

#7E81AB
(126,129,171)
#898CB2
(137,140,178)
#9497B9
(148,151,185)
#9FA2C0
(159,162,192)
#AAADC7
(170,173,199)
#B5B8CE
(181,184,206)
#C0C3D5
(192,195,213)
#CBCEDC
(203,206,220)
#D6D9E3
(214,217,227)
#E1E4EA
(225,228,234)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E81AB; }

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

This text font color is #7E81AB.


Background Color

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

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

This div background color is #7E81AB.


Border color

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

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

This div border color is #7E81AB.


Opacity

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

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

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

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

This text has shadow with #7E81AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E81AB on black background.


Color preview on white background

This text has color #7E81AB on white background.



Black color preview on #7E81AB background

This text has black color on #7E81AB background.


White color preview on #7E81AB background

This text has white color on #7E81AB background.