COLOR #7EC8BF

HEX: #7EC8BF RGB: (126,200,191)

Color info

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

RGB color model

#7EC8BF color RGB value is (126,200,191).

RGB: (126,200,191) (49%, 78%, 75%)

RGB channels and saturation

R 126 of 255 = 49%
G 200 of 255 = 78%
B 191 of 255 = 75%

126
200
191

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

Portions of RGB colors in percentages

R + G + B = 126 + 200 + 191 = 517 (100%)
R 126 of 517 ~ 24.37%
G 200 of 517 ~ 38.68%
B 191 of 517 ~ 36.94'%

%24.37
%38.68
%36.94

CMYK color model

#7EC8BF color CMYK value is (37,0,5,22).

  • cyan value is 37.00%
  • magenta value is 0.00%
  • yellow value is 4.50%
  • key color value is 21.57%

CMYK: (37,0,5,22)
C37M0Y5K22 (37%, 0%, 5%, 22%)
(0.37 / 0.00 / 0.05 / 0.22)

CMYK percentages

%37
%0
%4.5
%21.57

Codes

Color #7EC8BF in popluar color models

7E C8 BF
RGB 126 200 191
HSL 173° 40.22% 63.92%
HSB/HSV 173° 37.00% 78.43%
CMYK 37.00% 0.00% 4.50%
21.57%

Color #7EC8BF in popluar number systems.

HEX 7E C8 BF
Decimal 126 200 191
Binary 1111110 11001000 10111111
Octal 176 310 277

Shades and tints

Shades of #7EC8BF

#7EC8BF
(126,200,191)
#73B6AE
(115,182,174)
#68A49D
(104,164,157)
#5D928C
(93,146,140)
#52807B
(82,128,123)
#476E6A
(71,110,106)
#3C5C59
(60,92,89)
#314A48
(49,74,72)
#263837
(38,56,55)
#1B2626
(27,38,38)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #7EC8BF

#7EC8BF
(126,200,191)
#89CDC4
(137,205,196)
#94D2C9
(148,210,201)
#9FD7CE
(159,215,206)
#AADCD3
(170,220,211)
#B5E1D8
(181,225,216)
#C0E6DD
(192,230,221)
#CBEBE2
(203,235,226)
#D6F0E7
(214,240,231)
#E1F5EC
(225,245,236)
#ECFAF1
(236,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC8BF; }

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

This text font color is #7EC8BF.

Background Color

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

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

This div background color is #7EC8BF.

Border color

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

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

This div border color is #7EC8BF.

Opacity

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

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

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

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

This text has shadow with #7EC8BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EC8BF.

Preview

Color preview on black background

This text has color #7EC8BF on black background.


Color preview on white background

This text has color #7EC8BF on white background.


Black color preview on #7EC8BF background

This text has black color on #7EC8BF background.


White color preview on #7EC8BF background

This text has white color on #7EC8BF background.


Related colors

Complementary color

Complementary color for #hex is #813740.


I love getcolorcode.com

Triadic colors

1 #BF7EC8 and #C8BF7E with #7EC8BF are triadic colors.

2 #BFC87E and #C87EBF with #7EC8BF are triadic colors.