COLOR #7EAF9C

HEX: #7EAF9C
RGB: (126,175,156)

Color info

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

RGB color model

#7EAF9C color RGB value is (126,175,156).

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

RGB channels and saturation

R 126 of 255 = 49%
G 175 of 255 = 69%
B 156 of 255 = 61%

126
175
156

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

Portions of RGB colors in percentages

R + G + B =
126 + 175 + 156 = 457 (100%)
R 126 of 457 ~ 27.57%
G 175 of 457 ~ 38.29%
B 156 of 457 ~ 34.14%

%27.57
%38.29
%34.14

CMYK color model

#7EAF9C color CMYK value is (28,0,11,31).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 10.86%
  • key color value is 31.37%
CMYK:
(28,0,11,31)
C28M0Y11K31 
(28%,0%,11%,31%)
(0.28/0.00/0.11/0.31)	

CMYK percentages

%28
%0
%10.86
%31.37

Codes

Color #7EAF9C in popluar color models

7EAF9C
RGB126175156
HSL157°23.44%59.02%
HSB/HSV157°28.00%68.63%
CMYK28.00%0.00%10.86%
31.37%

Color #7EAF9C in popluar number systems.

HEX7EAF9C
Decimal126175156
Binary11111101010111110011100
Octal176257234

Shades and tints

Shades of #7EAF9C

#7EAF9C
(126,175,156)
#73A08E
(115,160,142)
#689180
(104,145,128)
#5D8272
(93,130,114)
#527364
(82,115,100)
#476456
(71,100,86)
#3C5548
(60,85,72)
#31463A
(49,70,58)
#26372C
(38,55,44)
#1B281E
(27,40,30)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #7EAF9C

#7EAF9C
(126,175,156)
#89B6A5
(137,182,165)
#94BDAE
(148,189,174)
#9FC4B7
(159,196,183)
#AACBC0
(170,203,192)
#B5D2C9
(181,210,201)
#C0D9D2
(192,217,210)
#CBE0DB
(203,224,219)
#D6E7E4
(214,231,228)
#E1EEED
(225,238,237)
#ECF5F6
(236,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAF9C; }

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

This text font color is #7EAF9C.


Background Color

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

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

This div background color is #7EAF9C.


Border color

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

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

This div border color is #7EAF9C.


Opacity

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

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

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

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

This text has shadow with #7EAF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAF9C on black background.


Color preview on white background

This text has color #7EAF9C on white background.



Black color preview on #7EAF9C background

This text has black color on #7EAF9C background.


White color preview on #7EAF9C background

This text has white color on #7EAF9C background.