COLOR #7E9EAD

HEX: #7E9EAD RGB: (126,158,173)

Color info

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

RGB color model

#7E9EAD color RGB value is (126,158,173).

RGB: (126,158,173) (49%, 62%, 68%)

RGB channels and saturation

R 126 of 255 = 49%
G 158 of 255 = 62%
B 173 of 255 = 68%

126
158
173

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

Portions of RGB colors in percentages

R + G + B = 126 + 158 + 173 = 457 (100%)
R 126 of 457 ~ 27.57%
G 158 of 457 ~ 34.57%
B 173 of 457 ~ 37.86'%

%27.57
%34.57
%37.86

CMYK color model

#7E9EAD color CMYK value is (27,9,0,32).

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

CMYK: (27,9,0,32)
C27M9Y0K32 (27%, 9%, 0%, 32%)
(0.27 / 0.09 / 0.00 / 0.32)

CMYK percentages

%27.17
%8.67
%0
%32.16

Codes

Color #7E9EAD in popluar color models

7E 9E AD
RGB 126 158 173
HSL 199° 22.27% 58.63%
HSB/HSV 199° 27.17% 67.84%
CMYK 27.17% 8.67% 0.00%
32.16%

Color #7E9EAD in popluar number systems.

HEX 7E 9E AD
Decimal 126 158 173
Binary 1111110 10011110 10101101
Octal 176 236 255

Shades and tints

Shades of #7E9EAD

#7E9EAD
(126,158,173)
#73909E
(115,144,158)
#68828F
(104,130,143)
#5D7480
(93,116,128)
#526671
(82,102,113)
#475862
(71,88,98)
#3C4A53
(60,74,83)
#313C44
(49,60,68)
#262E35
(38,46,53)
#1B2026
(27,32,38)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #7E9EAD

#7E9EAD
(126,158,173)
#89A6B4
(137,166,180)
#94AEBB
(148,174,187)
#9FB6C2
(159,182,194)
#AABEC9
(170,190,201)
#B5C6D0
(181,198,208)
#C0CED7
(192,206,215)
#CBD6DE
(203,214,222)
#D6DEE5
(214,222,229)
#E1E6EC
(225,230,236)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9EAD; }

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

This text font color is #7E9EAD.

Background Color

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

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

This div background color is #7E9EAD.

Border color

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

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

This div border color is #7E9EAD.

Opacity

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

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

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

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

This text has shadow with #7E9EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9EAD.

Preview

Color preview on black background

This text has color #7E9EAD on black background.


Color preview on white background

This text has color #7E9EAD on white background.


Black color preview on #7E9EAD background

This text has black color on #7E9EAD background.


White color preview on #7E9EAD background

This text has white color on #7E9EAD background.


Related colors

Complementary color

Complementary color for #hex is #816152.


I love getcolorcode.com

Triadic colors

1 #AD7E9E and #9EAD7E with #7E9EAD are triadic colors.

2 #AD9E7E and #9E7EAD with #7E9EAD are triadic colors.