COLOR #7E81A8

HEX: #7E81A8 RGB: (126,129,168)

Color info

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

RGB color model

#7E81A8 color RGB value is (126,129,168).

RGB: (126,129,168) (49%, 51%, 66%)

RGB channels and saturation

R 126 of 255 = 49%
G 129 of 255 = 51%
B 168 of 255 = 66%

126
129
168

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

Portions of RGB colors in percentages

R + G + B = 126 + 129 + 168 = 423 (100%)
R 126 of 423 ~ 29.79%
G 129 of 423 ~ 30.5%
B 168 of 423 ~ 39.72'%

%29.79
%30.5
%39.72

CMYK color model

#7E81A8 color CMYK value is (25,23,0,34).

  • cyan value is 25.00%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (25,23,0,34)
C25M23Y0K34 (25%, 23%, 0%, 34%)
(0.25 / 0.23 / 0.00 / 0.34)

CMYK percentages

%25
%23.21
%0
%34.12

Codes

Color #7E81A8 in popluar color models

7E 81 A8
RGB 126 129 168
HSL 236° 19.44% 57.65%
HSB/HSV 236° 25.00% 65.88%
CMYK 25.00% 23.21% 0.00%
34.12%

Color #7E81A8 in popluar number systems.

HEX 7E 81 A8
Decimal 126 129 168
Binary 1111110 10000001 10101000
Octal 176 201 250

Shades and tints

Shades of #7E81A8

#7E81A8
(126,129,168)
#737699
(115,118,153)
#686B8A
(104,107,138)
#5D607B
(93,96,123)
#52556C
(82,85,108)
#474A5D
(71,74,93)
#3C3F4E
(60,63,78)
#31343F
(49,52,63)
#262930
(38,41,48)
#1B1E21
(27,30,33)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #7E81A8

#7E81A8
(126,129,168)
#898CAF
(137,140,175)
#9497B6
(148,151,182)
#9FA2BD
(159,162,189)
#AAADC4
(170,173,196)
#B5B8CB
(181,184,203)
#C0C3D2
(192,195,210)
#CBCED9
(203,206,217)
#D6D9E0
(214,217,224)
#E1E4E7
(225,228,231)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E81A8; }

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

This text font color is #7E81A8.

Background Color

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

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

This div background color is #7E81A8.

Border color

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

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

This div border color is #7E81A8.

Opacity

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

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

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

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

This text has shadow with #7E81A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E81A8.

Preview

Color preview on black background

This text has color #7E81A8 on black background.


Color preview on white background

This text has color #7E81A8 on white background.


Black color preview on #7E81A8 background

This text has black color on #7E81A8 background.


White color preview on #7E81A8 background

This text has white color on #7E81A8 background.


Related colors

Complementary color

Complementary color for #hex is #817E57.


I love getcolorcode.com

Triadic colors

1 #A87E81 and #81A87E with #7E81A8 are triadic colors.

2 #A8817E and #817EA8 with #7E81A8 are triadic colors.