COLOR #7F8097

HEX: #7F8097
RGB: (127,128,151)

Color info

#7F8097 contains red, green and blue colors in about the same proportion. Web safe color of #7F8097 is #666699 (or #669).

RGB color model

#7F8097 color RGB value is (127,128,151).

  • red value is 127;
  • green value is 128;
  • blue value is 151.
RGB:
(127,128,151)
(50%,50%,59%)

RGB channels and saturation

R 127 of 255 = 50%
G 128 of 255 = 50%
B 151 of 255 = 59%

127
128
151

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

Portions of RGB colors in percentages

R + G + B =
127 + 128 + 151 = 406 (100%)
R 127 of 406 ~ 31.28%
G 128 of 406 ~ 31.53%
B 151 of 406 ~ 37.19%

%31.28
%31.53
%37.19

CMYK color model

#7F8097 color CMYK value is (16,15,0,41).

  • cyan value is 15.89%
  • magenta value is 15.23%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(16,15,0,41)
C16M15Y0K41 
(16%,15%,0%,41%)
(0.16/0.15/0.00/0.41)	

CMYK percentages

%15.89
%15.23
%0
%40.78

Codes

Color #7F8097 in popluar color models

7F8097
RGB127128151
HSL238°10.34%54.51%
HSB/HSV238°15.89%59.22%
CMYK15.89%15.23%0.00%
40.78%

Color #7F8097 in popluar number systems.

HEX7F8097
Decimal127128151
Binary11111111000000010010111
Octal177200227

Shades and tints

Shades of #7F8097

#7F8097
(127,128,151)
#74758A
(116,117,138)
#696A7D
(105,106,125)
#5E5F70
(94,95,112)
#535463
(83,84,99)
#484956
(72,73,86)
#3D3E49
(61,62,73)
#32333C
(50,51,60)
#27282F
(39,40,47)
#1C1D22
(28,29,34)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #7F8097

#7F8097
(127,128,151)
#8A8BA0
(138,139,160)
#9596A9
(149,150,169)
#A0A1B2
(160,161,178)
#ABACBB
(171,172,187)
#B6B7C4
(182,183,196)
#C1C2CD
(193,194,205)
#CCCDD6
(204,205,214)
#D7D8DF
(215,216,223)
#E2E3E8
(226,227,232)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8097 color. Also use rgb(127,128,151) instead hex code.

Text Font Color

.myTextColor { color: #7F8097; }

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

This text font color is #7F8097.


Background Color

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

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

This div background color is #7F8097.


Border color

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

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

This div border color is #7F8097.


Opacity

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

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

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

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

This text has shadow with #7F8097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8097 on black background.


Color preview on white background

This text has color #7F8097 on white background.



Black color preview on #7F8097 background

This text has black color on #7F8097 background.


White color preview on #7F8097 background

This text has white color on #7F8097 background.