COLOR #7F8EAE

HEX: #7F8EAE RGB: (127,142,174)

Color info

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

RGB color model

#7F8EAE color RGB value is (127,142,174).

RGB: (127,142,174) (50%, 56%, 68%)

RGB channels and saturation

R 127 of 255 = 50%
G 142 of 255 = 56%
B 174 of 255 = 68%

127
142
174

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

Portions of RGB colors in percentages

R + G + B = 127 + 142 + 174 = 443 (100%)
R 127 of 443 ~ 28.67%
G 142 of 443 ~ 32.05%
B 174 of 443 ~ 39.28'%

%28.67
%32.05
%39.28

CMYK color model

#7F8EAE color CMYK value is (27,18,0,32).

  • cyan value is 27.01%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (27,18,0,32) C27M18Y0K32 (27%,18%,0%,32%) (0.27/0.18/0.00/0.32) 

CMYK percentages

%27.01
%18.39
%0
%31.76

Codes

Color #7F8EAE in popluar color models

7F 8E AE
RGB 127 142 174
HSL 221° 22.49% 59.02%
HSB/HSV 221° 27.01% 68.24%
CMYK 27.01% 18.39% 0.00%
31.76%

Color #7F8EAE in popluar number systems.

HEX 7F 8E AE
Decimal 127 142 174
Binary 1111111 10001110 10101110
Octal 177 216 256

Shades and tints

Shades of #7F8EAE

#7F8EAE
(127,142,174)
#74829F
(116,130,159)
#697690
(105,118,144)
#5E6A81
(94,106,129)
#535E72
(83,94,114)
#485263
(72,82,99)
#3D4654
(61,70,84)
#323A45
(50,58,69)
#272E36
(39,46,54)
#1C2227
(28,34,39)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #7F8EAE

#7F8EAE
(127,142,174)
#8A98B5
(138,152,181)
#95A2BC
(149,162,188)
#A0ACC3
(160,172,195)
#ABB6CA
(171,182,202)
#B6C0D1
(182,192,209)
#C1CAD8
(193,202,216)
#CCD4DF
(204,212,223)
#D7DEE6
(215,222,230)
#E2E8ED
(226,232,237)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8EAE color. Also use rgb(127,142,174) instead hex code.

Text Font Color

.myTextColor { color: #7F8EAE; }

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

This text font color is #7F8EAE.

Background Color

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

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

This div background color is #7F8EAE.

Border color

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

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

This div border color is #7F8EAE.

Opacity

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

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

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

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

This text has shadow with #7F8EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8EAE.

Preview

Color preview on black background

This text has color #7F8EAE on black background.


Color preview on white background

This text has color #7F8EAE on white background.


Black color preview on #7F8EAE background

This text has black color on #7F8EAE background.


White color preview on #7F8EAE background

This text has white color on #7F8EAE background.


Related colors

Complementary color

Complementary color for #hex is #807151.


I love getcolorcode.com

Triadic colors

1 #AE7F8E and #8EAE7F with #7F8EAE are triadic colors.

2 #AE8E7F and #8E7FAE with #7F8EAE are triadic colors.