COLOR #7EE5E3

HEX: #7EE5E3
RGB: (126,229,227)

Color info

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

RGB color model

#7EE5E3 color RGB value is (126,229,227).

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

RGB channels and saturation

R 126 of 255 = 49%
G 229 of 255 = 90%
B 227 of 255 = 89%

126
229
227

R + G + B ~ 76%. #7EE5E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 229 + 227 = 582 (100%)
R 126 of 582 ~ 21.65%
G 229 of 582 ~ 39.35%
B 227 of 582 ~ 39%

%21.65
%39.35
%39

CMYK color model

#7EE5E3 color CMYK value is (45,0,1,10).

  • cyan value is 44.98%
  • magenta value is 0.00%
  • yellow value is 0.87%
  • key color value is 10.20%
CMYK:
(45,0,1,10)
C45M0Y1K10 
(45%,0%,1%,10%)
(0.45/0.00/0.01/0.10)	

CMYK percentages

%44.98
%0
%0.87
%10.2

Codes

Color #7EE5E3 in popluar color models

7EE5E3
RGB126229227
HSL179°66.45%69.61%
HSB/HSV179°44.98%89.80%
CMYK44.98%0.00%0.87%
10.20%

Color #7EE5E3 in popluar number systems.

HEX7EE5E3
Decimal126229227
Binary11111101110010111100011
Octal176345343

Shades and tints

Shades of #7EE5E3

#7EE5E3
(126,229,227)
#73D1CF
(115,209,207)
#68BDBB
(104,189,187)
#5DA9A7
(93,169,167)
#529593
(82,149,147)
#47817F
(71,129,127)
#3C6D6B
(60,109,107)
#315957
(49,89,87)
#264543
(38,69,67)
#1B312F
(27,49,47)
#101D1B
(16,29,27)
#000000
(0,0,0)

Tints of #7EE5E3

#7EE5E3
(126,229,227)
#89E7E5
(137,231,229)
#94E9E7
(148,233,231)
#9FEBE9
(159,235,233)
#AAEDEB
(170,237,235)
#B5EFED
(181,239,237)
#C0F1EF
(192,241,239)
#CBF3F1
(203,243,241)
#D6F5F3
(214,245,243)
#E1F7F5
(225,247,245)
#ECF9F7
(236,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EE5E3; }

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

This text font color is #7EE5E3.


Background Color

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

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

This div background color is #7EE5E3.


Border color

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

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

This div border color is #7EE5E3.


Opacity

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

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

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

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

This text has shadow with #7EE5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EE5E3 on black background.


Color preview on white background

This text has color #7EE5E3 on white background.



Black color preview on #7EE5E3 background

This text has black color on #7EE5E3 background.


White color preview on #7EE5E3 background

This text has white color on #7EE5E3 background.