COLOR #7E92AB

HEX: #7E92AB
RGB: (126,146,171)

Color info

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

RGB color model

#7E92AB color RGB value is (126,146,171).

  • red value is 126;
  • green value is 146;
  • blue value is 171.
RGB:
(126,146,171)
(49%,57%,67%)

RGB channels and saturation

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

126
146
171

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

Portions of RGB colors in percentages

R + G + B =
126 + 146 + 171 = 443 (100%)
R 126 of 443 ~ 28.44%
G 146 of 443 ~ 32.96%
B 171 of 443 ~ 38.6%

%28.44
%32.96
%38.6

CMYK color model

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

  • cyan value is 26.32%
  • magenta value is 14.62%
  • 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
%14.62
%0
%32.94

Codes

Color #7E92AB in popluar color models

7E92AB
RGB126146171
HSL213°21.13%58.24%
HSB/HSV213°26.32%67.06%
CMYK26.32%14.62%0.00%
32.94%

Color #7E92AB in popluar number systems.

HEX7E92AB
Decimal126146171
Binary11111101001001010101011
Octal176222253

Shades and tints

Shades of #7E92AB

#7E92AB
(126,146,171)
#73859C
(115,133,156)
#68788D
(104,120,141)
#5D6B7E
(93,107,126)
#525E6F
(82,94,111)
#475160
(71,81,96)
#3C4451
(60,68,81)
#313742
(49,55,66)
#262A33
(38,42,51)
#1B1D24
(27,29,36)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #7E92AB

#7E92AB
(126,146,171)
#899BB2
(137,155,178)
#94A4B9
(148,164,185)
#9FADC0
(159,173,192)
#AAB6C7
(170,182,199)
#B5BFCE
(181,191,206)
#C0C8D5
(192,200,213)
#CBD1DC
(203,209,220)
#D6DAE3
(214,218,227)
#E1E3EA
(225,227,234)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E92AB; }

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

This text font color is #7E92AB.


Background Color

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

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

This div background color is #7E92AB.


Border color

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

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

This div border color is #7E92AB.


Opacity

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

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

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

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

This text has shadow with #7E92AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E92AB on black background.


Color preview on white background

This text has color #7E92AB on white background.



Black color preview on #7E92AB background

This text has black color on #7E92AB background.


White color preview on #7E92AB background

This text has white color on #7E92AB background.