COLOR #7EECC4

HEX: #7EECC4
RGB: (126,236,196)

Color info

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

RGB color model

#7EECC4 color RGB value is (126,236,196).

  • red value is 126;
  • green value is 236;
  • blue value is 196.
RGB:
(126,236,196)
(49%,93%,77%)

RGB channels and saturation

R 126 of 255 = 49%
G 236 of 255 = 93%
B 196 of 255 = 77%

126
236
196

R + G + B ~ 73%. #7EECC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 236 + 196 = 558 (100%)
R 126 of 558 ~ 22.58%
G 236 of 558 ~ 42.29%
B 196 of 558 ~ 35.13%

%22.58
%42.29
%35.13

CMYK color model

#7EECC4 color CMYK value is (47,0,17,7).

  • cyan value is 46.61%
  • magenta value is 0.00%
  • yellow value is 16.95%
  • key color value is 7.45%
CMYK:
(47,0,17,7)
C47M0Y17K7 
(47%,0%,17%,7%)
(0.47/0.00/0.17/0.07)	

CMYK percentages

%46.61
%0
%16.95
%7.45

Codes

Color #7EECC4 in popluar color models

7EECC4
RGB126236196
HSL158°74.32%70.98%
HSB/HSV158°46.61%92.55%
CMYK46.61%0.00%16.95%
7.45%

Color #7EECC4 in popluar number systems.

HEX7EECC4
Decimal126236196
Binary11111101110110011000100
Octal176354304

Shades and tints

Shades of #7EECC4

#7EECC4
(126,236,196)
#73D7B3
(115,215,179)
#68C2A2
(104,194,162)
#5DAD91
(93,173,145)
#529880
(82,152,128)
#47836F
(71,131,111)
#3C6E5E
(60,110,94)
#31594D
(49,89,77)
#26443C
(38,68,60)
#1B2F2B
(27,47,43)
#101A1A
(16,26,26)
#000000
(0,0,0)

Tints of #7EECC4

#7EECC4
(126,236,196)
#89EDC9
(137,237,201)
#94EECE
(148,238,206)
#9FEFD3
(159,239,211)
#AAF0D8
(170,240,216)
#B5F1DD
(181,241,221)
#C0F2E2
(192,242,226)
#CBF3E7
(203,243,231)
#D6F4EC
(214,244,236)
#E1F5F1
(225,245,241)
#ECF6F6
(236,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EECC4 color. Also use rgb(126,236,196) instead hex code.

Text Font Color

.myTextColor { color: #7EECC4; }

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

This text font color is #7EECC4.


Background Color

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

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

This div background color is #7EECC4.


Border color

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

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

This div border color is #7EECC4.


Opacity

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

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

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

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

This text has shadow with #7EECC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EECC4 on black background.


Color preview on white background

This text has color #7EECC4 on white background.



Black color preview on #7EECC4 background

This text has black color on #7EECC4 background.


White color preview on #7EECC4 background

This text has white color on #7EECC4 background.