COLOR #7EA6AF

HEX: #7EA6AF
RGB: (126,166,175)

Color info

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

RGB color model

#7EA6AF color RGB value is (126,166,175).

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

RGB channels and saturation

R 126 of 255 = 49%
G 166 of 255 = 65%
B 175 of 255 = 69%

126
166
175

R + G + B ~ 61%. #7EA6AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 166 + 175 = 467 (100%)
R 126 of 467 ~ 26.98%
G 166 of 467 ~ 35.55%
B 175 of 467 ~ 37.47%

%26.98
%35.55
%37.47

CMYK color model

#7EA6AF color CMYK value is (28,5,0,31).

  • cyan value is 28.00%
  • magenta value is 5.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(28,5,0,31)
C28M5Y0K31 
(28%,5%,0%,31%)
(0.28/0.05/0.00/0.31)	

CMYK percentages

%28
%5.14
%0
%31.37

Codes

Color #7EA6AF in popluar color models

7EA6AF
RGB126166175
HSL191°23.44%59.02%
HSB/HSV191°28.00%68.63%
CMYK28.00%5.14%0.00%
31.37%

Color #7EA6AF in popluar number systems.

HEX7EA6AF
Decimal126166175
Binary11111101010011010101111
Octal176246257

Shades and tints

Shades of #7EA6AF

#7EA6AF
(126,166,175)
#7397A0
(115,151,160)
#688891
(104,136,145)
#5D7982
(93,121,130)
#526A73
(82,106,115)
#475B64
(71,91,100)
#3C4C55
(60,76,85)
#313D46
(49,61,70)
#262E37
(38,46,55)
#1B1F28
(27,31,40)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #7EA6AF

#7EA6AF
(126,166,175)
#89AEB6
(137,174,182)
#94B6BD
(148,182,189)
#9FBEC4
(159,190,196)
#AAC6CB
(170,198,203)
#B5CED2
(181,206,210)
#C0D6D9
(192,214,217)
#CBDEE0
(203,222,224)
#D6E6E7
(214,230,231)
#E1EEEE
(225,238,238)
#ECF6F5
(236,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA6AF; }

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

This text font color is #7EA6AF.


Background Color

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

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

This div background color is #7EA6AF.


Border color

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

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

This div border color is #7EA6AF.


Opacity

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

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

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

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

This text has shadow with #7EA6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA6AF on black background.


Color preview on white background

This text has color #7EA6AF on white background.



Black color preview on #7EA6AF background

This text has black color on #7EA6AF background.


White color preview on #7EA6AF background

This text has white color on #7EA6AF background.