COLOR #7EC4BF

HEX: #7EC4BF
RGB: (126,196,191)

Color info

#7EC4BF contains mainly green and blue colors. Web safe color of #7EC4BF is #66CCCC (or #6CC).

RGB color model

#7EC4BF color RGB value is (126,196,191).

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

RGB channels and saturation

R 126 of 255 = 49%
G 196 of 255 = 77%
B 191 of 255 = 75%

126
196
191

R + G + B ~ 67%. #7EC4BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 196 + 191 = 513 (100%)
R 126 of 513 ~ 24.56%
G 196 of 513 ~ 38.21%
B 191 of 513 ~ 37.23%

%24.56
%38.21
%37.23

CMYK color model

#7EC4BF color CMYK value is (36,0,3,23).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 2.55%
  • key color value is 23.14%
CMYK:
(36,0,3,23)
C36M0Y3K23 
(36%,0%,3%,23%)
(0.36/0.00/0.03/0.23)	

CMYK percentages

%35.71
%0
%2.55
%23.14

Codes

Color #7EC4BF in popluar color models

7EC4BF
RGB126196191
HSL176°37.23%63.14%
HSB/HSV176°35.71%76.86%
CMYK35.71%0.00%2.55%
23.14%

Color #7EC4BF in popluar number systems.

HEX7EC4BF
Decimal126196191
Binary11111101100010010111111
Octal176304277

Shades and tints

Shades of #7EC4BF

#7EC4BF
(126,196,191)
#73B3AE
(115,179,174)
#68A29D
(104,162,157)
#5D918C
(93,145,140)
#52807B
(82,128,123)
#476F6A
(71,111,106)
#3C5E59
(60,94,89)
#314D48
(49,77,72)
#263C37
(38,60,55)
#1B2B26
(27,43,38)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #7EC4BF

#7EC4BF
(126,196,191)
#89C9C4
(137,201,196)
#94CEC9
(148,206,201)
#9FD3CE
(159,211,206)
#AAD8D3
(170,216,211)
#B5DDD8
(181,221,216)
#C0E2DD
(192,226,221)
#CBE7E2
(203,231,226)
#D6ECE7
(214,236,231)
#E1F1EC
(225,241,236)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC4BF; }

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

This text font color is #7EC4BF.


Background Color

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

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

This div background color is #7EC4BF.


Border color

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

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

This div border color is #7EC4BF.


Opacity

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

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

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

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

This text has shadow with #7EC4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC4BF on black background.


Color preview on white background

This text has color #7EC4BF on white background.



Black color preview on #7EC4BF background

This text has black color on #7EC4BF background.


White color preview on #7EC4BF background

This text has white color on #7EC4BF background.