COLOR #7ED3EA

HEX: #7ED3EA
RGB: (126,211,234)

Color info

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

RGB color model

#7ED3EA color RGB value is (126,211,234).

  • red value is 126;
  • green value is 211;
  • blue value is 234.
RGB:
(126,211,234)
(49%,83%,92%)

RGB channels and saturation

R 126 of 255 = 49%
G 211 of 255 = 83%
B 234 of 255 = 92%

126
211
234

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

Portions of RGB colors in percentages

R + G + B =
126 + 211 + 234 = 571 (100%)
R 126 of 571 ~ 22.07%
G 211 of 571 ~ 36.95%
B 234 of 571 ~ 40.98%

%22.07
%36.95
%40.98

CMYK color model

#7ED3EA color CMYK value is (46,10,0,8).

  • cyan value is 46.15%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(46,10,0,8)
C46M10Y0K8 
(46%,10%,0%,8%)
(0.46/0.10/0.00/0.08)	

CMYK percentages

%46.15
%9.83
%0
%8.24

Codes

Color #7ED3EA in popluar color models

7ED3EA
RGB126211234
HSL193°72.00%70.59%
HSB/HSV193°46.15%91.76%
CMYK46.15%9.83%0.00%
8.24%

Color #7ED3EA in popluar number systems.

HEX7ED3EA
Decimal126211234
Binary11111101101001111101010
Octal176323352

Shades and tints

Shades of #7ED3EA

#7ED3EA
(126,211,234)
#73C0D5
(115,192,213)
#68ADC0
(104,173,192)
#5D9AAB
(93,154,171)
#528796
(82,135,150)
#477481
(71,116,129)
#3C616C
(60,97,108)
#314E57
(49,78,87)
#263B42
(38,59,66)
#1B282D
(27,40,45)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #7ED3EA

#7ED3EA
(126,211,234)
#89D7EB
(137,215,235)
#94DBEC
(148,219,236)
#9FDFED
(159,223,237)
#AAE3EE
(170,227,238)
#B5E7EF
(181,231,239)
#C0EBF0
(192,235,240)
#CBEFF1
(203,239,241)
#D6F3F2
(214,243,242)
#E1F7F3
(225,247,243)
#ECFBF4
(236,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED3EA color. Also use rgb(126,211,234) instead hex code.

Text Font Color

.myTextColor { color: #7ED3EA; }

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

This text font color is #7ED3EA.


Background Color

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

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

This div background color is #7ED3EA.


Border color

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

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

This div border color is #7ED3EA.


Opacity

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

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

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

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

This text has shadow with #7ED3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED3EA on black background.


Color preview on white background

This text has color #7ED3EA on white background.



Black color preview on #7ED3EA background

This text has black color on #7ED3EA background.


White color preview on #7ED3EA background

This text has white color on #7ED3EA background.