COLOR #7EE5DF

HEX: #7EE5DF
RGB: (126,229,223)

Color info

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

RGB color model

#7EE5DF color RGB value is (126,229,223).

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

RGB channels and saturation

R 126 of 255 = 49%
G 229 of 255 = 90%
B 223 of 255 = 87%

126
229
223

R + G + B ~ 75%. #7EE5DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 229 + 223 = 578 (100%)
R 126 of 578 ~ 21.8%
G 229 of 578 ~ 39.62%
B 223 of 578 ~ 38.58%

%21.8
%39.62
%38.58

CMYK color model

#7EE5DF color CMYK value is (45,0,3,10).

  • cyan value is 44.98%
  • magenta value is 0.00%
  • yellow value is 2.62%
  • key color value is 10.20%
CMYK:
(45,0,3,10)
C45M0Y3K10 
(45%,0%,3%,10%)
(0.45/0.00/0.03/0.10)	

CMYK percentages

%44.98
%0
%2.62
%10.2

Codes

Color #7EE5DF in popluar color models

7EE5DF
RGB126229223
HSL177°66.45%69.61%
HSB/HSV177°44.98%89.80%
CMYK44.98%0.00%2.62%
10.20%

Color #7EE5DF in popluar number systems.

HEX7EE5DF
Decimal126229223
Binary11111101110010111011111
Octal176345337

Shades and tints

Shades of #7EE5DF

#7EE5DF
(126,229,223)
#73D1CB
(115,209,203)
#68BDB7
(104,189,183)
#5DA9A3
(93,169,163)
#52958F
(82,149,143)
#47817B
(71,129,123)
#3C6D67
(60,109,103)
#315953
(49,89,83)
#26453F
(38,69,63)
#1B312B
(27,49,43)
#101D17
(16,29,23)
#000000
(0,0,0)

Tints of #7EE5DF

#7EE5DF
(126,229,223)
#89E7E1
(137,231,225)
#94E9E3
(148,233,227)
#9FEBE5
(159,235,229)
#AAEDE7
(170,237,231)
#B5EFE9
(181,239,233)
#C0F1EB
(192,241,235)
#CBF3ED
(203,243,237)
#D6F5EF
(214,245,239)
#E1F7F1
(225,247,241)
#ECF9F3
(236,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EE5DF; }

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

This text font color is #7EE5DF.


Background Color

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

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

This div background color is #7EE5DF.


Border color

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

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

This div border color is #7EE5DF.


Opacity

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

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

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

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

This text has shadow with #7EE5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EE5DF on black background.


Color preview on white background

This text has color #7EE5DF on white background.



Black color preview on #7EE5DF background

This text has black color on #7EE5DF background.


White color preview on #7EE5DF background

This text has white color on #7EE5DF background.