COLOR #7E9FAC

HEX: #7E9FAC
RGB: (126,159,172)

Color info

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

RGB color model

#7E9FAC color RGB value is (126,159,172).

  • red value is 126;
  • green value is 159;
  • blue value is 172.
RGB:
(126,159,172)
(49%,62%,67%)

RGB channels and saturation

R 126 of 255 = 49%
G 159 of 255 = 62%
B 172 of 255 = 67%

126
159
172

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

Portions of RGB colors in percentages

R + G + B =
126 + 159 + 172 = 457 (100%)
R 126 of 457 ~ 27.57%
G 159 of 457 ~ 34.79%
B 172 of 457 ~ 37.64%

%27.57
%34.79
%37.64

CMYK color model

#7E9FAC color CMYK value is (27,8,0,33).

  • cyan value is 26.74%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(27,8,0,33)
C27M8Y0K33 
(27%,8%,0%,33%)
(0.27/0.08/0.00/0.33)	

CMYK percentages

%26.74
%7.56
%0
%32.55

Codes

Color #7E9FAC in popluar color models

7E9FAC
RGB126159172
HSL197°21.70%58.43%
HSB/HSV197°26.74%67.45%
CMYK26.74%7.56%0.00%
32.55%

Color #7E9FAC in popluar number systems.

HEX7E9FAC
Decimal126159172
Binary11111101001111110101100
Octal176237254

Shades and tints

Shades of #7E9FAC

#7E9FAC
(126,159,172)
#73919D
(115,145,157)
#68838E
(104,131,142)
#5D757F
(93,117,127)
#526770
(82,103,112)
#475961
(71,89,97)
#3C4B52
(60,75,82)
#313D43
(49,61,67)
#262F34
(38,47,52)
#1B2125
(27,33,37)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #7E9FAC

#7E9FAC
(126,159,172)
#89A7B3
(137,167,179)
#94AFBA
(148,175,186)
#9FB7C1
(159,183,193)
#AABFC8
(170,191,200)
#B5C7CF
(181,199,207)
#C0CFD6
(192,207,214)
#CBD7DD
(203,215,221)
#D6DFE4
(214,223,228)
#E1E7EB
(225,231,235)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9FAC color. Also use rgb(126,159,172) instead hex code.

Text Font Color

.myTextColor { color: #7E9FAC; }

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

This text font color is #7E9FAC.


Background Color

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

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

This div background color is #7E9FAC.


Border color

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

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

This div border color is #7E9FAC.


Opacity

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

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

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

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

This text has shadow with #7E9FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9FAC on black background.


Color preview on white background

This text has color #7E9FAC on white background.



Black color preview on #7E9FAC background

This text has black color on #7E9FAC background.


White color preview on #7E9FAC background

This text has white color on #7E9FAC background.