COLOR #7E968C

HEX: #7E968C
RGB: (126,150,140)

Color info

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

RGB color model

#7E968C color RGB value is (126,150,140).

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

RGB channels and saturation

R 126 of 255 = 49%
G 150 of 255 = 59%
B 140 of 255 = 55%

126
150
140

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

Portions of RGB colors in percentages

R + G + B =
126 + 150 + 140 = 416 (100%)
R 126 of 416 ~ 30.29%
G 150 of 416 ~ 36.06%
B 140 of 416 ~ 33.65%

%30.29
%36.06
%33.65

CMYK color model

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

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 41.18%
CMYK:
(16,0,7,41)
C16M0Y7K41 
(16%,0%,7%,41%)
(0.16/0.00/0.07/0.41)	

CMYK percentages

%16
%0
%6.67
%41.18

Codes

Color #7E968C in popluar color models

7E968C
RGB126150140
HSL155°10.26%54.12%
HSB/HSV155°16.00%58.82%
CMYK16.00%0.00%6.67%
41.18%

Color #7E968C in popluar number systems.

HEX7E968C
Decimal126150140
Binary11111101001011010001100
Octal176226214

Shades and tints

Shades of #7E968C

#7E968C
(126,150,140)
#738980
(115,137,128)
#687C74
(104,124,116)
#5D6F68
(93,111,104)
#52625C
(82,98,92)
#475550
(71,85,80)
#3C4844
(60,72,68)
#313B38
(49,59,56)
#262E2C
(38,46,44)
#1B2120
(27,33,32)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #7E968C

#7E968C
(126,150,140)
#899F96
(137,159,150)
#94A8A0
(148,168,160)
#9FB1AA
(159,177,170)
#AABAB4
(170,186,180)
#B5C3BE
(181,195,190)
#C0CCC8
(192,204,200)
#CBD5D2
(203,213,210)
#D6DEDC
(214,222,220)
#E1E7E6
(225,231,230)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E968C; }

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

This text font color is #7E968C.


Background Color

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

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

This div background color is #7E968C.


Border color

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

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

This div border color is #7E968C.


Opacity

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

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

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

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

This text has shadow with #7E968C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E968C on black background.


Color preview on white background

This text has color #7E968C on white background.



Black color preview on #7E968C background

This text has black color on #7E968C background.


White color preview on #7E968C background

This text has white color on #7E968C background.