COLOR #7EB19F

HEX: #7EB19F RGB: (126,177,159)

Color info

#7EB19F contains red, green and blue colors in about the same proportion. Web safe color of #7EB19F is #669999 (or #699).

RGB color model

#7EB19F color RGB value is (126,177,159).

RGB: (126,177,159) (49%, 69%, 62%)

RGB channels and saturation

R 126 of 255 = 49%
G 177 of 255 = 69%
B 159 of 255 = 62%

126
177
159

R + G + B ~ 60%. #7EB19F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 177 + 159 = 462 (100%)
R 126 of 462 ~ 27.27%
G 177 of 462 ~ 38.31%
B 159 of 462 ~ 34.42'%

%27.27
%38.31
%34.42

CMYK color model

#7EB19F color CMYK value is (29,0,10,31).

  • cyan value is 28.81%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 30.59%

CMYK: (29,0,10,31)
C29M0Y10K31 (29%, 0%, 10%, 31%)
(0.29 / 0.00 / 0.10 / 0.31)

CMYK percentages

%28.81
%0
%10.17
%30.59

Codes

Color #7EB19F in popluar color models

7E B1 9F
RGB 126 177 159
HSL 159° 24.64% 59.41%
HSB/HSV 159° 28.81% 69.41%
CMYK 28.81% 0.00% 10.17%
30.59%

Color #7EB19F in popluar number systems.

HEX 7E B1 9F
Decimal 126 177 159
Binary 1111110 10110001 10011111
Octal 176 261 237

Shades and tints

Shades of #7EB19F

#7EB19F
(126,177,159)
#73A191
(115,161,145)
#689183
(104,145,131)
#5D8175
(93,129,117)
#527167
(82,113,103)
#476159
(71,97,89)
#3C514B
(60,81,75)
#31413D
(49,65,61)
#26312F
(38,49,47)
#1B2121
(27,33,33)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #7EB19F

#7EB19F
(126,177,159)
#89B8A7
(137,184,167)
#94BFAF
(148,191,175)
#9FC6B7
(159,198,183)
#AACDBF
(170,205,191)
#B5D4C7
(181,212,199)
#C0DBCF
(192,219,207)
#CBE2D7
(203,226,215)
#D6E9DF
(214,233,223)
#E1F0E7
(225,240,231)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB19F color. Also use rgb(126,177,159) instead hex code.

Text Font Color

.myTextColor { color: #7EB19F; }

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

This text font color is #7EB19F.

Background Color

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

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

This div background color is #7EB19F.

Border color

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

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

This div border color is #7EB19F.

Opacity

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

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

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

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

This text has shadow with #7EB19F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EB19F.

Preview

Color preview on black background

This text has color #7EB19F on black background.


Color preview on white background

This text has color #7EB19F on white background.


Black color preview on #7EB19F background

This text has black color on #7EB19F background.


White color preview on #7EB19F background

This text has white color on #7EB19F background.


Related colors

Complementary color

Complementary color for #hex is #814E60.


I love getcolorcode.com

Triadic colors

1 #9F7EB1 and #B19F7E with #7EB19F are triadic colors.

2 #9FB17E and #B17E9F with #7EB19F are triadic colors.