COLOR #7EB388

HEX: #7EB388 RGB: (126,179,136)

Color info

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

RGB color model

#7EB388 color RGB value is (126,179,136).

RGB: (126,179,136) (49%, 70%, 53%)

RGB channels and saturation

R 126 of 255 = 49%
G 179 of 255 = 70%
B 136 of 255 = 53%

126
179
136

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

Portions of RGB colors in percentages

R + G + B = 126 + 179 + 136 = 441 (100%)
R 126 of 441 ~ 28.57%
G 179 of 441 ~ 40.59%
B 136 of 441 ~ 30.84'%

%28.57
%40.59
%30.84

CMYK color model

#7EB388 color CMYK value is (30,0,24,30).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 24.02%
  • key color value is 29.80%

CMYK: (30,0,24,30)
C30M0Y24K30 (30%, 0%, 24%, 30%)
(0.30 / 0.00 / 0.24 / 0.30)

CMYK percentages

%29.61
%0
%24.02
%29.8

Codes

Color #7EB388 in popluar color models

7E B3 88
RGB 126 179 136
HSL 131° 25.85% 59.80%
HSB/HSV 131° 29.61% 70.20%
CMYK 29.61% 0.00% 24.02%
29.80%

Color #7EB388 in popluar number systems.

HEX 7E B3 88
Decimal 126 179 136
Binary 1111110 10110011 10001000
Octal 176 263 210

Shades and tints

Shades of #7EB388

#7EB388
(126,179,136)
#73A37C
(115,163,124)
#689370
(104,147,112)
#5D8364
(93,131,100)
#527358
(82,115,88)
#47634C
(71,99,76)
#3C5340
(60,83,64)
#314334
(49,67,52)
#263328
(38,51,40)
#1B231C
(27,35,28)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #7EB388

#7EB388
(126,179,136)
#89B992
(137,185,146)
#94BF9C
(148,191,156)
#9FC5A6
(159,197,166)
#AACBB0
(170,203,176)
#B5D1BA
(181,209,186)
#C0D7C4
(192,215,196)
#CBDDCE
(203,221,206)
#D6E3D8
(214,227,216)
#E1E9E2
(225,233,226)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB388 color. Also use rgb(126,179,136) instead hex code.

Text Font Color

.myTextColor { color: #7EB388; }

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

This text font color is #7EB388.

Background Color

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

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

This div background color is #7EB388.

Border color

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

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

This div border color is #7EB388.

Opacity

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

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

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

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

This text has shadow with #7EB388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EB388.

Preview

Color preview on black background

This text has color #7EB388 on black background.


Color preview on white background

This text has color #7EB388 on white background.


Black color preview on #7EB388 background

This text has black color on #7EB388 background.


White color preview on #7EB388 background

This text has white color on #7EB388 background.


Related colors

Complementary color

Complementary color for #hex is #814C77.


I love getcolorcode.com

Triadic colors

1 #887EB3 and #B3887E with #7EB388 are triadic colors.

2 #88B37E and #B37E88 with #7EB388 are triadic colors.