COLOR #7EEFE9

HEX: #7EEFE9
RGB: (126,239,233)

Color info

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

RGB color model

#7EEFE9 color RGB value is (126,239,233).

  • red value is 126;
  • green value is 239;
  • blue value is 233.
RGB:
(126,239,233)
(49%,94%,91%)

RGB channels and saturation

R 126 of 255 = 49%
G 239 of 255 = 94%
B 233 of 255 = 91%

126
239
233

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

Portions of RGB colors in percentages

R + G + B =
126 + 239 + 233 = 598 (100%)
R 126 of 598 ~ 21.07%
G 239 of 598 ~ 39.97%
B 233 of 598 ~ 38.96%

%21.07
%39.97
%38.96

CMYK color model

#7EEFE9 color CMYK value is (47,0,3,6).

  • cyan value is 47.28%
  • magenta value is 0.00%
  • yellow value is 2.51%
  • key color value is 6.27%
CMYK:
(47,0,3,6)
C47M0Y3K6 
(47%,0%,3%,6%)
(0.47/0.00/0.03/0.06)	

CMYK percentages

%47.28
%0
%2.51
%6.27

Codes

Color #7EEFE9 in popluar color models

7EEFE9
RGB126239233
HSL177°77.93%71.57%
HSB/HSV177°47.28%93.73%
CMYK47.28%0.00%2.51%
6.27%

Color #7EEFE9 in popluar number systems.

HEX7EEFE9
Decimal126239233
Binary11111101110111111101001
Octal176357351

Shades and tints

Shades of #7EEFE9

#7EEFE9
(126,239,233)
#73DAD4
(115,218,212)
#68C5BF
(104,197,191)
#5DB0AA
(93,176,170)
#529B95
(82,155,149)
#478680
(71,134,128)
#3C716B
(60,113,107)
#315C56
(49,92,86)
#264741
(38,71,65)
#1B322C
(27,50,44)
#101D17
(16,29,23)
#000000
(0,0,0)

Tints of #7EEFE9

#7EEFE9
(126,239,233)
#89F0EB
(137,240,235)
#94F1ED
(148,241,237)
#9FF2EF
(159,242,239)
#AAF3F1
(170,243,241)
#B5F4F3
(181,244,243)
#C0F5F5
(192,245,245)
#CBF6F7
(203,246,247)
#D6F7F9
(214,247,249)
#E1F8FB
(225,248,251)
#ECF9FD
(236,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EEFE9 color. Also use rgb(126,239,233) instead hex code.

Text Font Color

.myTextColor { color: #7EEFE9; }

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

This text font color is #7EEFE9.


Background Color

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

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

This div background color is #7EEFE9.


Border color

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

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

This div border color is #7EEFE9.


Opacity

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

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

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

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

This text has shadow with #7EEFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EEFE9 on black background.


Color preview on white background

This text has color #7EEFE9 on white background.



Black color preview on #7EEFE9 background

This text has black color on #7EEFE9 background.


White color preview on #7EEFE9 background

This text has white color on #7EEFE9 background.