COLOR #7EB993

HEX: #7EB993
RGB: (126,185,147)

Color info

#7EB993 contains red, green and blue colors in about the same proportion. Web safe color of #7EB993 is #66CC99 (or #6C9).

RGB color model

#7EB993 color RGB value is (126,185,147).

  • red value is 126;
  • green value is 185;
  • blue value is 147.
RGB:
(126,185,147)
(49%,73%,58%)

RGB channels and saturation

R 126 of 255 = 49%
G 185 of 255 = 73%
B 147 of 255 = 58%

126
185
147

R + G + B ~ 60%. #7EB993 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 185 + 147 = 458 (100%)
R 126 of 458 ~ 27.51%
G 185 of 458 ~ 40.39%
B 147 of 458 ~ 32.1%

%27.51
%40.39
%32.1

CMYK color model

#7EB993 color CMYK value is (32,0,21,27).

  • cyan value is 31.89%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 27.45%
CMYK:
(32,0,21,27)
C32M0Y21K27 
(32%,0%,21%,27%)
(0.32/0.00/0.21/0.27)	

CMYK percentages

%31.89
%0
%20.54
%27.45

Codes

Color #7EB993 in popluar color models

7EB993
RGB126185147
HSL141°29.65%60.98%
HSB/HSV141°31.89%72.55%
CMYK31.89%0.00%20.54%
27.45%

Color #7EB993 in popluar number systems.

HEX7EB993
Decimal126185147
Binary11111101011100110010011
Octal176271223

Shades and tints

Shades of #7EB993

#7EB993
(126,185,147)
#73A986
(115,169,134)
#689979
(104,153,121)
#5D896C
(93,137,108)
#52795F
(82,121,95)
#476952
(71,105,82)
#3C5945
(60,89,69)
#314938
(49,73,56)
#26392B
(38,57,43)
#1B291E
(27,41,30)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #7EB993

#7EB993
(126,185,147)
#89BF9C
(137,191,156)
#94C5A5
(148,197,165)
#9FCBAE
(159,203,174)
#AAD1B7
(170,209,183)
#B5D7C0
(181,215,192)
#C0DDC9
(192,221,201)
#CBE3D2
(203,227,210)
#D6E9DB
(214,233,219)
#E1EFE4
(225,239,228)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB993 color. Also use rgb(126,185,147) instead hex code.

Text Font Color

.myTextColor { color: #7EB993; }

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

This text font color is #7EB993.


Background Color

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

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

This div background color is #7EB993.


Border color

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

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

This div border color is #7EB993.


Opacity

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

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

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

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

This text has shadow with #7EB993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB993 on black background.


Color preview on white background

This text has color #7EB993 on white background.



Black color preview on #7EB993 background

This text has black color on #7EB993 background.


White color preview on #7EB993 background

This text has white color on #7EB993 background.