COLOR #7EB291

HEX: #7EB291
RGB: (126,178,145)

Color info

#7EB291 contains red, green and blue colors in about the same proportion. Web safe color of #7EB291 is #669999 (or #699).

RGB color model

#7EB291 color RGB value is (126,178,145).

  • red value is 126;
  • green value is 178;
  • blue value is 145.
RGB:
(126,178,145)
(49%,70%,57%)

RGB channels and saturation

R 126 of 255 = 49%
G 178 of 255 = 70%
B 145 of 255 = 57%

126
178
145

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

Portions of RGB colors in percentages

R + G + B =
126 + 178 + 145 = 449 (100%)
R 126 of 449 ~ 28.06%
G 178 of 449 ~ 39.64%
B 145 of 449 ~ 32.29%

%28.06
%39.64
%32.29

CMYK color model

#7EB291 color CMYK value is (29,0,19,30).

  • cyan value is 29.21%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 30.20%
CMYK:
(29,0,19,30)
C29M0Y19K30 
(29%,0%,19%,30%)
(0.29/0.00/0.19/0.30)	

CMYK percentages

%29.21
%0
%18.54
%30.2

Codes

Color #7EB291 in popluar color models

7EB291
RGB126178145
HSL142°25.24%59.61%
HSB/HSV142°29.21%69.80%
CMYK29.21%0.00%18.54%
30.20%

Color #7EB291 in popluar number systems.

HEX7EB291
Decimal126178145
Binary11111101011001010010001
Octal176262221

Shades and tints

Shades of #7EB291

#7EB291
(126,178,145)
#73A284
(115,162,132)
#689277
(104,146,119)
#5D826A
(93,130,106)
#52725D
(82,114,93)
#476250
(71,98,80)
#3C5243
(60,82,67)
#314236
(49,66,54)
#263229
(38,50,41)
#1B221C
(27,34,28)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #7EB291

#7EB291
(126,178,145)
#89B99B
(137,185,155)
#94C0A5
(148,192,165)
#9FC7AF
(159,199,175)
#AACEB9
(170,206,185)
#B5D5C3
(181,213,195)
#C0DCCD
(192,220,205)
#CBE3D7
(203,227,215)
#D6EAE1
(214,234,225)
#E1F1EB
(225,241,235)
#ECF8F5
(236,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB291 color. Also use rgb(126,178,145) instead hex code.

Text Font Color

.myTextColor { color: #7EB291; }

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

This text font color is #7EB291.


Background Color

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

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

This div background color is #7EB291.


Border color

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

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

This div border color is #7EB291.


Opacity

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

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

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

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

This text has shadow with #7EB291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB291 on black background.


Color preview on white background

This text has color #7EB291 on white background.



Black color preview on #7EB291 background

This text has black color on #7EB291 background.


White color preview on #7EB291 background

This text has white color on #7EB291 background.