COLOR #7E9870

HEX: #7E9870 RGB: (126,152,112)

Color info

#7E9870 contains red, green and blue colors in about the same proportion. Web safe color of #7E9870 is #669966 (or #696).

RGB color model

#7E9870 color RGB value is (126,152,112).

RGB: (126,152,112) (49%, 60%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 112 of 255 = 44%

126
152
112

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

Portions of RGB colors in percentages

R + G + B = 126 + 152 + 112 = 390 (100%)
R 126 of 390 ~ 32.31%
G 152 of 390 ~ 38.97%
B 112 of 390 ~ 28.72'%

%32.31
%38.97
%28.72

CMYK color model

#7E9870 color CMYK value is (17,0,26,40).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 40.39%

CMYK: (17,0,26,40)
C17M0Y26K40 (17%, 0%, 26%, 40%)
(0.17 / 0.00 / 0.26 / 0.40)

CMYK percentages

%17.11
%0
%26.32
%40.39

Codes

Color #7E9870 in popluar color models

7E 98 70
RGB 126 152 112
HSL 99° 16.26% 51.76%
HSB/HSV 99° 26.32% 59.61%
CMYK 17.11% 0.00% 26.32%
40.39%

Color #7E9870 in popluar number systems.

HEX 7E 98 70
Decimal 126 152 112
Binary 1111110 10011000 1110000
Octal 176 230 160

Shades and tints

Shades of #7E9870

#7E9870
(126,152,112)
#738B66
(115,139,102)
#687E5C
(104,126,92)
#5D7152
(93,113,82)
#526448
(82,100,72)
#47573E
(71,87,62)
#3C4A34
(60,74,52)
#313D2A
(49,61,42)
#263020
(38,48,32)
#1B2316
(27,35,22)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #7E9870

#7E9870
(126,152,112)
#89A17D
(137,161,125)
#94AA8A
(148,170,138)
#9FB397
(159,179,151)
#AABCA4
(170,188,164)
#B5C5B1
(181,197,177)
#C0CEBE
(192,206,190)
#CBD7CB
(203,215,203)
#D6E0D8
(214,224,216)
#E1E9E5
(225,233,229)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9870 color. Also use rgb(126,152,112) instead hex code.

Text Font Color

.myTextColor { color: #7E9870; }

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

This text font color is #7E9870.

Background Color

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

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

This div background color is #7E9870.

Border color

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

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

This div border color is #7E9870.

Opacity

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

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

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

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

This text has shadow with #7E9870 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9870.

Preview

Color preview on black background

This text has color #7E9870 on black background.


Color preview on white background

This text has color #7E9870 on white background.


Black color preview on #7E9870 background

This text has black color on #7E9870 background.


White color preview on #7E9870 background

This text has white color on #7E9870 background.


Related colors

Complementary color

Complementary color for #hex is #81678F.


I love getcolorcode.com

Triadic colors

1 #707E98 and #98707E with #7E9870 are triadic colors.

2 #70987E and #987E70 with #7E9870 are triadic colors.