COLOR #7EDBE0

HEX: #7EDBE0
RGB: (126,219,224)

Color info

#7EDBE0 contains mainly green and blue colors. Web safe color of #7EDBE0 is #66CCCC (or #6CC).

RGB color model

#7EDBE0 color RGB value is (126,219,224).

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

RGB channels and saturation

R 126 of 255 = 49%
G 219 of 255 = 86%
B 224 of 255 = 88%

126
219
224

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

Portions of RGB colors in percentages

R + G + B =
126 + 219 + 224 = 569 (100%)
R 126 of 569 ~ 22.14%
G 219 of 569 ~ 38.49%
B 224 of 569 ~ 39.37%

%22.14
%38.49
%39.37

CMYK color model

#7EDBE0 color CMYK value is (44,2,0,12).

  • cyan value is 43.75%
  • magenta value is 2.23%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(44,2,0,12)
C44M2Y0K12 
(44%,2%,0%,12%)
(0.44/0.02/0.00/0.12)	

CMYK percentages

%43.75
%2.23
%0
%12.16

Codes

Color #7EDBE0 in popluar color models

7EDBE0
RGB126219224
HSL183°61.25%68.63%
HSB/HSV183°43.75%87.84%
CMYK43.75%2.23%0.00%
12.16%

Color #7EDBE0 in popluar number systems.

HEX7EDBE0
Decimal126219224
Binary11111101101101111100000
Octal176333340

Shades and tints

Shades of #7EDBE0

#7EDBE0
(126,219,224)
#73C8CC
(115,200,204)
#68B5B8
(104,181,184)
#5DA2A4
(93,162,164)
#528F90
(82,143,144)
#477C7C
(71,124,124)
#3C6968
(60,105,104)
#315654
(49,86,84)
#264340
(38,67,64)
#1B302C
(27,48,44)
#101D18
(16,29,24)
#000000
(0,0,0)

Tints of #7EDBE0

#7EDBE0
(126,219,224)
#89DEE2
(137,222,226)
#94E1E4
(148,225,228)
#9FE4E6
(159,228,230)
#AAE7E8
(170,231,232)
#B5EAEA
(181,234,234)
#C0EDEC
(192,237,236)
#CBF0EE
(203,240,238)
#D6F3F0
(214,243,240)
#E1F6F2
(225,246,242)
#ECF9F4
(236,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EDBE0; }

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

This text font color is #7EDBE0.


Background Color

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

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

This div background color is #7EDBE0.


Border color

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

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

This div border color is #7EDBE0.


Opacity

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

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

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

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

This text has shadow with #7EDBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EDBE0 on black background.


Color preview on white background

This text has color #7EDBE0 on white background.



Black color preview on #7EDBE0 background

This text has black color on #7EDBE0 background.


White color preview on #7EDBE0 background

This text has white color on #7EDBE0 background.