COLOR #7ED1B4

HEX: #7ED1B4
RGB: (126,209,180)

Color info

#7ED1B4 contains mainly green and blue colors. Web safe color of #7ED1B4 is #66CCCC (or #6CC).

RGB color model

#7ED1B4 color RGB value is (126,209,180).

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

RGB channels and saturation

R 126 of 255 = 49%
G 209 of 255 = 82%
B 180 of 255 = 71%

126
209
180

R + G + B ~ 67%. #7ED1B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 209 + 180 = 515 (100%)
R 126 of 515 ~ 24.47%
G 209 of 515 ~ 40.58%
B 180 of 515 ~ 34.95%

%24.47
%40.58
%34.95

CMYK color model

#7ED1B4 color CMYK value is (40,0,14,18).

  • cyan value is 39.71%
  • magenta value is 0.00%
  • yellow value is 13.88%
  • key color value is 18.04%
CMYK:
(40,0,14,18)
C40M0Y14K18 
(40%,0%,14%,18%)
(0.40/0.00/0.14/0.18)	

CMYK percentages

%39.71
%0
%13.88
%18.04

Codes

Color #7ED1B4 in popluar color models

7ED1B4
RGB126209180
HSL159°47.43%65.69%
HSB/HSV159°39.71%81.96%
CMYK39.71%0.00%13.88%
18.04%

Color #7ED1B4 in popluar number systems.

HEX7ED1B4
Decimal126209180
Binary11111101101000110110100
Octal176321264

Shades and tints

Shades of #7ED1B4

#7ED1B4
(126,209,180)
#73BEA4
(115,190,164)
#68AB94
(104,171,148)
#5D9884
(93,152,132)
#528574
(82,133,116)
#477264
(71,114,100)
#3C5F54
(60,95,84)
#314C44
(49,76,68)
#263934
(38,57,52)
#1B2624
(27,38,36)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #7ED1B4

#7ED1B4
(126,209,180)
#89D5BA
(137,213,186)
#94D9C0
(148,217,192)
#9FDDC6
(159,221,198)
#AAE1CC
(170,225,204)
#B5E5D2
(181,229,210)
#C0E9D8
(192,233,216)
#CBEDDE
(203,237,222)
#D6F1E4
(214,241,228)
#E1F5EA
(225,245,234)
#ECF9F0
(236,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED1B4; }

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

This text font color is #7ED1B4.


Background Color

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

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

This div background color is #7ED1B4.


Border color

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

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

This div border color is #7ED1B4.


Opacity

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

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

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

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

This text has shadow with #7ED1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED1B4 on black background.


Color preview on white background

This text has color #7ED1B4 on white background.



Black color preview on #7ED1B4 background

This text has black color on #7ED1B4 background.


White color preview on #7ED1B4 background

This text has white color on #7ED1B4 background.