COLOR #7EEAED

HEX: #7EEAED
RGB: (126,234,237)

Color info

#7EEAED contains mainly green and blue colors. Web safe color of #7EEAED is #66FFFF (or #6FF).

RGB color model

#7EEAED color RGB value is (126,234,237).

  • red value is 126;
  • green value is 234;
  • blue value is 237.
RGB:
(126,234,237)
(49%,92%,93%)

RGB channels and saturation

R 126 of 255 = 49%
G 234 of 255 = 92%
B 237 of 255 = 93%

126
234
237

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

Portions of RGB colors in percentages

R + G + B =
126 + 234 + 237 = 597 (100%)
R 126 of 597 ~ 21.11%
G 234 of 597 ~ 39.2%
B 237 of 597 ~ 39.7%

%21.11
%39.2
%39.7

CMYK color model

#7EEAED color CMYK value is (47,1,0,7).

  • cyan value is 46.84%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(47,1,0,7)
C47M1Y0K7 
(47%,1%,0%,7%)
(0.47/0.01/0.00/0.07)	

CMYK percentages

%46.84
%1.27
%0
%7.06

Codes

Color #7EEAED in popluar color models

7EEAED
RGB126234237
HSL182°75.51%71.18%
HSB/HSV182°46.84%92.94%
CMYK46.84%1.27%0.00%
7.06%

Color #7EEAED in popluar number systems.

HEX7EEAED
Decimal126234237
Binary11111101110101011101101
Octal176352355

Shades and tints

Shades of #7EEAED

#7EEAED
(126,234,237)
#73D5D8
(115,213,216)
#68C0C3
(104,192,195)
#5DABAE
(93,171,174)
#529699
(82,150,153)
#478184
(71,129,132)
#3C6C6F
(60,108,111)
#31575A
(49,87,90)
#264245
(38,66,69)
#1B2D30
(27,45,48)
#10181B
(16,24,27)
#000000
(0,0,0)

Tints of #7EEAED

#7EEAED
(126,234,237)
#89EBEE
(137,235,238)
#94ECEF
(148,236,239)
#9FEDF0
(159,237,240)
#AAEEF1
(170,238,241)
#B5EFF2
(181,239,242)
#C0F0F3
(192,240,243)
#CBF1F4
(203,241,244)
#D6F2F5
(214,242,245)
#E1F3F6
(225,243,246)
#ECF4F7
(236,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EEAED color. Also use rgb(126,234,237) instead hex code.

Text Font Color

.myTextColor { color: #7EEAED; }

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

This text font color is #7EEAED.


Background Color

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

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

This div background color is #7EEAED.


Border color

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

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

This div border color is #7EEAED.


Opacity

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

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

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

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

This text has shadow with #7EEAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EEAED on black background.


Color preview on white background

This text has color #7EEAED on white background.



Black color preview on #7EEAED background

This text has black color on #7EEAED background.


White color preview on #7EEAED background

This text has white color on #7EEAED background.