COLOR #7EB192

HEX: #7EB192 RGB: (126,177,146)

Color info

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

RGB color model

#7EB192 color RGB value is (126,177,146).

RGB: (126,177,146) (49%, 69%, 57%)

RGB channels and saturation

R 126 of 255 = 49%
G 177 of 255 = 69%
B 146 of 255 = 57%

126
177
146

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

Portions of RGB colors in percentages

R + G + B = 126 + 177 + 146 = 449 (100%)
R 126 of 449 ~ 28.06%
G 177 of 449 ~ 39.42%
B 146 of 449 ~ 32.52'%

%28.06
%39.42
%32.52

CMYK color model

#7EB192 color CMYK value is (29,0,18,31).

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

CMYK: (29,0,18,31)
C29M0Y18K31 (29%, 0%, 18%, 31%)
(0.29 / 0.00 / 0.18 / 0.31)

CMYK percentages

%28.81
%0
%17.51
%30.59

Codes

Color #7EB192 in popluar color models

7E B1 92
RGB 126 177 146
HSL 144° 24.64% 59.41%
HSB/HSV 144° 28.81% 69.41%
CMYK 28.81% 0.00% 17.51%
30.59%

Color #7EB192 in popluar number systems.

HEX 7E B1 92
Decimal 126 177 146
Binary 1111110 10110001 10010010
Octal 176 261 222

Shades and tints

Shades of #7EB192

#7EB192
(126,177,146)
#73A185
(115,161,133)
#689178
(104,145,120)
#5D816B
(93,129,107)
#52715E
(82,113,94)
#476151
(71,97,81)
#3C5144
(60,81,68)
#314137
(49,65,55)
#26312A
(38,49,42)
#1B211D
(27,33,29)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #7EB192

#7EB192
(126,177,146)
#89B89B
(137,184,155)
#94BFA4
(148,191,164)
#9FC6AD
(159,198,173)
#AACDB6
(170,205,182)
#B5D4BF
(181,212,191)
#C0DBC8
(192,219,200)
#CBE2D1
(203,226,209)
#D6E9DA
(214,233,218)
#E1F0E3
(225,240,227)
#ECF7EC
(236,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB192; }

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

This text font color is #7EB192.

Background Color

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

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

This div background color is #7EB192.

Border color

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

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

This div border color is #7EB192.

Opacity

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

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

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

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

This text has shadow with #7EB192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EB192.

Preview

Color preview on black background

This text has color #7EB192 on black background.


Color preview on white background

This text has color #7EB192 on white background.


Black color preview on #7EB192 background

This text has black color on #7EB192 background.


White color preview on #7EB192 background

This text has white color on #7EB192 background.


Related colors

Complementary color

Complementary color for #hex is #814E6D.


I love getcolorcode.com

Triadic colors

1 #927EB1 and #B1927E with #7EB192 are triadic colors.

2 #92B17E and #B17E92 with #7EB192 are triadic colors.