COLOR #7E968E

HEX: #7E968E
RGB: (126,150,142)

Color info

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

RGB color model

#7E968E color RGB value is (126,150,142).

  • red value is 126;
  • green value is 150;
  • blue value is 142.
RGB:
(126,150,142)
(49%,59%,56%)

RGB channels and saturation

R 126 of 255 = 49%
G 150 of 255 = 59%
B 142 of 255 = 56%

126
150
142

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

Portions of RGB colors in percentages

R + G + B =
126 + 150 + 142 = 418 (100%)
R 126 of 418 ~ 30.14%
G 150 of 418 ~ 35.89%
B 142 of 418 ~ 33.97%

%30.14
%35.89
%33.97

CMYK color model

#7E968E color CMYK value is (16,0,5,41).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 41.18%
CMYK:
(16,0,5,41)
C16M0Y5K41 
(16%,0%,5%,41%)
(0.16/0.00/0.05/0.41)	

CMYK percentages

%16
%0
%5.33
%41.18

Codes

Color #7E968E in popluar color models

7E968E
RGB126150142
HSL160°10.26%54.12%
HSB/HSV160°16.00%58.82%
CMYK16.00%0.00%5.33%
41.18%

Color #7E968E in popluar number systems.

HEX7E968E
Decimal126150142
Binary11111101001011010001110
Octal176226216

Shades and tints

Shades of #7E968E

#7E968E
(126,150,142)
#738982
(115,137,130)
#687C76
(104,124,118)
#5D6F6A
(93,111,106)
#52625E
(82,98,94)
#475552
(71,85,82)
#3C4846
(60,72,70)
#313B3A
(49,59,58)
#262E2E
(38,46,46)
#1B2122
(27,33,34)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #7E968E

#7E968E
(126,150,142)
#899F98
(137,159,152)
#94A8A2
(148,168,162)
#9FB1AC
(159,177,172)
#AABAB6
(170,186,182)
#B5C3C0
(181,195,192)
#C0CCCA
(192,204,202)
#CBD5D4
(203,213,212)
#D6DEDE
(214,222,222)
#E1E7E8
(225,231,232)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E968E color. Also use rgb(126,150,142) instead hex code.

Text Font Color

.myTextColor { color: #7E968E; }

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

This text font color is #7E968E.


Background Color

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

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

This div background color is #7E968E.


Border color

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

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

This div border color is #7E968E.


Opacity

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

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

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

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

This text has shadow with #7E968E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E968E on black background.


Color preview on white background

This text has color #7E968E on white background.



Black color preview on #7E968E background

This text has black color on #7E968E background.


White color preview on #7E968E background

This text has white color on #7E968E background.