COLOR #7F8399

HEX: #7F8399 RGB: (127,131,153)

Color info

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

RGB color model

#7F8399 color RGB value is (127,131,153).

RGB: (127,131,153) (50%, 51%, 60%)

RGB channels and saturation

R 127 of 255 = 50%
G 131 of 255 = 51%
B 153 of 255 = 60%

127
131
153

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

Portions of RGB colors in percentages

R + G + B = 127 + 131 + 153 = 411 (100%)
R 127 of 411 ~ 30.9%
G 131 of 411 ~ 31.87%
B 153 of 411 ~ 37.23'%

%30.9
%31.87
%37.23

CMYK color model

#7F8399 color CMYK value is (17,14,0,40).

  • cyan value is 16.99%
  • magenta value is 14.38%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (17,14,0,40) C17M14Y0K40 (17%,14%,0%,40%) (0.17/0.14/0.00/0.40) 

CMYK percentages

%16.99
%14.38
%0
%40

Codes

Color #7F8399 in popluar color models

7F 83 99
RGB 127 131 153
HSL 231° 11.30% 54.90%
HSB/HSV 231° 16.99% 60.00%
CMYK 16.99% 14.38% 0.00%
40.00%

Color #7F8399 in popluar number systems.

HEX 7F 83 99
Decimal 127 131 153
Binary 1111111 10000011 10011001
Octal 177 203 231

Shades and tints

Shades of #7F8399

#7F8399
(127,131,153)
#74788C
(116,120,140)
#696D7F
(105,109,127)
#5E6272
(94,98,114)
#535765
(83,87,101)
#484C58
(72,76,88)
#3D414B
(61,65,75)
#32363E
(50,54,62)
#272B31
(39,43,49)
#1C2024
(28,32,36)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #7F8399

#7F8399
(127,131,153)
#8A8EA2
(138,142,162)
#9599AB
(149,153,171)
#A0A4B4
(160,164,180)
#ABAFBD
(171,175,189)
#B6BAC6
(182,186,198)
#C1C5CF
(193,197,207)
#CCD0D8
(204,208,216)
#D7DBE1
(215,219,225)
#E2E6EA
(226,230,234)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8399 color. Also use rgb(127,131,153) instead hex code.

Text Font Color

.myTextColor { color: #7F8399; }

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

This text font color is #7F8399.

Background Color

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

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

This div background color is #7F8399.

Border color

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

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

This div border color is #7F8399.

Opacity

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

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

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

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

This text has shadow with #7F8399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8399.

Preview

Color preview on black background

This text has color #7F8399 on black background.


Color preview on white background

This text has color #7F8399 on white background.


Black color preview on #7F8399 background

This text has black color on #7F8399 background.


White color preview on #7F8399 background

This text has white color on #7F8399 background.


Related colors

Complementary color

Complementary color for #hex is #807C66.


I love getcolorcode.com

Triadic colors

1 #997F83 and #83997F with #7F8399 are triadic colors.

2 #99837F and #837F99 with #7F8399 are triadic colors.