COLOR #7E996E

HEX: #7E996E
RGB: (126,153,110)

Color info

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

RGB color model

#7E996E color RGB value is (126,153,110).

  • red value is 126;
  • green value is 153;
  • blue value is 110.
RGB:
(126,153,110)
(49%,60%,43%)

RGB channels and saturation

R 126 of 255 = 49%
G 153 of 255 = 60%
B 110 of 255 = 43%

126
153
110

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

Portions of RGB colors in percentages

R + G + B =
126 + 153 + 110 = 389 (100%)
R 126 of 389 ~ 32.39%
G 153 of 389 ~ 39.33%
B 110 of 389 ~ 28.28%

%32.39
%39.33
%28.28

CMYK color model

#7E996E color CMYK value is (18,0,28,40).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 28.10%
  • key color value is 40.00%
CMYK:
(18,0,28,40)
C18M0Y28K40 
(18%,0%,28%,40%)
(0.18/0.00/0.28/0.40)	

CMYK percentages

%17.65
%0
%28.1
%40

Codes

Color #7E996E in popluar color models

7E996E
RGB126153110
HSL98°17.41%51.57%
HSB/HSV98°28.10%60.00%
CMYK17.65%0.00%28.10%
40.00%

Color #7E996E in popluar number systems.

HEX7E996E
Decimal126153110
Binary1111110100110011101110
Octal176231156

Shades and tints

Shades of #7E996E

#7E996E
(126,153,110)
#738C64
(115,140,100)
#687F5A
(104,127,90)
#5D7250
(93,114,80)
#526546
(82,101,70)
#47583C
(71,88,60)
#3C4B32
(60,75,50)
#313E28
(49,62,40)
#26311E
(38,49,30)
#1B2414
(27,36,20)
#10170A
(16,23,10)
#000000
(0,0,0)

Tints of #7E996E

#7E996E
(126,153,110)
#89A27B
(137,162,123)
#94AB88
(148,171,136)
#9FB495
(159,180,149)
#AABDA2
(170,189,162)
#B5C6AF
(181,198,175)
#C0CFBC
(192,207,188)
#CBD8C9
(203,216,201)
#D6E1D6
(214,225,214)
#E1EAE3
(225,234,227)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E996E color. Also use rgb(126,153,110) instead hex code.

Text Font Color

.myTextColor { color: #7E996E; }

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

This text font color is #7E996E.


Background Color

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

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

This div background color is #7E996E.


Border color

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

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

This div border color is #7E996E.


Opacity

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

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

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

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

This text has shadow with #7E996E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E996E on black background.


Color preview on white background

This text has color #7E996E on white background.



Black color preview on #7E996E background

This text has black color on #7E996E background.


White color preview on #7E996E background

This text has white color on #7E996E background.