COLOR #7EB6AF

HEX: #7EB6AF
RGB: (126,182,175)

Color info

#7EB6AF contains red, green and blue colors in about the same proportion. Web safe color of #7EB6AF is #66CC99 (or #6C9).

RGB color model

#7EB6AF color RGB value is (126,182,175).

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

RGB channels and saturation

R 126 of 255 = 49%
G 182 of 255 = 71%
B 175 of 255 = 69%

126
182
175

R + G + B ~ 63%. #7EB6AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 182 + 175 = 483 (100%)
R 126 of 483 ~ 26.09%
G 182 of 483 ~ 37.68%
B 175 of 483 ~ 36.23%

%26.09
%37.68
%36.23

CMYK color model

#7EB6AF color CMYK value is (31,0,4,29).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 28.63%
CMYK:
(31,0,4,29)
C31M0Y4K29 
(31%,0%,4%,29%)
(0.31/0.00/0.04/0.29)	

CMYK percentages

%30.77
%0
%3.85
%28.63

Codes

Color #7EB6AF in popluar color models

7EB6AF
RGB126182175
HSL173°27.72%60.39%
HSB/HSV173°30.77%71.37%
CMYK30.77%0.00%3.85%
28.63%

Color #7EB6AF in popluar number systems.

HEX7EB6AF
Decimal126182175
Binary11111101011011010101111
Octal176266257

Shades and tints

Shades of #7EB6AF

#7EB6AF
(126,182,175)
#73A6A0
(115,166,160)
#689691
(104,150,145)
#5D8682
(93,134,130)
#527673
(82,118,115)
#476664
(71,102,100)
#3C5655
(60,86,85)
#314646
(49,70,70)
#263637
(38,54,55)
#1B2628
(27,38,40)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #7EB6AF

#7EB6AF
(126,182,175)
#89BCB6
(137,188,182)
#94C2BD
(148,194,189)
#9FC8C4
(159,200,196)
#AACECB
(170,206,203)
#B5D4D2
(181,212,210)
#C0DAD9
(192,218,217)
#CBE0E0
(203,224,224)
#D6E6E7
(214,230,231)
#E1ECEE
(225,236,238)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB6AF; }

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

This text font color is #7EB6AF.


Background Color

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

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

This div background color is #7EB6AF.


Border color

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

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

This div border color is #7EB6AF.


Opacity

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

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

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

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

This text has shadow with #7EB6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB6AF on black background.


Color preview on white background

This text has color #7EB6AF on white background.



Black color preview on #7EB6AF background

This text has black color on #7EB6AF background.


White color preview on #7EB6AF background

This text has white color on #7EB6AF background.