COLOR #7EDCD2

HEX: #7EDCD2 RGB: (126,220,210)

Color info

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

RGB color model

#7EDCD2 color RGB value is (126,220,210).

RGB: (126,220,210) (49%, 86%, 82%)

RGB channels and saturation

R 126 of 255 = 49%
G 220 of 255 = 86%
B 210 of 255 = 82%

126
220
210

R + G + B ~ 72%. #7EDCD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 220 + 210 = 556 (100%)
R 126 of 556 ~ 22.66%
G 220 of 556 ~ 39.57%
B 210 of 556 ~ 37.77'%

%22.66
%39.57
%37.77

CMYK color model

#7EDCD2 color CMYK value is (43,0,5,14).

  • cyan value is 42.73%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 13.73%

CMYK: (43,0,5,14)
C43M0Y5K14 (43%, 0%, 5%, 14%)
(0.43 / 0.00 / 0.05 / 0.14)

CMYK percentages

%42.73
%0
%4.55
%13.73

Codes

Color #7EDCD2 in popluar color models

7E DC D2
RGB 126 220 210
HSL 174° 57.32% 67.84%
HSB/HSV 174° 42.73% 86.27%
CMYK 42.73% 0.00% 4.55%
13.73%

Color #7EDCD2 in popluar number systems.

HEX 7E DC D2
Decimal 126 220 210
Binary 1111110 11011100 11010010
Octal 176 334 322

Shades and tints

Shades of #7EDCD2

#7EDCD2
(126,220,210)
#73C8BF
(115,200,191)
#68B4AC
(104,180,172)
#5DA099
(93,160,153)
#528C86
(82,140,134)
#477873
(71,120,115)
#3C6460
(60,100,96)
#31504D
(49,80,77)
#263C3A
(38,60,58)
#1B2827
(27,40,39)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #7EDCD2

#7EDCD2
(126,220,210)
#89DFD6
(137,223,214)
#94E2DA
(148,226,218)
#9FE5DE
(159,229,222)
#AAE8E2
(170,232,226)
#B5EBE6
(181,235,230)
#C0EEEA
(192,238,234)
#CBF1EE
(203,241,238)
#D6F4F2
(214,244,242)
#E1F7F6
(225,247,246)
#ECFAFA
(236,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EDCD2 color. Also use rgb(126,220,210) instead hex code.

Text Font Color

.myTextColor { color: #7EDCD2; }

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

This text font color is #7EDCD2.

Background Color

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

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

This div background color is #7EDCD2.

Border color

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

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

This div border color is #7EDCD2.

Opacity

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

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

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

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

This text has shadow with #7EDCD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EDCD2.

Preview

Color preview on black background

This text has color #7EDCD2 on black background.


Color preview on white background

This text has color #7EDCD2 on white background.


Black color preview on #7EDCD2 background

This text has black color on #7EDCD2 background.


White color preview on #7EDCD2 background

This text has white color on #7EDCD2 background.


Related colors

Complementary color

Complementary color for #hex is #81232D.


I love getcolorcode.com

Triadic colors

1 #D27EDC and #DCD27E with #7EDCD2 are triadic colors.

2 #D2DC7E and #DC7ED2 with #7EDCD2 are triadic colors.