COLOR #7ED0EF

HEX: #7ED0EF RGB: (126,208,239)

Color info

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

RGB color model

#7ED0EF color RGB value is (126,208,239).

RGB: (126,208,239) (49%, 82%, 94%)

RGB channels and saturation

R 126 of 255 = 49%
G 208 of 255 = 82%
B 239 of 255 = 94%

126
208
239

R + G + B ~ 75%. #7ED0EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 208 + 239 = 573 (100%)
R 126 of 573 ~ 21.99%
G 208 of 573 ~ 36.3%
B 239 of 573 ~ 41.71'%

%21.99
%36.3
%41.71

CMYK color model

#7ED0EF color CMYK value is (47,13,0,6).

  • cyan value is 47.28%
  • magenta value is 12.97%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (47,13,0,6)
C47M13Y0K6 (47%, 13%, 0%, 6%)
(0.47 / 0.13 / 0.00 / 0.06)

CMYK percentages

%47.28
%12.97
%0
%6.27

Codes

Color #7ED0EF in popluar color models

7E D0 EF
RGB 126 208 239
HSL 196° 77.93% 71.57%
HSB/HSV 196° 47.28% 93.73%
CMYK 47.28% 12.97% 0.00%
6.27%

Color #7ED0EF in popluar number systems.

HEX 7E D0 EF
Decimal 126 208 239
Binary 1111110 11010000 11101111
Octal 176 320 357

Shades and tints

Shades of #7ED0EF

#7ED0EF
(126,208,239)
#73BEDA
(115,190,218)
#68ACC5
(104,172,197)
#5D9AB0
(93,154,176)
#52889B
(82,136,155)
#477686
(71,118,134)
#3C6471
(60,100,113)
#31525C
(49,82,92)
#264047
(38,64,71)
#1B2E32
(27,46,50)
#101C1D
(16,28,29)
#000000
(0,0,0)

Tints of #7ED0EF

#7ED0EF
(126,208,239)
#89D4F0
(137,212,240)
#94D8F1
(148,216,241)
#9FDCF2
(159,220,242)
#AAE0F3
(170,224,243)
#B5E4F4
(181,228,244)
#C0E8F5
(192,232,245)
#CBECF6
(203,236,246)
#D6F0F7
(214,240,247)
#E1F4F8
(225,244,248)
#ECF8F9
(236,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED0EF; }

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

This text font color is #7ED0EF.

Background Color

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

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

This div background color is #7ED0EF.

Border color

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

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

This div border color is #7ED0EF.

Opacity

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

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

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

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

This text has shadow with #7ED0EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ED0EF.

Preview

Color preview on black background

This text has color #7ED0EF on black background.


Color preview on white background

This text has color #7ED0EF on white background.


Black color preview on #7ED0EF background

This text has black color on #7ED0EF background.


White color preview on #7ED0EF background

This text has white color on #7ED0EF background.


Related colors

Complementary color

Complementary color for #hex is #812F10.


I love getcolorcode.com

Triadic colors

1 #EF7ED0 and #D0EF7E with #7ED0EF are triadic colors.

2 #EFD07E and #D07EEF with #7ED0EF are triadic colors.