COLOR #7EBFA2

HEX: #7EBFA2
RGB: (126,191,162)

Color info

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

RGB color model

#7EBFA2 color RGB value is (126,191,162).

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

RGB channels and saturation

R 126 of 255 = 49%
G 191 of 255 = 75%
B 162 of 255 = 64%

126
191
162

R + G + B ~ 63%. #7EBFA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 191 + 162 = 479 (100%)
R 126 of 479 ~ 26.3%
G 191 of 479 ~ 39.87%
B 162 of 479 ~ 33.82%

%26.3
%39.87
%33.82

CMYK color model

#7EBFA2 color CMYK value is (34,0,15,25).

  • cyan value is 34.03%
  • magenta value is 0.00%
  • yellow value is 15.18%
  • key color value is 25.10%
CMYK:
(34,0,15,25)
C34M0Y15K25 
(34%,0%,15%,25%)
(0.34/0.00/0.15/0.25)	

CMYK percentages

%34.03
%0
%15.18
%25.1

Codes

Color #7EBFA2 in popluar color models

7EBFA2
RGB126191162
HSL153°33.68%62.16%
HSB/HSV153°34.03%74.90%
CMYK34.03%0.00%15.18%
25.10%

Color #7EBFA2 in popluar number systems.

HEX7EBFA2
Decimal126191162
Binary11111101011111110100010
Octal176277242

Shades and tints

Shades of #7EBFA2

#7EBFA2
(126,191,162)
#73AE94
(115,174,148)
#689D86
(104,157,134)
#5D8C78
(93,140,120)
#527B6A
(82,123,106)
#476A5C
(71,106,92)
#3C594E
(60,89,78)
#314840
(49,72,64)
#263732
(38,55,50)
#1B2624
(27,38,36)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #7EBFA2

#7EBFA2
(126,191,162)
#89C4AA
(137,196,170)
#94C9B2
(148,201,178)
#9FCEBA
(159,206,186)
#AAD3C2
(170,211,194)
#B5D8CA
(181,216,202)
#C0DDD2
(192,221,210)
#CBE2DA
(203,226,218)
#D6E7E2
(214,231,226)
#E1ECEA
(225,236,234)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBFA2; }

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

This text font color is #7EBFA2.


Background Color

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

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

This div background color is #7EBFA2.


Border color

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

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

This div border color is #7EBFA2.


Opacity

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

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

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

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

This text has shadow with #7EBFA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBFA2 on black background.


Color preview on white background

This text has color #7EBFA2 on white background.



Black color preview on #7EBFA2 background

This text has black color on #7EBFA2 background.


White color preview on #7EBFA2 background

This text has white color on #7EBFA2 background.