COLOR #7EDBFF

HEX: #7EDBFF
RGB: (126,219,255)

Color info

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

RGB color model

#7EDBFF color RGB value is (126,219,255).

  • red value is 126;
  • green value is 219;
  • blue value is 255.
RGB:
(126,219,255)
(49%,86%,100%)

RGB channels and saturation

R 126 of 255 = 49%
G 219 of 255 = 86%
B 255 of 255 = 100%

126
219
255

R + G + B ~ 78%. #7EDBFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 219 + 255 = 600 (100%)
R 126 of 600 ~ 21%
G 219 of 600 ~ 36.5%
B 255 of 600 ~ 42.5%

%21
%36.5
%42.5

CMYK color model

#7EDBFF color CMYK value is (51,14,0,0).

  • cyan value is 50.59%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(51,14,0,0)
C51M14Y0K0 
(51%,14%,0%,0%)
(0.51/0.14/0.00/0.00)	

CMYK percentages

%50.59
%14.12
%0
%0

Codes

Color #7EDBFF in popluar color models

7EDBFF
RGB126219255
HSL197°100.00%74.71%
HSB/HSV197°50.59%100.00%
CMYK50.59%14.12%0.00%
0.00%

Color #7EDBFF in popluar number systems.

HEX7EDBFF
Decimal126219255
Binary11111101101101111111111
Octal176333377

Shades and tints

Shades of #7EDBFF

#7EDBFF
(126,219,255)
#73C8E8
(115,200,232)
#68B5D1
(104,181,209)
#5DA2BA
(93,162,186)
#528FA3
(82,143,163)
#477C8C
(71,124,140)
#3C6975
(60,105,117)
#31565E
(49,86,94)
#264347
(38,67,71)
#1B3030
(27,48,48)
#101D19
(16,29,25)
#000000
(0,0,0)

Tints of #7EDBFF

#7EDBFF
(126,219,255)
#89DEFF
(137,222,255)
#94E1FF
(148,225,255)
#9FE4FF
(159,228,255)
#AAE7FF
(170,231,255)
#B5EAFF
(181,234,255)
#C0EDFF
(192,237,255)
#CBF0FF
(203,240,255)
#D6F3FF
(214,243,255)
#E1F6FF
(225,246,255)
#ECF9FF
(236,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EDBFF color. Also use rgb(126,219,255) instead hex code.

Text Font Color

.myTextColor { color: #7EDBFF; }

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

This text font color is #7EDBFF.


Background Color

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

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

This div background color is #7EDBFF.


Border color

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

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

This div border color is #7EDBFF.


Opacity

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

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

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

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

This text has shadow with #7EDBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EDBFF on black background.


Color preview on white background

This text has color #7EDBFF on white background.



Black color preview on #7EDBFF background

This text has black color on #7EDBFF background.


White color preview on #7EDBFF background

This text has white color on #7EDBFF background.