COLOR #7EBCA6

HEX: #7EBCA6
RGB: (126,188,166)

Color info

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

RGB color model

#7EBCA6 color RGB value is (126,188,166).

  • red value is 126;
  • green value is 188;
  • blue value is 166.
RGB:
(126,188,166)
(49%,74%,65%)

RGB channels and saturation

R 126 of 255 = 49%
G 188 of 255 = 74%
B 166 of 255 = 65%

126
188
166

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

Portions of RGB colors in percentages

R + G + B =
126 + 188 + 166 = 480 (100%)
R 126 of 480 ~ 26.25%
G 188 of 480 ~ 39.17%
B 166 of 480 ~ 34.58%

%26.25
%39.17
%34.58

CMYK color model

#7EBCA6 color CMYK value is (33,0,12,26).

  • cyan value is 32.98%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(33,0,12,26)
C33M0Y12K26 
(33%,0%,12%,26%)
(0.33/0.00/0.12/0.26)	

CMYK percentages

%32.98
%0
%11.7
%26.27

Codes

Color #7EBCA6 in popluar color models

7EBCA6
RGB126188166
HSL159°31.63%61.57%
HSB/HSV159°32.98%73.73%
CMYK32.98%0.00%11.70%
26.27%

Color #7EBCA6 in popluar number systems.

HEX7EBCA6
Decimal126188166
Binary11111101011110010100110
Octal176274246

Shades and tints

Shades of #7EBCA6

#7EBCA6
(126,188,166)
#73AB97
(115,171,151)
#689A88
(104,154,136)
#5D8979
(93,137,121)
#52786A
(82,120,106)
#47675B
(71,103,91)
#3C564C
(60,86,76)
#31453D
(49,69,61)
#26342E
(38,52,46)
#1B231F
(27,35,31)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #7EBCA6

#7EBCA6
(126,188,166)
#89C2AE
(137,194,174)
#94C8B6
(148,200,182)
#9FCEBE
(159,206,190)
#AAD4C6
(170,212,198)
#B5DACE
(181,218,206)
#C0E0D6
(192,224,214)
#CBE6DE
(203,230,222)
#D6ECE6
(214,236,230)
#E1F2EE
(225,242,238)
#ECF8F6
(236,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBCA6 color. Also use rgb(126,188,166) instead hex code.

Text Font Color

.myTextColor { color: #7EBCA6; }

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

This text font color is #7EBCA6.


Background Color

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

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

This div background color is #7EBCA6.


Border color

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

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

This div border color is #7EBCA6.


Opacity

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

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

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

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

This text has shadow with #7EBCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBCA6 on black background.


Color preview on white background

This text has color #7EBCA6 on white background.



Black color preview on #7EBCA6 background

This text has black color on #7EBCA6 background.


White color preview on #7EBCA6 background

This text has white color on #7EBCA6 background.