COLOR #7EECAB

HEX: #7EECAB
RGB: (126,236,171)

Color info

#7EECAB contains mainly green color. Web safe color of #7EECAB is #66FF99 (or #6F9).

RGB color model

#7EECAB color RGB value is (126,236,171).

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

RGB channels and saturation

R 126 of 255 = 49%
G 236 of 255 = 93%
B 171 of 255 = 67%

126
236
171

R + G + B ~ 70%. #7EECAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 236 + 171 = 533 (100%)
R 126 of 533 ~ 23.64%
G 236 of 533 ~ 44.28%
B 171 of 533 ~ 32.08%

%23.64
%44.28
%32.08

CMYK color model

#7EECAB color CMYK value is (47,0,28,7).

  • cyan value is 46.61%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 7.45%
CMYK:
(47,0,28,7)
C47M0Y28K7 
(47%,0%,28%,7%)
(0.47/0.00/0.28/0.07)	

CMYK percentages

%46.61
%0
%27.54
%7.45

Codes

Color #7EECAB in popluar color models

7EECAB
RGB126236171
HSL145°74.32%70.98%
HSB/HSV145°46.61%92.55%
CMYK46.61%0.00%27.54%
7.45%

Color #7EECAB in popluar number systems.

HEX7EECAB
Decimal126236171
Binary11111101110110010101011
Octal176354253

Shades and tints

Shades of #7EECAB

#7EECAB
(126,236,171)
#73D79C
(115,215,156)
#68C28D
(104,194,141)
#5DAD7E
(93,173,126)
#52986F
(82,152,111)
#478360
(71,131,96)
#3C6E51
(60,110,81)
#315942
(49,89,66)
#264433
(38,68,51)
#1B2F24
(27,47,36)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #7EECAB

#7EECAB
(126,236,171)
#89EDB2
(137,237,178)
#94EEB9
(148,238,185)
#9FEFC0
(159,239,192)
#AAF0C7
(170,240,199)
#B5F1CE
(181,241,206)
#C0F2D5
(192,242,213)
#CBF3DC
(203,243,220)
#D6F4E3
(214,244,227)
#E1F5EA
(225,245,234)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EECAB; }

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

This text font color is #7EECAB.


Background Color

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

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

This div background color is #7EECAB.


Border color

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

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

This div border color is #7EECAB.


Opacity

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

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

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

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

This text has shadow with #7EECAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EECAB on black background.


Color preview on white background

This text has color #7EECAB on white background.



Black color preview on #7EECAB background

This text has black color on #7EECAB background.


White color preview on #7EECAB background

This text has white color on #7EECAB background.