COLOR #7E93AB

HEX: #7E93AB RGB: (126,147,171)

Color info

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

RGB color model

#7E93AB color RGB value is (126,147,171).

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

RGB channels and saturation

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

126
147
171

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

Portions of RGB colors in percentages

R + G + B = 126 + 147 + 171 = 444 (100%)
R 126 of 444 ~ 28.38%
G 147 of 444 ~ 33.11%
B 171 of 444 ~ 38.51'%

%28.38
%33.11
%38.51

CMYK color model

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

  • cyan value is 26.32%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (26,14,0,33) C26M14Y0K33 (26%,14%,0%,33%) (0.26/0.14/0.00/0.33) 

CMYK percentages

%26.32
%14.04
%0
%32.94

Codes

Color #7E93AB in popluar color models

7E 93 AB
RGB 126 147 171
HSL 212° 21.13% 58.24%
HSB/HSV 212° 26.32% 67.06%
CMYK 26.32% 14.04% 0.00%
32.94%

Color #7E93AB in popluar number systems.

HEX 7E 93 AB
Decimal 126 147 171
Binary 1111110 10010011 10101011
Octal 176 223 253

Shades and tints

Shades of #7E93AB

#7E93AB
(126,147,171)
#73869C
(115,134,156)
#68798D
(104,121,141)
#5D6C7E
(93,108,126)
#525F6F
(82,95,111)
#475260
(71,82,96)
#3C4551
(60,69,81)
#313842
(49,56,66)
#262B33
(38,43,51)
#1B1E24
(27,30,36)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #7E93AB

#7E93AB
(126,147,171)
#899CB2
(137,156,178)
#94A5B9
(148,165,185)
#9FAEC0
(159,174,192)
#AAB7C7
(170,183,199)
#B5C0CE
(181,192,206)
#C0C9D5
(192,201,213)
#CBD2DC
(203,210,220)
#D6DBE3
(214,219,227)
#E1E4EA
(225,228,234)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E93AB; }

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

This text font color is #7E93AB.

Background Color

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

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

This div background color is #7E93AB.

Border color

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

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

This div border color is #7E93AB.

Opacity

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

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

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

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

This text has shadow with #7E93AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E93AB.

Preview

Color preview on black background

This text has color #7E93AB on black background.


Color preview on white background

This text has color #7E93AB on white background.


Black color preview on #7E93AB background

This text has black color on #7E93AB background.


White color preview on #7E93AB background

This text has white color on #7E93AB background.


Related colors

Complementary color

Complementary color for #hex is #816C54.


I love getcolorcode.com

Triadic colors

1 #AB7E93 and #93AB7E with #7E93AB are triadic colors.

2 #AB937E and #937EAB with #7E93AB are triadic colors.