COLOR #7EBF99

HEX: #7EBF99
RGB: (126,191,153)

Color info

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

RGB color model

#7EBF99 color RGB value is (126,191,153).

  • red value is 126;
  • green value is 191;
  • blue value is 153.
RGB:
(126,191,153)
(49%,75%,60%)

RGB channels and saturation

R 126 of 255 = 49%
G 191 of 255 = 75%
B 153 of 255 = 60%

126
191
153

R + G + B ~ 61%. #7EBF99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 191 + 153 = 470 (100%)
R 126 of 470 ~ 26.81%
G 191 of 470 ~ 40.64%
B 153 of 470 ~ 32.55%

%26.81
%40.64
%32.55

CMYK color model

#7EBF99 color CMYK value is (34,0,20,25).

  • cyan value is 34.03%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 25.10%
CMYK:
(34,0,20,25)
C34M0Y20K25 
(34%,0%,20%,25%)
(0.34/0.00/0.20/0.25)	

CMYK percentages

%34.03
%0
%19.9
%25.1

Codes

Color #7EBF99 in popluar color models

7EBF99
RGB126191153
HSL145°33.68%62.16%
HSB/HSV145°34.03%74.90%
CMYK34.03%0.00%19.90%
25.10%

Color #7EBF99 in popluar number systems.

HEX7EBF99
Decimal126191153
Binary11111101011111110011001
Octal176277231

Shades and tints

Shades of #7EBF99

#7EBF99
(126,191,153)
#73AE8C
(115,174,140)
#689D7F
(104,157,127)
#5D8C72
(93,140,114)
#527B65
(82,123,101)
#476A58
(71,106,88)
#3C594B
(60,89,75)
#31483E
(49,72,62)
#263731
(38,55,49)
#1B2624
(27,38,36)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #7EBF99

#7EBF99
(126,191,153)
#89C4A2
(137,196,162)
#94C9AB
(148,201,171)
#9FCEB4
(159,206,180)
#AAD3BD
(170,211,189)
#B5D8C6
(181,216,198)
#C0DDCF
(192,221,207)
#CBE2D8
(203,226,216)
#D6E7E1
(214,231,225)
#E1ECEA
(225,236,234)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBF99 color. Also use rgb(126,191,153) instead hex code.

Text Font Color

.myTextColor { color: #7EBF99; }

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

This text font color is #7EBF99.


Background Color

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

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

This div background color is #7EBF99.


Border color

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

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

This div border color is #7EBF99.


Opacity

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

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

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

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

This text has shadow with #7EBF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBF99 on black background.


Color preview on white background

This text has color #7EBF99 on white background.



Black color preview on #7EBF99 background

This text has black color on #7EBF99 background.


White color preview on #7EBF99 background

This text has white color on #7EBF99 background.