COLOR #7EBE90

HEX: #7EBE90
RGB: (126,190,144)

Color info

#7EBE90 contains mainly green and blue colors. Web safe color of #7EBE90 is #66CC99 (or #6C9).

RGB color model

#7EBE90 color RGB value is (126,190,144).

  • red value is 126;
  • green value is 190;
  • blue value is 144.
RGB:
(126,190,144)
(49%,75%,56%)

RGB channels and saturation

R 126 of 255 = 49%
G 190 of 255 = 75%
B 144 of 255 = 56%

126
190
144

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

Portions of RGB colors in percentages

R + G + B =
126 + 190 + 144 = 460 (100%)
R 126 of 460 ~ 27.39%
G 190 of 460 ~ 41.3%
B 144 of 460 ~ 31.3%

%27.39
%41.3
%31.3

CMYK color model

#7EBE90 color CMYK value is (34,0,24,25).

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK:
(34,0,24,25)
C34M0Y24K25 
(34%,0%,24%,25%)
(0.34/0.00/0.24/0.25)	

CMYK percentages

%33.68
%0
%24.21
%25.49

Codes

Color #7EBE90 in popluar color models

7EBE90
RGB126190144
HSL137°32.99%61.96%
HSB/HSV137°33.68%74.51%
CMYK33.68%0.00%24.21%
25.49%

Color #7EBE90 in popluar number systems.

HEX7EBE90
Decimal126190144
Binary11111101011111010010000
Octal176276220

Shades and tints

Shades of #7EBE90

#7EBE90
(126,190,144)
#73AD83
(115,173,131)
#689C76
(104,156,118)
#5D8B69
(93,139,105)
#527A5C
(82,122,92)
#47694F
(71,105,79)
#3C5842
(60,88,66)
#314735
(49,71,53)
#263628
(38,54,40)
#1B251B
(27,37,27)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #7EBE90

#7EBE90
(126,190,144)
#89C39A
(137,195,154)
#94C8A4
(148,200,164)
#9FCDAE
(159,205,174)
#AAD2B8
(170,210,184)
#B5D7C2
(181,215,194)
#C0DCCC
(192,220,204)
#CBE1D6
(203,225,214)
#D6E6E0
(214,230,224)
#E1EBEA
(225,235,234)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBE90 color. Also use rgb(126,190,144) instead hex code.

Text Font Color

.myTextColor { color: #7EBE90; }

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

This text font color is #7EBE90.


Background Color

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

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

This div background color is #7EBE90.


Border color

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

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

This div border color is #7EBE90.


Opacity

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

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

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

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

This text has shadow with #7EBE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBE90 on black background.


Color preview on white background

This text has color #7EBE90 on white background.



Black color preview on #7EBE90 background

This text has black color on #7EBE90 background.


White color preview on #7EBE90 background

This text has white color on #7EBE90 background.