COLOR #7EB98D

HEX: #7EB98D RGB: (126,185,141)

Color info

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

RGB color model

#7EB98D color RGB value is (126,185,141).

RGB: (126,185,141) (49%, 73%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 185 of 255 = 73%
B 141 of 255 = 55%

126
185
141

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

Portions of RGB colors in percentages

R + G + B = 126 + 185 + 141 = 452 (100%)
R 126 of 452 ~ 27.88%
G 185 of 452 ~ 40.93%
B 141 of 452 ~ 31.19'%

%27.88
%40.93
%31.19

CMYK color model

#7EB98D color CMYK value is (32,0,24,27).

  • cyan value is 31.89%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 27.45%

CMYK: (32,0,24,27)
C32M0Y24K27 (32%, 0%, 24%, 27%)
(0.32 / 0.00 / 0.24 / 0.27)

CMYK percentages

%31.89
%0
%23.78
%27.45

Codes

Color #7EB98D in popluar color models

7E B9 8D
RGB 126 185 141
HSL 135° 29.65% 60.98%
HSB/HSV 135° 31.89% 72.55%
CMYK 31.89% 0.00% 23.78%
27.45%

Color #7EB98D in popluar number systems.

HEX 7E B9 8D
Decimal 126 185 141
Binary 1111110 10111001 10001101
Octal 176 271 215

Shades and tints

Shades of #7EB98D

#7EB98D
(126,185,141)
#73A981
(115,169,129)
#689975
(104,153,117)
#5D8969
(93,137,105)
#52795D
(82,121,93)
#476951
(71,105,81)
#3C5945
(60,89,69)
#314939
(49,73,57)
#26392D
(38,57,45)
#1B2921
(27,41,33)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #7EB98D

#7EB98D
(126,185,141)
#89BF97
(137,191,151)
#94C5A1
(148,197,161)
#9FCBAB
(159,203,171)
#AAD1B5
(170,209,181)
#B5D7BF
(181,215,191)
#C0DDC9
(192,221,201)
#CBE3D3
(203,227,211)
#D6E9DD
(214,233,221)
#E1EFE7
(225,239,231)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB98D color. Also use rgb(126,185,141) instead hex code.

Text Font Color

.myTextColor { color: #7EB98D; }

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

This text font color is #7EB98D.

Background Color

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

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

This div background color is #7EB98D.

Border color

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

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

This div border color is #7EB98D.

Opacity

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

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

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

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

This text has shadow with #7EB98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EB98D.

Preview

Color preview on black background

This text has color #7EB98D on black background.


Color preview on white background

This text has color #7EB98D on white background.


Black color preview on #7EB98D background

This text has black color on #7EB98D background.


White color preview on #7EB98D background

This text has white color on #7EB98D background.


Related colors

Complementary color

Complementary color for #hex is #814672.


I love getcolorcode.com

Triadic colors

1 #8D7EB9 and #B98D7E with #7EB98D are triadic colors.

2 #8DB97E and #B97E8D with #7EB98D are triadic colors.