COLOR #7E8688

HEX: #7E8688
RGB: (126,134,136)

Color info

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

RGB color model

#7E8688 color RGB value is (126,134,136).

  • red value is 126;
  • green value is 134;
  • blue value is 136.
RGB:
(126,134,136)
(49%,53%,53%)

RGB channels and saturation

R 126 of 255 = 49%
G 134 of 255 = 53%
B 136 of 255 = 53%

126
134
136

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

Portions of RGB colors in percentages

R + G + B =
126 + 134 + 136 = 396 (100%)
R 126 of 396 ~ 31.82%
G 134 of 396 ~ 33.84%
B 136 of 396 ~ 34.34%

%31.82
%33.84
%34.34

CMYK color model

#7E8688 color CMYK value is (7,1,0,47).

  • cyan value is 7.35%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(7,1,0,47)
C7M1Y0K47 
(7%,1%,0%,47%)
(0.07/0.01/0.00/0.47)	

CMYK percentages

%7.35
%1.47
%0
%46.67

Codes

Color #7E8688 in popluar color models

7E8688
RGB126134136
HSL192°4.03%51.37%
HSB/HSV192°7.35%53.33%
CMYK7.35%1.47%0.00%
46.67%

Color #7E8688 in popluar number systems.

HEX7E8688
Decimal126134136
Binary11111101000011010001000
Octal176206210

Shades and tints

Shades of #7E8688

#7E8688
(126,134,136)
#737A7C
(115,122,124)
#686E70
(104,110,112)
#5D6264
(93,98,100)
#525658
(82,86,88)
#474A4C
(71,74,76)
#3C3E40
(60,62,64)
#313234
(49,50,52)
#262628
(38,38,40)
#1B1A1C
(27,26,28)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #7E8688

#7E8688
(126,134,136)
#899192
(137,145,146)
#949C9C
(148,156,156)
#9FA7A6
(159,167,166)
#AAB2B0
(170,178,176)
#B5BDBA
(181,189,186)
#C0C8C4
(192,200,196)
#CBD3CE
(203,211,206)
#D6DED8
(214,222,216)
#E1E9E2
(225,233,226)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8688 color. Also use rgb(126,134,136) instead hex code.

Text Font Color

.myTextColor { color: #7E8688; }

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

This text font color is #7E8688.


Background Color

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

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

This div background color is #7E8688.


Border color

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

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

This div border color is #7E8688.


Opacity

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

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

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

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

This text has shadow with #7E8688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8688 on black background.


Color preview on white background

This text has color #7E8688 on white background.



Black color preview on #7E8688 background

This text has black color on #7E8688 background.


White color preview on #7E8688 background

This text has white color on #7E8688 background.