COLOR #7EB0AC

HEX: #7EB0AC
RGB: (126,176,172)

Color info

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

RGB color model

#7EB0AC color RGB value is (126,176,172).

  • red value is 126;
  • green value is 176;
  • blue value is 172.
RGB:
(126,176,172)
(49%,69%,67%)

RGB channels and saturation

R 126 of 255 = 49%
G 176 of 255 = 69%
B 172 of 255 = 67%

126
176
172

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

Portions of RGB colors in percentages

R + G + B =
126 + 176 + 172 = 474 (100%)
R 126 of 474 ~ 26.58%
G 176 of 474 ~ 37.13%
B 172 of 474 ~ 36.29%

%26.58
%37.13
%36.29

CMYK color model

#7EB0AC color CMYK value is (28,0,2,31).

  • cyan value is 28.41%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 30.98%
CMYK:
(28,0,2,31)
C28M0Y2K31 
(28%,0%,2%,31%)
(0.28/0.00/0.02/0.31)	

CMYK percentages

%28.41
%0
%2.27
%30.98

Codes

Color #7EB0AC in popluar color models

7EB0AC
RGB126176172
HSL175°24.04%59.22%
HSB/HSV175°28.41%69.02%
CMYK28.41%0.00%2.27%
30.98%

Color #7EB0AC in popluar number systems.

HEX7EB0AC
Decimal126176172
Binary11111101011000010101100
Octal176260254

Shades and tints

Shades of #7EB0AC

#7EB0AC
(126,176,172)
#73A09D
(115,160,157)
#68908E
(104,144,142)
#5D807F
(93,128,127)
#527070
(82,112,112)
#476061
(71,96,97)
#3C5052
(60,80,82)
#314043
(49,64,67)
#263034
(38,48,52)
#1B2025
(27,32,37)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #7EB0AC

#7EB0AC
(126,176,172)
#89B7B3
(137,183,179)
#94BEBA
(148,190,186)
#9FC5C1
(159,197,193)
#AACCC8
(170,204,200)
#B5D3CF
(181,211,207)
#C0DAD6
(192,218,214)
#CBE1DD
(203,225,221)
#D6E8E4
(214,232,228)
#E1EFEB
(225,239,235)
#ECF6F2
(236,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB0AC color. Also use rgb(126,176,172) instead hex code.

Text Font Color

.myTextColor { color: #7EB0AC; }

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

This text font color is #7EB0AC.


Background Color

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

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

This div background color is #7EB0AC.


Border color

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

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

This div border color is #7EB0AC.


Opacity

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

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

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

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

This text has shadow with #7EB0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB0AC on black background.


Color preview on white background

This text has color #7EB0AC on white background.



Black color preview on #7EB0AC background

This text has black color on #7EB0AC background.


White color preview on #7EB0AC background

This text has white color on #7EB0AC background.