COLOR #7E94AF

HEX: #7E94AF
RGB: (126,148,175)

Color info

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

RGB color model

#7E94AF color RGB value is (126,148,175).

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

RGB channels and saturation

R 126 of 255 = 49%
G 148 of 255 = 58%
B 175 of 255 = 69%

126
148
175

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

Portions of RGB colors in percentages

R + G + B =
126 + 148 + 175 = 449 (100%)
R 126 of 449 ~ 28.06%
G 148 of 449 ~ 32.96%
B 175 of 449 ~ 38.98%

%28.06
%32.96
%38.98

CMYK color model

#7E94AF color CMYK value is (28,15,0,31).

  • cyan value is 28.00%
  • magenta value is 15.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(28,15,0,31)
C28M15Y0K31 
(28%,15%,0%,31%)
(0.28/0.15/0.00/0.31)	

CMYK percentages

%28
%15.43
%0
%31.37

Codes

Color #7E94AF in popluar color models

7E94AF
RGB126148175
HSL213°23.44%59.02%
HSB/HSV213°28.00%68.63%
CMYK28.00%15.43%0.00%
31.37%

Color #7E94AF in popluar number systems.

HEX7E94AF
Decimal126148175
Binary11111101001010010101111
Octal176224257

Shades and tints

Shades of #7E94AF

#7E94AF
(126,148,175)
#7387A0
(115,135,160)
#687A91
(104,122,145)
#5D6D82
(93,109,130)
#526073
(82,96,115)
#475364
(71,83,100)
#3C4655
(60,70,85)
#313946
(49,57,70)
#262C37
(38,44,55)
#1B1F28
(27,31,40)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #7E94AF

#7E94AF
(126,148,175)
#899DB6
(137,157,182)
#94A6BD
(148,166,189)
#9FAFC4
(159,175,196)
#AAB8CB
(170,184,203)
#B5C1D2
(181,193,210)
#C0CAD9
(192,202,217)
#CBD3E0
(203,211,224)
#D6DCE7
(214,220,231)
#E1E5EE
(225,229,238)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E94AF; }

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

This text font color is #7E94AF.


Background Color

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

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

This div background color is #7E94AF.


Border color

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

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

This div border color is #7E94AF.


Opacity

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

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

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

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

This text has shadow with #7E94AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E94AF on black background.


Color preview on white background

This text has color #7E94AF on white background.



Black color preview on #7E94AF background

This text has black color on #7E94AF background.


White color preview on #7E94AF background

This text has white color on #7E94AF background.