COLOR #7E91AB

HEX: #7E91AB RGB: (126,145,171)

Color info

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

RGB color model

#7E91AB color RGB value is (126,145,171).

RGB: (126,145,171) (49%, 57%, 67%)

RGB channels and saturation

R 126 of 255 = 49%
G 145 of 255 = 57%
B 171 of 255 = 67%

126
145
171

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

Portions of RGB colors in percentages

R + G + B = 126 + 145 + 171 = 442 (100%)
R 126 of 442 ~ 28.51%
G 145 of 442 ~ 32.81%
B 171 of 442 ~ 38.69'%

%28.51
%32.81
%38.69

CMYK color model

#7E91AB color CMYK value is (26,15,0,33).

  • cyan value is 26.32%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (26,15,0,33)
C26M15Y0K33 (26%, 15%, 0%, 33%)
(0.26 / 0.15 / 0.00 / 0.33)

CMYK percentages

%26.32
%15.2
%0
%32.94

Codes

Color #7E91AB in popluar color models

7E 91 AB
RGB 126 145 171
HSL 215° 21.13% 58.24%
HSB/HSV 215° 26.32% 67.06%
CMYK 26.32% 15.20% 0.00%
32.94%

Color #7E91AB in popluar number systems.

HEX 7E 91 AB
Decimal 126 145 171
Binary 1111110 10010001 10101011
Octal 176 221 253

Shades and tints

Shades of #7E91AB

#7E91AB
(126,145,171)
#73849C
(115,132,156)
#68778D
(104,119,141)
#5D6A7E
(93,106,126)
#525D6F
(82,93,111)
#475060
(71,80,96)
#3C4351
(60,67,81)
#313642
(49,54,66)
#262933
(38,41,51)
#1B1C24
(27,28,36)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #7E91AB

#7E91AB
(126,145,171)
#899BB2
(137,155,178)
#94A5B9
(148,165,185)
#9FAFC0
(159,175,192)
#AAB9C7
(170,185,199)
#B5C3CE
(181,195,206)
#C0CDD5
(192,205,213)
#CBD7DC
(203,215,220)
#D6E1E3
(214,225,227)
#E1EBEA
(225,235,234)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E91AB; }

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

This text font color is #7E91AB.

Background Color

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

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

This div background color is #7E91AB.

Border color

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

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

This div border color is #7E91AB.

Opacity

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

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

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

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

This text has shadow with #7E91AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E91AB.

Preview

Color preview on black background

This text has color #7E91AB on black background.


Color preview on white background

This text has color #7E91AB on white background.


Black color preview on #7E91AB background

This text has black color on #7E91AB background.


White color preview on #7E91AB background

This text has white color on #7E91AB background.


Related colors

Complementary color

Complementary color for #hex is #816E54.


I love getcolorcode.com

Triadic colors

1 #AB7E91 and #91AB7E with #7E91AB are triadic colors.

2 #AB917E and #917EAB with #7E91AB are triadic colors.