COLOR #7EAF9A

HEX: #7EAF9A
RGB: (126,175,154)

Color info

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

RGB color model

#7EAF9A color RGB value is (126,175,154).

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

RGB channels and saturation

R 126 of 255 = 49%
G 175 of 255 = 69%
B 154 of 255 = 60%

126
175
154

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

Portions of RGB colors in percentages

R + G + B =
126 + 175 + 154 = 455 (100%)
R 126 of 455 ~ 27.69%
G 175 of 455 ~ 38.46%
B 154 of 455 ~ 33.85%

%27.69
%38.46
%33.85

CMYK color model

#7EAF9A color CMYK value is (28,0,12,31).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 31.37%
CMYK:
(28,0,12,31)
C28M0Y12K31 
(28%,0%,12%,31%)
(0.28/0.00/0.12/0.31)	

CMYK percentages

%28
%0
%12
%31.37

Codes

Color #7EAF9A in popluar color models

7EAF9A
RGB126175154
HSL154°23.44%59.02%
HSB/HSV154°28.00%68.63%
CMYK28.00%0.00%12.00%
31.37%

Color #7EAF9A in popluar number systems.

HEX7EAF9A
Decimal126175154
Binary11111101010111110011010
Octal176257232

Shades and tints

Shades of #7EAF9A

#7EAF9A
(126,175,154)
#73A08C
(115,160,140)
#68917E
(104,145,126)
#5D8270
(93,130,112)
#527362
(82,115,98)
#476454
(71,100,84)
#3C5546
(60,85,70)
#314638
(49,70,56)
#26372A
(38,55,42)
#1B281C
(27,40,28)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #7EAF9A

#7EAF9A
(126,175,154)
#89B6A3
(137,182,163)
#94BDAC
(148,189,172)
#9FC4B5
(159,196,181)
#AACBBE
(170,203,190)
#B5D2C7
(181,210,199)
#C0D9D0
(192,217,208)
#CBE0D9
(203,224,217)
#D6E7E2
(214,231,226)
#E1EEEB
(225,238,235)
#ECF5F4
(236,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAF9A; }

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

This text font color is #7EAF9A.


Background Color

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

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

This div background color is #7EAF9A.


Border color

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

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

This div border color is #7EAF9A.


Opacity

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

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

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

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

This text has shadow with #7EAF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAF9A on black background.


Color preview on white background

This text has color #7EAF9A on white background.



Black color preview on #7EAF9A background

This text has black color on #7EAF9A background.


White color preview on #7EAF9A background

This text has white color on #7EAF9A background.