COLOR #7E889A

HEX: #7E889A RGB: (126,136,154)

Color info

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

RGB color model

#7E889A color RGB value is (126,136,154).

RGB: (126,136,154) (49%, 53%, 60%)

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 154 of 255 = 60%

126
136
154

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

Portions of RGB colors in percentages

R + G + B = 126 + 136 + 154 = 416 (100%)
R 126 of 416 ~ 30.29%
G 136 of 416 ~ 32.69%
B 154 of 416 ~ 37.02'%

%30.29
%32.69
%37.02

CMYK color model

#7E889A color CMYK value is (18,12,0,40).

  • cyan value is 18.18%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (18,12,0,40)
C18M12Y0K40 (18%, 12%, 0%, 40%)
(0.18 / 0.12 / 0.00 / 0.40)

CMYK percentages

%18.18
%11.69
%0
%39.61

Codes

Color #7E889A in popluar color models

7E 88 9A
RGB 126 136 154
HSL 219° 12.17% 54.90%
HSB/HSV 219° 18.18% 60.39%
CMYK 18.18% 11.69% 0.00%
39.61%

Color #7E889A in popluar number systems.

HEX 7E 88 9A
Decimal 126 136 154
Binary 1111110 10001000 10011010
Octal 176 210 232

Shades and tints

Shades of #7E889A

#7E889A
(126,136,154)
#737C8C
(115,124,140)
#68707E
(104,112,126)
#5D6470
(93,100,112)
#525862
(82,88,98)
#474C54
(71,76,84)
#3C4046
(60,64,70)
#313438
(49,52,56)
#26282A
(38,40,42)
#1B1C1C
(27,28,28)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #7E889A

#7E889A
(126,136,154)
#8992A3
(137,146,163)
#949CAC
(148,156,172)
#9FA6B5
(159,166,181)
#AAB0BE
(170,176,190)
#B5BAC7
(181,186,199)
#C0C4D0
(192,196,208)
#CBCED9
(203,206,217)
#D6D8E2
(214,216,226)
#E1E2EB
(225,226,235)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E889A; }

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

This text font color is #7E889A.

Background Color

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

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

This div background color is #7E889A.

Border color

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

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

This div border color is #7E889A.

Opacity

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

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

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

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

This text has shadow with #7E889A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E889A.

Preview

Color preview on black background

This text has color #7E889A on black background.


Color preview on white background

This text has color #7E889A on white background.


Black color preview on #7E889A background

This text has black color on #7E889A background.


White color preview on #7E889A background

This text has white color on #7E889A background.


Related colors

Complementary color

Complementary color for #hex is #817765.


I love getcolorcode.com

Triadic colors

1 #9A7E88 and #889A7E with #7E889A are triadic colors.

2 #9A887E and #887E9A with #7E889A are triadic colors.