COLOR #7EEEC9

HEX: #7EEEC9
RGB: (126,238,201)

Color info

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

RGB color model

#7EEEC9 color RGB value is (126,238,201).

  • red value is 126;
  • green value is 238;
  • blue value is 201.
RGB:
(126,238,201)
(49%,93%,79%)

RGB channels and saturation

R 126 of 255 = 49%
G 238 of 255 = 93%
B 201 of 255 = 79%

126
238
201

R + G + B ~ 74%. #7EEEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 238 + 201 = 565 (100%)
R 126 of 565 ~ 22.3%
G 238 of 565 ~ 42.12%
B 201 of 565 ~ 35.58%

%22.3
%42.12
%35.58

CMYK color model

#7EEEC9 color CMYK value is (47,0,16,7).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 15.55%
  • key color value is 6.67%
CMYK:
(47,0,16,7)
C47M0Y16K7 
(47%,0%,16%,7%)
(0.47/0.00/0.16/0.07)	

CMYK percentages

%47.06
%0
%15.55
%6.67

Codes

Color #7EEEC9 in popluar color models

7EEEC9
RGB126238201
HSL160°76.71%71.37%
HSB/HSV160°47.06%93.33%
CMYK47.06%0.00%15.55%
6.67%

Color #7EEEC9 in popluar number systems.

HEX7EEEC9
Decimal126238201
Binary11111101110111011001001
Octal176356311

Shades and tints

Shades of #7EEEC9

#7EEEC9
(126,238,201)
#73D9B7
(115,217,183)
#68C4A5
(104,196,165)
#5DAF93
(93,175,147)
#529A81
(82,154,129)
#47856F
(71,133,111)
#3C705D
(60,112,93)
#315B4B
(49,91,75)
#264639
(38,70,57)
#1B3127
(27,49,39)
#101C15
(16,28,21)
#000000
(0,0,0)

Tints of #7EEEC9

#7EEEC9
(126,238,201)
#89EFCD
(137,239,205)
#94F0D1
(148,240,209)
#9FF1D5
(159,241,213)
#AAF2D9
(170,242,217)
#B5F3DD
(181,243,221)
#C0F4E1
(192,244,225)
#CBF5E5
(203,245,229)
#D6F6E9
(214,246,233)
#E1F7ED
(225,247,237)
#ECF8F1
(236,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EEEC9 color. Also use rgb(126,238,201) instead hex code.

Text Font Color

.myTextColor { color: #7EEEC9; }

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

This text font color is #7EEEC9.


Background Color

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

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

This div background color is #7EEEC9.


Border color

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

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

This div border color is #7EEEC9.


Opacity

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

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

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

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

This text has shadow with #7EEEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EEEC9 on black background.


Color preview on white background

This text has color #7EEEC9 on white background.



Black color preview on #7EEEC9 background

This text has black color on #7EEEC9 background.


White color preview on #7EEEC9 background

This text has white color on #7EEEC9 background.