COLOR #7E889C

HEX: #7E889C
RGB: (126,136,156)

Color info

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

RGB color model

#7E889C color RGB value is (126,136,156).

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

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 156 of 255 = 61%

126
136
156

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

Portions of RGB colors in percentages

R + G + B =
126 + 136 + 156 = 418 (100%)
R 126 of 418 ~ 30.14%
G 136 of 418 ~ 32.54%
B 156 of 418 ~ 37.32%

%30.14
%32.54
%37.32

CMYK color model

#7E889C color CMYK value is (19,13,0,39).

  • cyan value is 19.23%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(19,13,0,39)
C19M13Y0K39 
(19%,13%,0%,39%)
(0.19/0.13/0.00/0.39)	

CMYK percentages

%19.23
%12.82
%0
%38.82

Codes

Color #7E889C in popluar color models

7E889C
RGB126136156
HSL220°13.16%55.29%
HSB/HSV220°19.23%61.18%
CMYK19.23%12.82%0.00%
38.82%

Color #7E889C in popluar number systems.

HEX7E889C
Decimal126136156
Binary11111101000100010011100
Octal176210234

Shades and tints

Shades of #7E889C

#7E889C
(126,136,156)
#737C8E
(115,124,142)
#687080
(104,112,128)
#5D6472
(93,100,114)
#525864
(82,88,100)
#474C56
(71,76,86)
#3C4048
(60,64,72)
#31343A
(49,52,58)
#26282C
(38,40,44)
#1B1C1E
(27,28,30)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7E889C

#7E889C
(126,136,156)
#8992A5
(137,146,165)
#949CAE
(148,156,174)
#9FA6B7
(159,166,183)
#AAB0C0
(170,176,192)
#B5BAC9
(181,186,201)
#C0C4D2
(192,196,210)
#CBCEDB
(203,206,219)
#D6D8E4
(214,216,228)
#E1E2ED
(225,226,237)
#ECECF6
(236,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E889C; }

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

This text font color is #7E889C.


Background Color

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

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

This div background color is #7E889C.


Border color

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

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

This div border color is #7E889C.


Opacity

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

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

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

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

This text has shadow with #7E889C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E889C on black background.


Color preview on white background

This text has color #7E889C on white background.



Black color preview on #7E889C background

This text has black color on #7E889C background.


White color preview on #7E889C background

This text has white color on #7E889C background.