COLOR #7ED0B1

HEX: #7ED0B1 RGB: (126,208,177)

Color info

#7ED0B1 contains mainly green and blue colors. Web safe color of #7ED0B1 is #66CC99 (or #6C9).

RGB color model

#7ED0B1 color RGB value is (126,208,177).

RGB: (126,208,177) (49%, 82%, 69%)

RGB channels and saturation

R 126 of 255 = 49%
G 208 of 255 = 82%
B 177 of 255 = 69%

126
208
177

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

Portions of RGB colors in percentages

R + G + B = 126 + 208 + 177 = 511 (100%)
R 126 of 511 ~ 24.66%
G 208 of 511 ~ 40.7%
B 177 of 511 ~ 34.64'%

%24.66
%40.7
%34.64

CMYK color model

#7ED0B1 color CMYK value is (39,0,15,18).

  • cyan value is 39.42%
  • magenta value is 0.00%
  • yellow value is 14.90%
  • key color value is 18.43%

CMYK: (39,0,15,18)
C39M0Y15K18 (39%, 0%, 15%, 18%)
(0.39 / 0.00 / 0.15 / 0.18)

CMYK percentages

%39.42
%0
%14.9
%18.43

Codes

Color #7ED0B1 in popluar color models

7E D0 B1
RGB 126 208 177
HSL 157° 46.59% 65.49%
HSB/HSV 157° 39.42% 81.57%
CMYK 39.42% 0.00% 14.90%
18.43%

Color #7ED0B1 in popluar number systems.

HEX 7E D0 B1
Decimal 126 208 177
Binary 1111110 11010000 10110001
Octal 176 320 261

Shades and tints

Shades of #7ED0B1

#7ED0B1
(126,208,177)
#73BEA1
(115,190,161)
#68AC91
(104,172,145)
#5D9A81
(93,154,129)
#528871
(82,136,113)
#477661
(71,118,97)
#3C6451
(60,100,81)
#315241
(49,82,65)
#264031
(38,64,49)
#1B2E21
(27,46,33)
#101C11
(16,28,17)
#000000
(0,0,0)

Tints of #7ED0B1

#7ED0B1
(126,208,177)
#89D4B8
(137,212,184)
#94D8BF
(148,216,191)
#9FDCC6
(159,220,198)
#AAE0CD
(170,224,205)
#B5E4D4
(181,228,212)
#C0E8DB
(192,232,219)
#CBECE2
(203,236,226)
#D6F0E9
(214,240,233)
#E1F4F0
(225,244,240)
#ECF8F7
(236,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED0B1 color. Also use rgb(126,208,177) instead hex code.

Text Font Color

.myTextColor { color: #7ED0B1; }

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

This text font color is #7ED0B1.

Background Color

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

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

This div background color is #7ED0B1.

Border color

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

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

This div border color is #7ED0B1.

Opacity

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

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

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

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

This text has shadow with #7ED0B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ED0B1.

Preview

Color preview on black background

This text has color #7ED0B1 on black background.


Color preview on white background

This text has color #7ED0B1 on white background.


Black color preview on #7ED0B1 background

This text has black color on #7ED0B1 background.


White color preview on #7ED0B1 background

This text has white color on #7ED0B1 background.


Related colors

Complementary color

Complementary color for #hex is #812F4E.


I love getcolorcode.com

Triadic colors

1 #B17ED0 and #D0B17E with #7ED0B1 are triadic colors.

2 #B1D07E and #D07EB1 with #7ED0B1 are triadic colors.