COLOR #7EEFD7

HEX: #7EEFD7
RGB: (126,239,215)

Color info

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

RGB color model

#7EEFD7 color RGB value is (126,239,215).

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

RGB channels and saturation

R 126 of 255 = 49%
G 239 of 255 = 94%
B 215 of 255 = 84%

126
239
215

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

Portions of RGB colors in percentages

R + G + B =
126 + 239 + 215 = 580 (100%)
R 126 of 580 ~ 21.72%
G 239 of 580 ~ 41.21%
B 215 of 580 ~ 37.07%

%21.72
%41.21
%37.07

CMYK color model

#7EEFD7 color CMYK value is (47,0,10,6).

  • cyan value is 47.28%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • key color value is 6.27%
CMYK:
(47,0,10,6)
C47M0Y10K6 
(47%,0%,10%,6%)
(0.47/0.00/0.10/0.06)	

CMYK percentages

%47.28
%0
%10.04
%6.27

Codes

Color #7EEFD7 in popluar color models

7EEFD7
RGB126239215
HSL167°77.93%71.57%
HSB/HSV167°47.28%93.73%
CMYK47.28%0.00%10.04%
6.27%

Color #7EEFD7 in popluar number systems.

HEX7EEFD7
Decimal126239215
Binary11111101110111111010111
Octal176357327

Shades and tints

Shades of #7EEFD7

#7EEFD7
(126,239,215)
#73DAC4
(115,218,196)
#68C5B1
(104,197,177)
#5DB09E
(93,176,158)
#529B8B
(82,155,139)
#478678
(71,134,120)
#3C7165
(60,113,101)
#315C52
(49,92,82)
#26473F
(38,71,63)
#1B322C
(27,50,44)
#101D19
(16,29,25)
#000000
(0,0,0)

Tints of #7EEFD7

#7EEFD7
(126,239,215)
#89F0DA
(137,240,218)
#94F1DD
(148,241,221)
#9FF2E0
(159,242,224)
#AAF3E3
(170,243,227)
#B5F4E6
(181,244,230)
#C0F5E9
(192,245,233)
#CBF6EC
(203,246,236)
#D6F7EF
(214,247,239)
#E1F8F2
(225,248,242)
#ECF9F5
(236,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EEFD7; }

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

This text font color is #7EEFD7.


Background Color

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

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

This div background color is #7EEFD7.


Border color

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

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

This div border color is #7EEFD7.


Opacity

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

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

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

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

This text has shadow with #7EEFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EEFD7 on black background.


Color preview on white background

This text has color #7EEFD7 on white background.



Black color preview on #7EEFD7 background

This text has black color on #7EEFD7 background.


White color preview on #7EEFD7 background

This text has white color on #7EEFD7 background.