COLOR #7E9EAF

HEX: #7E9EAF
RGB: (126,158,175)

Color info

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

RGB color model

#7E9EAF color RGB value is (126,158,175).

  • red value is 126;
  • green value is 158;
  • blue value is 175.
RGB:
(126,158,175)
(49%,62%,69%)

RGB channels and saturation

R 126 of 255 = 49%
G 158 of 255 = 62%
B 175 of 255 = 69%

126
158
175

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

Portions of RGB colors in percentages

R + G + B =
126 + 158 + 175 = 459 (100%)
R 126 of 459 ~ 27.45%
G 158 of 459 ~ 34.42%
B 175 of 459 ~ 38.13%

%27.45
%34.42
%38.13

CMYK color model

#7E9EAF color CMYK value is (28,10,0,31).

  • cyan value is 28.00%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(28,10,0,31)
C28M10Y0K31 
(28%,10%,0%,31%)
(0.28/0.10/0.00/0.31)	

CMYK percentages

%28
%9.71
%0
%31.37

Codes

Color #7E9EAF in popluar color models

7E9EAF
RGB126158175
HSL201°23.44%59.02%
HSB/HSV201°28.00%68.63%
CMYK28.00%9.71%0.00%
31.37%

Color #7E9EAF in popluar number systems.

HEX7E9EAF
Decimal126158175
Binary11111101001111010101111
Octal176236257

Shades and tints

Shades of #7E9EAF

#7E9EAF
(126,158,175)
#7390A0
(115,144,160)
#688291
(104,130,145)
#5D7482
(93,116,130)
#526673
(82,102,115)
#475864
(71,88,100)
#3C4A55
(60,74,85)
#313C46
(49,60,70)
#262E37
(38,46,55)
#1B2028
(27,32,40)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #7E9EAF

#7E9EAF
(126,158,175)
#89A6B6
(137,166,182)
#94AEBD
(148,174,189)
#9FB6C4
(159,182,196)
#AABECB
(170,190,203)
#B5C6D2
(181,198,210)
#C0CED9
(192,206,217)
#CBD6E0
(203,214,224)
#D6DEE7
(214,222,231)
#E1E6EE
(225,230,238)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9EAF; }

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

This text font color is #7E9EAF.


Background Color

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

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

This div background color is #7E9EAF.


Border color

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

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

This div border color is #7E9EAF.


Opacity

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

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

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

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

This text has shadow with #7E9EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9EAF on black background.


Color preview on white background

This text has color #7E9EAF on white background.



Black color preview on #7E9EAF background

This text has black color on #7E9EAF background.


White color preview on #7E9EAF background

This text has white color on #7E9EAF background.