COLOR #7EB4AA

HEX: #7EB4AA
RGB: (126,180,170)

Color info

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

RGB color model

#7EB4AA color RGB value is (126,180,170).

  • red value is 126;
  • green value is 180;
  • blue value is 170.
RGB:
(126,180,170)
(49%,71%,67%)

RGB channels and saturation

R 126 of 255 = 49%
G 180 of 255 = 71%
B 170 of 255 = 67%

126
180
170

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

Portions of RGB colors in percentages

R + G + B =
126 + 180 + 170 = 476 (100%)
R 126 of 476 ~ 26.47%
G 180 of 476 ~ 37.82%
B 170 of 476 ~ 35.71%

%26.47
%37.82
%35.71

CMYK color model

#7EB4AA color CMYK value is (30,0,6,29).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK:
(30,0,6,29)
C30M0Y6K29 
(30%,0%,6%,29%)
(0.30/0.00/0.06/0.29)	

CMYK percentages

%30
%0
%5.56
%29.41

Codes

Color #7EB4AA in popluar color models

7EB4AA
RGB126180170
HSL169°26.47%60.00%
HSB/HSV169°30.00%70.59%
CMYK30.00%0.00%5.56%
29.41%

Color #7EB4AA in popluar number systems.

HEX7EB4AA
Decimal126180170
Binary11111101011010010101010
Octal176264252

Shades and tints

Shades of #7EB4AA

#7EB4AA
(126,180,170)
#73A49B
(115,164,155)
#68948C
(104,148,140)
#5D847D
(93,132,125)
#52746E
(82,116,110)
#47645F
(71,100,95)
#3C5450
(60,84,80)
#314441
(49,68,65)
#263432
(38,52,50)
#1B2423
(27,36,35)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #7EB4AA

#7EB4AA
(126,180,170)
#89BAB1
(137,186,177)
#94C0B8
(148,192,184)
#9FC6BF
(159,198,191)
#AACCC6
(170,204,198)
#B5D2CD
(181,210,205)
#C0D8D4
(192,216,212)
#CBDEDB
(203,222,219)
#D6E4E2
(214,228,226)
#E1EAE9
(225,234,233)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB4AA color. Also use rgb(126,180,170) instead hex code.

Text Font Color

.myTextColor { color: #7EB4AA; }

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

This text font color is #7EB4AA.


Background Color

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

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

This div background color is #7EB4AA.


Border color

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

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

This div border color is #7EB4AA.


Opacity

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

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

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

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

This text has shadow with #7EB4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB4AA on black background.


Color preview on white background

This text has color #7EB4AA on white background.



Black color preview on #7EB4AA background

This text has black color on #7EB4AA background.


White color preview on #7EB4AA background

This text has white color on #7EB4AA background.