COLOR #7E97AF

HEX: #7E97AF
RGB: (126,151,175)

Color info

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

RGB color model

#7E97AF color RGB value is (126,151,175).

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

RGB channels and saturation

R 126 of 255 = 49%
G 151 of 255 = 59%
B 175 of 255 = 69%

126
151
175

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

Portions of RGB colors in percentages

R + G + B =
126 + 151 + 175 = 452 (100%)
R 126 of 452 ~ 27.88%
G 151 of 452 ~ 33.41%
B 175 of 452 ~ 38.72%

%27.88
%33.41
%38.72

CMYK color model

#7E97AF color CMYK value is (28,14,0,31).

  • cyan value is 28.00%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(28,14,0,31)
C28M14Y0K31 
(28%,14%,0%,31%)
(0.28/0.14/0.00/0.31)	

CMYK percentages

%28
%13.71
%0
%31.37

Codes

Color #7E97AF in popluar color models

7E97AF
RGB126151175
HSL209°23.44%59.02%
HSB/HSV209°28.00%68.63%
CMYK28.00%13.71%0.00%
31.37%

Color #7E97AF in popluar number systems.

HEX7E97AF
Decimal126151175
Binary11111101001011110101111
Octal176227257

Shades and tints

Shades of #7E97AF

#7E97AF
(126,151,175)
#738AA0
(115,138,160)
#687D91
(104,125,145)
#5D7082
(93,112,130)
#526373
(82,99,115)
#475664
(71,86,100)
#3C4955
(60,73,85)
#313C46
(49,60,70)
#262F37
(38,47,55)
#1B2228
(27,34,40)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #7E97AF

#7E97AF
(126,151,175)
#89A0B6
(137,160,182)
#94A9BD
(148,169,189)
#9FB2C4
(159,178,196)
#AABBCB
(170,187,203)
#B5C4D2
(181,196,210)
#C0CDD9
(192,205,217)
#CBD6E0
(203,214,224)
#D6DFE7
(214,223,231)
#E1E8EE
(225,232,238)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E97AF; }

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

This text font color is #7E97AF.


Background Color

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

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

This div background color is #7E97AF.


Border color

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

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

This div border color is #7E97AF.


Opacity

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

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

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

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

This text has shadow with #7E97AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E97AF on black background.


Color preview on white background

This text has color #7E97AF on white background.



Black color preview on #7E97AF background

This text has black color on #7E97AF background.


White color preview on #7E97AF background

This text has white color on #7E97AF background.