COLOR #7E93AA

HEX: #7E93AA RGB: (126,147,170)

Color info

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

RGB color model

#7E93AA color RGB value is (126,147,170).

RGB: (126,147,170) (49%, 58%, 67%)

RGB channels and saturation

R 126 of 255 = 49%
G 147 of 255 = 58%
B 170 of 255 = 67%

126
147
170

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

Portions of RGB colors in percentages

R + G + B = 126 + 147 + 170 = 443 (100%)
R 126 of 443 ~ 28.44%
G 147 of 443 ~ 33.18%
B 170 of 443 ~ 38.37'%

%28.44
%33.18
%38.37

CMYK color model

#7E93AA color CMYK value is (26,14,0,33).

  • cyan value is 25.88%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (26,14,0,33)
C26M14Y0K33 (26%, 14%, 0%, 33%)
(0.26 / 0.14 / 0.00 / 0.33)

CMYK percentages

%25.88
%13.53
%0
%33.33

Codes

Color #7E93AA in popluar color models

7E 93 AA
RGB 126 147 170
HSL 211° 20.56% 58.04%
HSB/HSV 211° 25.88% 66.67%
CMYK 25.88% 13.53% 0.00%
33.33%

Color #7E93AA in popluar number systems.

HEX 7E 93 AA
Decimal 126 147 170
Binary 1111110 10010011 10101010
Octal 176 223 252

Shades and tints

Shades of #7E93AA

#7E93AA
(126,147,170)
#73869B
(115,134,155)
#68798C
(104,121,140)
#5D6C7D
(93,108,125)
#525F6E
(82,95,110)
#47525F
(71,82,95)
#3C4550
(60,69,80)
#313841
(49,56,65)
#262B32
(38,43,50)
#1B1E23
(27,30,35)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #7E93AA

#7E93AA
(126,147,170)
#899CB1
(137,156,177)
#94A5B8
(148,165,184)
#9FAEBF
(159,174,191)
#AAB7C6
(170,183,198)
#B5C0CD
(181,192,205)
#C0C9D4
(192,201,212)
#CBD2DB
(203,210,219)
#D6DBE2
(214,219,226)
#E1E4E9
(225,228,233)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E93AA; }

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

This text font color is #7E93AA.

Background Color

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

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

This div background color is #7E93AA.

Border color

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

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

This div border color is #7E93AA.

Opacity

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

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

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

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

This text has shadow with #7E93AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E93AA.

Preview

Color preview on black background

This text has color #7E93AA on black background.


Color preview on white background

This text has color #7E93AA on white background.


Black color preview on #7E93AA background

This text has black color on #7E93AA background.


White color preview on #7E93AA background

This text has white color on #7E93AA background.


Related colors

Complementary color

Complementary color for #hex is #816C55.


I love getcolorcode.com

Triadic colors

1 #AA7E93 and #93AA7E with #7E93AA are triadic colors.

2 #AA937E and #937EAA with #7E93AA are triadic colors.