COLOR #7EBAA1

HEX: #7EBAA1
RGB: (126,186,161)

Color info

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

RGB color model

#7EBAA1 color RGB value is (126,186,161).

  • red value is 126;
  • green value is 186;
  • blue value is 161.
RGB:
(126,186,161)
(49%,73%,63%)

RGB channels and saturation

R 126 of 255 = 49%
G 186 of 255 = 73%
B 161 of 255 = 63%

126
186
161

R + G + B ~ 62%. #7EBAA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 186 + 161 = 473 (100%)
R 126 of 473 ~ 26.64%
G 186 of 473 ~ 39.32%
B 161 of 473 ~ 34.04%

%26.64
%39.32
%34.04

CMYK color model

#7EBAA1 color CMYK value is (32,0,13,27).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 13.44%
  • key color value is 27.06%
CMYK:
(32,0,13,27)
C32M0Y13K27 
(32%,0%,13%,27%)
(0.32/0.00/0.13/0.27)	

CMYK percentages

%32.26
%0
%13.44
%27.06

Codes

Color #7EBAA1 in popluar color models

7EBAA1
RGB126186161
HSL155°30.30%61.18%
HSB/HSV155°32.26%72.94%
CMYK32.26%0.00%13.44%
27.06%

Color #7EBAA1 in popluar number systems.

HEX7EBAA1
Decimal126186161
Binary11111101011101010100001
Octal176272241

Shades and tints

Shades of #7EBAA1

#7EBAA1
(126,186,161)
#73AA93
(115,170,147)
#689A85
(104,154,133)
#5D8A77
(93,138,119)
#527A69
(82,122,105)
#476A5B
(71,106,91)
#3C5A4D
(60,90,77)
#314A3F
(49,74,63)
#263A31
(38,58,49)
#1B2A23
(27,42,35)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #7EBAA1

#7EBAA1
(126,186,161)
#89C0A9
(137,192,169)
#94C6B1
(148,198,177)
#9FCCB9
(159,204,185)
#AAD2C1
(170,210,193)
#B5D8C9
(181,216,201)
#C0DED1
(192,222,209)
#CBE4D9
(203,228,217)
#D6EAE1
(214,234,225)
#E1F0E9
(225,240,233)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBAA1 color. Also use rgb(126,186,161) instead hex code.

Text Font Color

.myTextColor { color: #7EBAA1; }

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

This text font color is #7EBAA1.


Background Color

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

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

This div background color is #7EBAA1.


Border color

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

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

This div border color is #7EBAA1.


Opacity

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

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

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

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

This text has shadow with #7EBAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBAA1 on black background.


Color preview on white background

This text has color #7EBAA1 on white background.



Black color preview on #7EBAA1 background

This text has black color on #7EBAA1 background.


White color preview on #7EBAA1 background

This text has white color on #7EBAA1 background.