COLOR #7EECA7

HEX: #7EECA7
RGB: (126,236,167)

Color info

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

RGB color model

#7EECA7 color RGB value is (126,236,167).

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

RGB channels and saturation

R 126 of 255 = 49%
G 236 of 255 = 93%
B 167 of 255 = 65%

126
236
167

R + G + B ~ 69%. #7EECA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 236 + 167 = 529 (100%)
R 126 of 529 ~ 23.82%
G 236 of 529 ~ 44.61%
B 167 of 529 ~ 31.57%

%23.82
%44.61
%31.57

CMYK color model

#7EECA7 color CMYK value is (47,0,29,7).

  • cyan value is 46.61%
  • magenta value is 0.00%
  • yellow value is 29.24%
  • key color value is 7.45%
CMYK:
(47,0,29,7)
C47M0Y29K7 
(47%,0%,29%,7%)
(0.47/0.00/0.29/0.07)	

CMYK percentages

%46.61
%0
%29.24
%7.45

Codes

Color #7EECA7 in popluar color models

7EECA7
RGB126236167
HSL142°74.32%70.98%
HSB/HSV142°46.61%92.55%
CMYK46.61%0.00%29.24%
7.45%

Color #7EECA7 in popluar number systems.

HEX7EECA7
Decimal126236167
Binary11111101110110010100111
Octal176354247

Shades and tints

Shades of #7EECA7

#7EECA7
(126,236,167)
#73D798
(115,215,152)
#68C289
(104,194,137)
#5DAD7A
(93,173,122)
#52986B
(82,152,107)
#47835C
(71,131,92)
#3C6E4D
(60,110,77)
#31593E
(49,89,62)
#26442F
(38,68,47)
#1B2F20
(27,47,32)
#101A11
(16,26,17)
#000000
(0,0,0)

Tints of #7EECA7

#7EECA7
(126,236,167)
#89EDAF
(137,237,175)
#94EEB7
(148,238,183)
#9FEFBF
(159,239,191)
#AAF0C7
(170,240,199)
#B5F1CF
(181,241,207)
#C0F2D7
(192,242,215)
#CBF3DF
(203,243,223)
#D6F4E7
(214,244,231)
#E1F5EF
(225,245,239)
#ECF6F7
(236,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EECA7; }

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

This text font color is #7EECA7.


Background Color

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

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

This div background color is #7EECA7.


Border color

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

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

This div border color is #7EECA7.


Opacity

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

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

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

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

This text has shadow with #7EECA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EECA7 on black background.


Color preview on white background

This text has color #7EECA7 on white background.



Black color preview on #7EECA7 background

This text has black color on #7EECA7 background.


White color preview on #7EECA7 background

This text has white color on #7EECA7 background.