COLOR #7ED4E7

HEX: #7ED4E7
RGB: (126,212,231)

Color info

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

RGB color model

#7ED4E7 color RGB value is (126,212,231).

  • red value is 126;
  • green value is 212;
  • blue value is 231.
RGB:
(126,212,231)
(49%,83%,91%)

RGB channels and saturation

R 126 of 255 = 49%
G 212 of 255 = 83%
B 231 of 255 = 91%

126
212
231

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

Portions of RGB colors in percentages

R + G + B =
126 + 212 + 231 = 569 (100%)
R 126 of 569 ~ 22.14%
G 212 of 569 ~ 37.26%
B 231 of 569 ~ 40.6%

%22.14
%37.26
%40.6

CMYK color model

#7ED4E7 color CMYK value is (45,8,0,9).

  • cyan value is 45.45%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(45,8,0,9)
C45M8Y0K9 
(45%,8%,0%,9%)
(0.45/0.08/0.00/0.09)	

CMYK percentages

%45.45
%8.23
%0
%9.41

Codes

Color #7ED4E7 in popluar color models

7ED4E7
RGB126212231
HSL191°68.63%70.00%
HSB/HSV191°45.45%90.59%
CMYK45.45%8.23%0.00%
9.41%

Color #7ED4E7 in popluar number systems.

HEX7ED4E7
Decimal126212231
Binary11111101101010011100111
Octal176324347

Shades and tints

Shades of #7ED4E7

#7ED4E7
(126,212,231)
#73C1D2
(115,193,210)
#68AEBD
(104,174,189)
#5D9BA8
(93,155,168)
#528893
(82,136,147)
#47757E
(71,117,126)
#3C6269
(60,98,105)
#314F54
(49,79,84)
#263C3F
(38,60,63)
#1B292A
(27,41,42)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #7ED4E7

#7ED4E7
(126,212,231)
#89D7E9
(137,215,233)
#94DAEB
(148,218,235)
#9FDDED
(159,221,237)
#AAE0EF
(170,224,239)
#B5E3F1
(181,227,241)
#C0E6F3
(192,230,243)
#CBE9F5
(203,233,245)
#D6ECF7
(214,236,247)
#E1EFF9
(225,239,249)
#ECF2FB
(236,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED4E7; }

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

This text font color is #7ED4E7.


Background Color

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

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

This div background color is #7ED4E7.


Border color

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

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

This div border color is #7ED4E7.


Opacity

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

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

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

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

This text has shadow with #7ED4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED4E7 on black background.


Color preview on white background

This text has color #7ED4E7 on white background.



Black color preview on #7ED4E7 background

This text has black color on #7ED4E7 background.


White color preview on #7ED4E7 background

This text has white color on #7ED4E7 background.