COLOR #7EDAD7

HEX: #7EDAD7 RGB: (126,218,215)

Color info

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

RGB color model

#7EDAD7 color RGB value is (126,218,215).

RGB: (126,218,215) (49%, 85%, 84%)

RGB channels and saturation

R 126 of 255 = 49%
G 218 of 255 = 85%
B 215 of 255 = 84%

126
218
215

R + G + B ~ 73%. #7EDAD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 218 + 215 = 559 (100%)
R 126 of 559 ~ 22.54%
G 218 of 559 ~ 39%
B 215 of 559 ~ 38.46'%

%22.54
%39
%38.46

CMYK color model

#7EDAD7 color CMYK value is (42,0,1,15).

  • cyan value is 42.20%
  • magenta value is 0.00%
  • yellow value is 1.38%
  • key color value is 14.51%

CMYK: (42,0,1,15)
C42M0Y1K15 (42%, 0%, 1%, 15%)
(0.42 / 0.00 / 0.01 / 0.15)

CMYK percentages

%42.2
%0
%1.38
%14.51

Codes

Color #7EDAD7 in popluar color models

7E DA D7
RGB 126 218 215
HSL 178° 55.42% 67.45%
HSB/HSV 178° 42.20% 85.49%
CMYK 42.20% 0.00% 1.38%
14.51%

Color #7EDAD7 in popluar number systems.

HEX 7E DA D7
Decimal 126 218 215
Binary 1111110 11011010 11010111
Octal 176 332 327

Shades and tints

Shades of #7EDAD7

#7EDAD7
(126,218,215)
#73C7C4
(115,199,196)
#68B4B1
(104,180,177)
#5DA19E
(93,161,158)
#528E8B
(82,142,139)
#477B78
(71,123,120)
#3C6865
(60,104,101)
#315552
(49,85,82)
#26423F
(38,66,63)
#1B2F2C
(27,47,44)
#101C19
(16,28,25)
#000000
(0,0,0)

Tints of #7EDAD7

#7EDAD7
(126,218,215)
#89DDDA
(137,221,218)
#94E0DD
(148,224,221)
#9FE3E0
(159,227,224)
#AAE6E3
(170,230,227)
#B5E9E6
(181,233,230)
#C0ECE9
(192,236,233)
#CBEFEC
(203,239,236)
#D6F2EF
(214,242,239)
#E1F5F2
(225,245,242)
#ECF8F5
(236,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EDAD7 color. Also use rgb(126,218,215) instead hex code.

Text Font Color

.myTextColor { color: #7EDAD7; }

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

This text font color is #7EDAD7.

Background Color

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

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

This div background color is #7EDAD7.

Border color

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

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

This div border color is #7EDAD7.

Opacity

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

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

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

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

This text has shadow with #7EDAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EDAD7.

Preview

Color preview on black background

This text has color #7EDAD7 on black background.


Color preview on white background

This text has color #7EDAD7 on white background.


Black color preview on #7EDAD7 background

This text has black color on #7EDAD7 background.


White color preview on #7EDAD7 background

This text has white color on #7EDAD7 background.


Related colors

Complementary color

Complementary color for #hex is #812528.


I love getcolorcode.com

Triadic colors

1 #D77EDA and #DAD77E with #7EDAD7 are triadic colors.

2 #D7DA7E and #DA7ED7 with #7EDAD7 are triadic colors.