COLOR #7F859E

HEX: #7F859E
RGB: (127,133,158)

Color info

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

RGB color model

#7F859E color RGB value is (127,133,158).

  • red value is 127;
  • green value is 133;
  • blue value is 158.
RGB:
(127,133,158)
(50%,52%,62%)

RGB channels and saturation

R 127 of 255 = 50%
G 133 of 255 = 52%
B 158 of 255 = 62%

127
133
158

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

Portions of RGB colors in percentages

R + G + B =
127 + 133 + 158 = 418 (100%)
R 127 of 418 ~ 30.38%
G 133 of 418 ~ 31.82%
B 158 of 418 ~ 37.8%

%30.38
%31.82
%37.8

CMYK color model

#7F859E color CMYK value is (20,16,0,38).

  • cyan value is 19.62%
  • magenta value is 15.82%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(20,16,0,38)
C20M16Y0K38 
(20%,16%,0%,38%)
(0.20/0.16/0.00/0.38)	

CMYK percentages

%19.62
%15.82
%0
%38.04

Codes

Color #7F859E in popluar color models

7F859E
RGB127133158
HSL228°13.78%55.88%
HSB/HSV228°19.62%61.96%
CMYK19.62%15.82%0.00%
38.04%

Color #7F859E in popluar number systems.

HEX7F859E
Decimal127133158
Binary11111111000010110011110
Octal177205236

Shades and tints

Shades of #7F859E

#7F859E
(127,133,158)
#747990
(116,121,144)
#696D82
(105,109,130)
#5E6174
(94,97,116)
#535566
(83,85,102)
#484958
(72,73,88)
#3D3D4A
(61,61,74)
#32313C
(50,49,60)
#27252E
(39,37,46)
#1C1920
(28,25,32)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #7F859E

#7F859E
(127,133,158)
#8A90A6
(138,144,166)
#959BAE
(149,155,174)
#A0A6B6
(160,166,182)
#ABB1BE
(171,177,190)
#B6BCC6
(182,188,198)
#C1C7CE
(193,199,206)
#CCD2D6
(204,210,214)
#D7DDDE
(215,221,222)
#E2E8E6
(226,232,230)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F859E color. Also use rgb(127,133,158) instead hex code.

Text Font Color

.myTextColor { color: #7F859E; }

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

This text font color is #7F859E.


Background Color

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

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

This div background color is #7F859E.


Border color

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

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

This div border color is #7F859E.


Opacity

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

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

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

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

This text has shadow with #7F859E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F859E on black background.


Color preview on white background

This text has color #7F859E on white background.



Black color preview on #7F859E background

This text has black color on #7F859E background.


White color preview on #7F859E background

This text has white color on #7F859E background.