COLOR #7EC1EE

HEX: #7EC1EE
RGB: (126,193,238)

Color info

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

RGB color model

#7EC1EE color RGB value is (126,193,238).

  • red value is 126;
  • green value is 193;
  • blue value is 238.
RGB:
(126,193,238)
(49%,76%,93%)

RGB channels and saturation

R 126 of 255 = 49%
G 193 of 255 = 76%
B 238 of 255 = 93%

126
193
238

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

Portions of RGB colors in percentages

R + G + B =
126 + 193 + 238 = 557 (100%)
R 126 of 557 ~ 22.62%
G 193 of 557 ~ 34.65%
B 238 of 557 ~ 42.73%

%22.62
%34.65
%42.73

CMYK color model

#7EC1EE color CMYK value is (47,19,0,7).

  • cyan value is 47.06%
  • magenta value is 18.91%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(47,19,0,7)
C47M19Y0K7 
(47%,19%,0%,7%)
(0.47/0.19/0.00/0.07)	

CMYK percentages

%47.06
%18.91
%0
%6.67

Codes

Color #7EC1EE in popluar color models

7EC1EE
RGB126193238
HSL204°76.71%71.37%
HSB/HSV204°47.06%93.33%
CMYK47.06%18.91%0.00%
6.67%

Color #7EC1EE in popluar number systems.

HEX7EC1EE
Decimal126193238
Binary11111101100000111101110
Octal176301356

Shades and tints

Shades of #7EC1EE

#7EC1EE
(126,193,238)
#73B0D9
(115,176,217)
#689FC4
(104,159,196)
#5D8EAF
(93,142,175)
#527D9A
(82,125,154)
#476C85
(71,108,133)
#3C5B70
(60,91,112)
#314A5B
(49,74,91)
#263946
(38,57,70)
#1B2831
(27,40,49)
#10171C
(16,23,28)
#000000
(0,0,0)

Tints of #7EC1EE

#7EC1EE
(126,193,238)
#89C6EF
(137,198,239)
#94CBF0
(148,203,240)
#9FD0F1
(159,208,241)
#AAD5F2
(170,213,242)
#B5DAF3
(181,218,243)
#C0DFF4
(192,223,244)
#CBE4F5
(203,228,245)
#D6E9F6
(214,233,246)
#E1EEF7
(225,238,247)
#ECF3F8
(236,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC1EE color. Also use rgb(126,193,238) instead hex code.

Text Font Color

.myTextColor { color: #7EC1EE; }

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

This text font color is #7EC1EE.


Background Color

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

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

This div background color is #7EC1EE.


Border color

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

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

This div border color is #7EC1EE.


Opacity

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

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

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

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

This text has shadow with #7EC1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC1EE on black background.


Color preview on white background

This text has color #7EC1EE on white background.



Black color preview on #7EC1EE background

This text has black color on #7EC1EE background.


White color preview on #7EC1EE background

This text has white color on #7EC1EE background.