COLOR #7E888D

HEX: #7E888D
RGB: (126,136,141)

Color info

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

RGB color model

#7E888D color RGB value is (126,136,141).

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

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 141 of 255 = 55%

126
136
141

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

Portions of RGB colors in percentages

R + G + B =
126 + 136 + 141 = 403 (100%)
R 126 of 403 ~ 31.27%
G 136 of 403 ~ 33.75%
B 141 of 403 ~ 34.99%

%31.27
%33.75
%34.99

CMYK color model

#7E888D color CMYK value is (11,4,0,45).

  • cyan value is 10.64%
  • magenta value is 3.55%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(11,4,0,45)
C11M4Y0K45 
(11%,4%,0%,45%)
(0.11/0.04/0.00/0.45)	

CMYK percentages

%10.64
%3.55
%0
%44.71

Codes

Color #7E888D in popluar color models

7E888D
RGB126136141
HSL200°6.17%52.35%
HSB/HSV200°10.64%55.29%
CMYK10.64%3.55%0.00%
44.71%

Color #7E888D in popluar number systems.

HEX7E888D
Decimal126136141
Binary11111101000100010001101
Octal176210215

Shades and tints

Shades of #7E888D

#7E888D
(126,136,141)
#737C81
(115,124,129)
#687075
(104,112,117)
#5D6469
(93,100,105)
#52585D
(82,88,93)
#474C51
(71,76,81)
#3C4045
(60,64,69)
#313439
(49,52,57)
#26282D
(38,40,45)
#1B1C21
(27,28,33)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #7E888D

#7E888D
(126,136,141)
#899297
(137,146,151)
#949CA1
(148,156,161)
#9FA6AB
(159,166,171)
#AAB0B5
(170,176,181)
#B5BABF
(181,186,191)
#C0C4C9
(192,196,201)
#CBCED3
(203,206,211)
#D6D8DD
(214,216,221)
#E1E2E7
(225,226,231)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E888D; }

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

This text font color is #7E888D.


Background Color

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

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

This div background color is #7E888D.


Border color

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

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

This div border color is #7E888D.


Opacity

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

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

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

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

This text has shadow with #7E888D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E888D on black background.


Color preview on white background

This text has color #7E888D on white background.



Black color preview on #7E888D background

This text has black color on #7E888D background.


White color preview on #7E888D background

This text has white color on #7E888D background.