COLOR #7F8894

HEX: #7F8894 RGB: (127,136,148)

Color info

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

RGB color model

#7F8894 color RGB value is (127,136,148).

RGB: (127,136,148) (50%, 53%, 58%)

RGB channels and saturation

R 127 of 255 = 50%
G 136 of 255 = 53%
B 148 of 255 = 58%

127
136
148

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

Portions of RGB colors in percentages

R + G + B = 127 + 136 + 148 = 411 (100%)
R 127 of 411 ~ 30.9%
G 136 of 411 ~ 33.09%
B 148 of 411 ~ 36.01'%

%30.9
%33.09
%36.01

CMYK color model

#7F8894 color CMYK value is (14,8,0,42).

  • cyan value is 14.19%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (14,8,0,42)
C14M8Y0K42 (14%, 8%, 0%, 42%)
(0.14 / 0.08 / 0.00 / 0.42)

CMYK percentages

%14.19
%8.11
%0
%41.96

Codes

Color #7F8894 in popluar color models

7F 88 94
RGB 127 136 148
HSL 214° 8.94% 53.92%
HSB/HSV 214° 14.19% 58.04%
CMYK 14.19% 8.11% 0.00%
41.96%

Color #7F8894 in popluar number systems.

HEX 7F 88 94
Decimal 127 136 148
Binary 1111111 10001000 10010100
Octal 177 210 224

Shades and tints

Shades of #7F8894

#7F8894
(127,136,148)
#747C87
(116,124,135)
#69707A
(105,112,122)
#5E646D
(94,100,109)
#535860
(83,88,96)
#484C53
(72,76,83)
#3D4046
(61,64,70)
#323439
(50,52,57)
#27282C
(39,40,44)
#1C1C1F
(28,28,31)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #7F8894

#7F8894
(127,136,148)
#8A929D
(138,146,157)
#959CA6
(149,156,166)
#A0A6AF
(160,166,175)
#ABB0B8
(171,176,184)
#B6BAC1
(182,186,193)
#C1C4CA
(193,196,202)
#CCCED3
(204,206,211)
#D7D8DC
(215,216,220)
#E2E2E5
(226,226,229)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8894 color. Also use rgb(127,136,148) instead hex code.

Text Font Color

.myTextColor { color: #7F8894; }

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

This text font color is #7F8894.

Background Color

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

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

This div background color is #7F8894.

Border color

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

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

This div border color is #7F8894.

Opacity

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

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

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

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

This text has shadow with #7F8894 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8894.

Preview

Color preview on black background

This text has color #7F8894 on black background.


Color preview on white background

This text has color #7F8894 on white background.


Black color preview on #7F8894 background

This text has black color on #7F8894 background.


White color preview on #7F8894 background

This text has white color on #7F8894 background.


Related colors

Complementary color

Complementary color for #hex is #80776B.


I love getcolorcode.com

Triadic colors

1 #947F88 and #88947F with #7F8894 are triadic colors.

2 #94887F and #887F94 with #7F8894 are triadic colors.