COLOR #7EF0DF

HEX: #7EF0DF
RGB: (126,240,223)

Color info

#7EF0DF contains mainly green and blue colors. Web safe color of #7EF0DF is #66FFCC (or #6FC).

RGB color model

#7EF0DF color RGB value is (126,240,223).

  • red value is 126;
  • green value is 240;
  • blue value is 223.
RGB:
(126,240,223)
(49%,94%,87%)

RGB channels and saturation

R 126 of 255 = 49%
G 240 of 255 = 94%
B 223 of 255 = 87%

126
240
223

R + G + B ~ 77%. #7EF0DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 240 + 223 = 589 (100%)
R 126 of 589 ~ 21.39%
G 240 of 589 ~ 40.75%
B 223 of 589 ~ 37.86%

%21.39
%40.75
%37.86

CMYK color model

#7EF0DF color CMYK value is (48,0,7,6).

  • cyan value is 47.50%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 5.88%
CMYK:
(48,0,7,6)
C48M0Y7K6 
(48%,0%,7%,6%)
(0.48/0.00/0.07/0.06)	

CMYK percentages

%47.5
%0
%7.08
%5.88

Codes

Color #7EF0DF in popluar color models

7EF0DF
RGB126240223
HSL171°79.17%71.76%
HSB/HSV171°47.50%94.12%
CMYK47.50%0.00%7.08%
5.88%

Color #7EF0DF in popluar number systems.

HEX7EF0DF
Decimal126240223
Binary11111101111000011011111
Octal176360337

Shades and tints

Shades of #7EF0DF

#7EF0DF
(126,240,223)
#73DBCB
(115,219,203)
#68C6B7
(104,198,183)
#5DB1A3
(93,177,163)
#529C8F
(82,156,143)
#47877B
(71,135,123)
#3C7267
(60,114,103)
#315D53
(49,93,83)
#26483F
(38,72,63)
#1B332B
(27,51,43)
#101E17
(16,30,23)
#000000
(0,0,0)

Tints of #7EF0DF

#7EF0DF
(126,240,223)
#89F1E1
(137,241,225)
#94F2E3
(148,242,227)
#9FF3E5
(159,243,229)
#AAF4E7
(170,244,231)
#B5F5E9
(181,245,233)
#C0F6EB
(192,246,235)
#CBF7ED
(203,247,237)
#D6F8EF
(214,248,239)
#E1F9F1
(225,249,241)
#ECFAF3
(236,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EF0DF color. Also use rgb(126,240,223) instead hex code.

Text Font Color

.myTextColor { color: #7EF0DF; }

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

This text font color is #7EF0DF.


Background Color

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

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

This div background color is #7EF0DF.


Border color

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

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

This div border color is #7EF0DF.


Opacity

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

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

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

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

This text has shadow with #7EF0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EF0DF on black background.


Color preview on white background

This text has color #7EF0DF on white background.



Black color preview on #7EF0DF background

This text has black color on #7EF0DF background.


White color preview on #7EF0DF background

This text has white color on #7EF0DF background.