COLOR #7EADAF

HEX: #7EADAF
RGB: (126,173,175)

Color info

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

RGB color model

#7EADAF color RGB value is (126,173,175).

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

RGB channels and saturation

R 126 of 255 = 49%
G 173 of 255 = 68%
B 175 of 255 = 69%

126
173
175

R + G + B ~ 62%. #7EADAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 173 + 175 = 474 (100%)
R 126 of 474 ~ 26.58%
G 173 of 474 ~ 36.5%
B 175 of 474 ~ 36.92%

%26.58
%36.5
%36.92

CMYK color model

#7EADAF color CMYK value is (28,1,0,31).

  • cyan value is 28.00%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(28,1,0,31)
C28M1Y0K31 
(28%,1%,0%,31%)
(0.28/0.01/0.00/0.31)	

CMYK percentages

%28
%1.14
%0
%31.37

Codes

Color #7EADAF in popluar color models

7EADAF
RGB126173175
HSL182°23.44%59.02%
HSB/HSV182°28.00%68.63%
CMYK28.00%1.14%0.00%
31.37%

Color #7EADAF in popluar number systems.

HEX7EADAF
Decimal126173175
Binary11111101010110110101111
Octal176255257

Shades and tints

Shades of #7EADAF

#7EADAF
(126,173,175)
#739EA0
(115,158,160)
#688F91
(104,143,145)
#5D8082
(93,128,130)
#527173
(82,113,115)
#476264
(71,98,100)
#3C5355
(60,83,85)
#314446
(49,68,70)
#263537
(38,53,55)
#1B2628
(27,38,40)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #7EADAF

#7EADAF
(126,173,175)
#89B4B6
(137,180,182)
#94BBBD
(148,187,189)
#9FC2C4
(159,194,196)
#AAC9CB
(170,201,203)
#B5D0D2
(181,208,210)
#C0D7D9
(192,215,217)
#CBDEE0
(203,222,224)
#D6E5E7
(214,229,231)
#E1ECEE
(225,236,238)
#ECF3F5
(236,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EADAF; }

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

This text font color is #7EADAF.


Background Color

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

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

This div background color is #7EADAF.


Border color

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

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

This div border color is #7EADAF.


Opacity

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

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

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

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

This text has shadow with #7EADAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EADAF on black background.


Color preview on white background

This text has color #7EADAF on white background.



Black color preview on #7EADAF background

This text has black color on #7EADAF background.


White color preview on #7EADAF background

This text has white color on #7EADAF background.