COLOR #7ED1E7

HEX: #7ED1E7 RGB: (126,209,231)

Color info

#7ED1E7 contains mainly green and blue colors. Web safe color of #7ED1E7 is #66CCFF (or #6CF).

RGB color model

#7ED1E7 color RGB value is (126,209,231).

RGB: (126,209,231) (49%, 82%, 91%)

RGB channels and saturation

R 126 of 255 = 49%
G 209 of 255 = 82%
B 231 of 255 = 91%

126
209
231

R + G + B ~ 74%. #7ED1E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 209 + 231 = 566 (100%)
R 126 of 566 ~ 22.26%
G 209 of 566 ~ 36.93%
B 231 of 566 ~ 40.81'%

%22.26
%36.93
%40.81

CMYK color model

#7ED1E7 color CMYK value is (45,10,0,9).

  • cyan value is 45.45%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (45,10,0,9)
C45M10Y0K9 (45%, 10%, 0%, 9%)
(0.45 / 0.10 / 0.00 / 0.09)

CMYK percentages

%45.45
%9.52
%0
%9.41

Codes

Color #7ED1E7 in popluar color models

7E D1 E7
RGB 126 209 231
HSL 193° 68.63% 70.00%
HSB/HSV 193° 45.45% 90.59%
CMYK 45.45% 9.52% 0.00%
9.41%

Color #7ED1E7 in popluar number systems.

HEX 7E D1 E7
Decimal 126 209 231
Binary 1111110 11010001 11100111
Octal 176 321 347

Shades and tints

Shades of #7ED1E7

#7ED1E7
(126,209,231)
#73BED2
(115,190,210)
#68ABBD
(104,171,189)
#5D98A8
(93,152,168)
#528593
(82,133,147)
#47727E
(71,114,126)
#3C5F69
(60,95,105)
#314C54
(49,76,84)
#26393F
(38,57,63)
#1B262A
(27,38,42)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #7ED1E7

#7ED1E7
(126,209,231)
#89D5E9
(137,213,233)
#94D9EB
(148,217,235)
#9FDDED
(159,221,237)
#AAE1EF
(170,225,239)
#B5E5F1
(181,229,241)
#C0E9F3
(192,233,243)
#CBEDF5
(203,237,245)
#D6F1F7
(214,241,247)
#E1F5F9
(225,245,249)
#ECF9FB
(236,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED1E7; }

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

This text font color is #7ED1E7.

Background Color

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

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

This div background color is #7ED1E7.

Border color

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

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

This div border color is #7ED1E7.

Opacity

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

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

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

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

This text has shadow with #7ED1E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ED1E7.

Preview

Color preview on black background

This text has color #7ED1E7 on black background.


Color preview on white background

This text has color #7ED1E7 on white background.


Black color preview on #7ED1E7 background

This text has black color on #7ED1E7 background.


White color preview on #7ED1E7 background

This text has white color on #7ED1E7 background.


Related colors

Complementary color

Complementary color for #hex is #812E18.


I love getcolorcode.com

Triadic colors

1 #E77ED1 and #D1E77E with #7ED1E7 are triadic colors.

2 #E7D17E and #D17EE7 with #7ED1E7 are triadic colors.