COLOR #7EBAA3

HEX: #7EBAA3
RGB: (126,186,163)

Color info

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

RGB color model

#7EBAA3 color RGB value is (126,186,163).

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

RGB channels and saturation

R 126 of 255 = 49%
G 186 of 255 = 73%
B 163 of 255 = 64%

126
186
163

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

Portions of RGB colors in percentages

R + G + B =
126 + 186 + 163 = 475 (100%)
R 126 of 475 ~ 26.53%
G 186 of 475 ~ 39.16%
B 163 of 475 ~ 34.32%

%26.53
%39.16
%34.32

CMYK color model

#7EBAA3 color CMYK value is (32,0,12,27).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 27.06%
CMYK:
(32,0,12,27)
C32M0Y12K27 
(32%,0%,12%,27%)
(0.32/0.00/0.12/0.27)	

CMYK percentages

%32.26
%0
%12.37
%27.06

Codes

Color #7EBAA3 in popluar color models

7EBAA3
RGB126186163
HSL157°30.30%61.18%
HSB/HSV157°32.26%72.94%
CMYK32.26%0.00%12.37%
27.06%

Color #7EBAA3 in popluar number systems.

HEX7EBAA3
Decimal126186163
Binary11111101011101010100011
Octal176272243

Shades and tints

Shades of #7EBAA3

#7EBAA3
(126,186,163)
#73AA95
(115,170,149)
#689A87
(104,154,135)
#5D8A79
(93,138,121)
#527A6B
(82,122,107)
#476A5D
(71,106,93)
#3C5A4F
(60,90,79)
#314A41
(49,74,65)
#263A33
(38,58,51)
#1B2A25
(27,42,37)
#101A17
(16,26,23)
#000000
(0,0,0)

Tints of #7EBAA3

#7EBAA3
(126,186,163)
#89C0AB
(137,192,171)
#94C6B3
(148,198,179)
#9FCCBB
(159,204,187)
#AAD2C3
(170,210,195)
#B5D8CB
(181,216,203)
#C0DED3
(192,222,211)
#CBE4DB
(203,228,219)
#D6EAE3
(214,234,227)
#E1F0EB
(225,240,235)
#ECF6F3
(236,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBAA3; }

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

This text font color is #7EBAA3.


Background Color

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

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

This div background color is #7EBAA3.


Border color

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

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

This div border color is #7EBAA3.


Opacity

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

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

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

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

This text has shadow with #7EBAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBAA3 on black background.


Color preview on white background

This text has color #7EBAA3 on white background.



Black color preview on #7EBAA3 background

This text has black color on #7EBAA3 background.


White color preview on #7EBAA3 background

This text has white color on #7EBAA3 background.