COLOR #7EB89D

HEX: #7EB89D RGB: (126,184,157)

Color info

#7EB89D contains red, green and blue colors in about the same proportion. Web safe color of #7EB89D is #66CC99 (or #6C9).

RGB color model

#7EB89D color RGB value is (126,184,157).

RGB: (126,184,157) (49%, 72%, 62%)

RGB channels and saturation

R 126 of 255 = 49%
G 184 of 255 = 72%
B 157 of 255 = 62%

126
184
157

R + G + B ~ 61%. #7EB89D is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 184 + 157 = 467 (100%)
R 126 of 467 ~ 26.98%
G 184 of 467 ~ 39.4%
B 157 of 467 ~ 33.62'%

%26.98
%39.4
%33.62

CMYK color model

#7EB89D color CMYK value is (32,0,15,28).

  • cyan value is 31.52%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 27.84%

CMYK: (32,0,15,28)
C32M0Y15K28 (32%, 0%, 15%, 28%)
(0.32 / 0.00 / 0.15 / 0.28)

CMYK percentages

%31.52
%0
%14.67
%27.84

Codes

Color #7EB89D in popluar color models

7E B8 9D
RGB 126 184 157
HSL 152° 29.00% 60.78%
HSB/HSV 152° 31.52% 72.16%
CMYK 31.52% 0.00% 14.67%
27.84%

Color #7EB89D in popluar number systems.

HEX 7E B8 9D
Decimal 126 184 157
Binary 1111110 10111000 10011101
Octal 176 270 235

Shades and tints

Shades of #7EB89D

#7EB89D
(126,184,157)
#73A88F
(115,168,143)
#689881
(104,152,129)
#5D8873
(93,136,115)
#527865
(82,120,101)
#476857
(71,104,87)
#3C5849
(60,88,73)
#31483B
(49,72,59)
#26382D
(38,56,45)
#1B281F
(27,40,31)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #7EB89D

#7EB89D
(126,184,157)
#89BEA5
(137,190,165)
#94C4AD
(148,196,173)
#9FCAB5
(159,202,181)
#AAD0BD
(170,208,189)
#B5D6C5
(181,214,197)
#C0DCCD
(192,220,205)
#CBE2D5
(203,226,213)
#D6E8DD
(214,232,221)
#E1EEE5
(225,238,229)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB89D color. Also use rgb(126,184,157) instead hex code.

Text Font Color

.myTextColor { color: #7EB89D; }

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

This text font color is #7EB89D.

Background Color

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

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

This div background color is #7EB89D.

Border color

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

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

This div border color is #7EB89D.

Opacity

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

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

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

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

This text has shadow with #7EB89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EB89D.

Preview

Color preview on black background

This text has color #7EB89D on black background.


Color preview on white background

This text has color #7EB89D on white background.


Black color preview on #7EB89D background

This text has black color on #7EB89D background.


White color preview on #7EB89D background

This text has white color on #7EB89D background.


Related colors

Complementary color

Complementary color for #hex is #814762.


I love getcolorcode.com

Triadic colors

1 #9D7EB8 and #B89D7E with #7EB89D are triadic colors.

2 #9DB87E and #B87E9D with #7EB89D are triadic colors.