COLOR #7E888B

HEX: #7E888B RGB: (126,136,139)

Color info

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

RGB color model

#7E888B color RGB value is (126,136,139).

RGB: (126,136,139) (49%, 53%, 55%)

RGB channels and saturation

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

126
136
139

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

Portions of RGB colors in percentages

R + G + B = 126 + 136 + 139 = 401 (100%)
R 126 of 401 ~ 31.42%
G 136 of 401 ~ 33.92%
B 139 of 401 ~ 34.66'%

%31.42
%33.92
%34.66

CMYK color model

#7E888B color CMYK value is (9,2,0,45).

  • cyan value is 9.35%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (9,2,0,45)
C9M2Y0K45 (9%, 2%, 0%, 45%)
(0.09 / 0.02 / 0.00 / 0.45)

CMYK percentages

%9.35
%2.16
%0
%45.49

Codes

Color #7E888B in popluar color models

7E 88 8B
RGB 126 136 139
HSL 194° 5.31% 51.96%
HSB/HSV 194° 9.35% 54.51%
CMYK 9.35% 2.16% 0.00%
45.49%

Color #7E888B in popluar number systems.

HEX 7E 88 8B
Decimal 126 136 139
Binary 1111110 10001000 10001011
Octal 176 210 213

Shades and tints

Shades of #7E888B

#7E888B
(126,136,139)
#737C7F
(115,124,127)
#687073
(104,112,115)
#5D6467
(93,100,103)
#52585B
(82,88,91)
#474C4F
(71,76,79)
#3C4043
(60,64,67)
#313437
(49,52,55)
#26282B
(38,40,43)
#1B1C1F
(27,28,31)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #7E888B

#7E888B
(126,136,139)
#899295
(137,146,149)
#949C9F
(148,156,159)
#9FA6A9
(159,166,169)
#AAB0B3
(170,176,179)
#B5BABD
(181,186,189)
#C0C4C7
(192,196,199)
#CBCED1
(203,206,209)
#D6D8DB
(214,216,219)
#E1E2E5
(225,226,229)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E888B; }

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

This text font color is #7E888B.

Background Color

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

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

This div background color is #7E888B.

Border color

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

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

This div border color is #7E888B.

Opacity

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

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

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

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

This text has shadow with #7E888B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E888B.

Preview

Color preview on black background

This text has color #7E888B on black background.


Color preview on white background

This text has color #7E888B on white background.


Black color preview on #7E888B background

This text has black color on #7E888B background.


White color preview on #7E888B background

This text has white color on #7E888B background.


Related colors

Complementary color

Complementary color for #hex is #817774.


I love getcolorcode.com

Triadic colors

1 #8B7E88 and #888B7E with #7E888B are triadic colors.

2 #8B887E and #887E8B with #7E888B are triadic colors.