COLOR #7F869E

HEX: #7F869E
RGB: (127,134,158)

Color info

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

RGB color model

#7F869E color RGB value is (127,134,158).

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

RGB channels and saturation

R 127 of 255 = 50%
G 134 of 255 = 53%
B 158 of 255 = 62%

127
134
158

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

Portions of RGB colors in percentages

R + G + B =
127 + 134 + 158 = 419 (100%)
R 127 of 419 ~ 30.31%
G 134 of 419 ~ 31.98%
B 158 of 419 ~ 37.71%

%30.31
%31.98
%37.71

CMYK color model

#7F869E color CMYK value is (20,15,0,38).

  • cyan value is 19.62%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(20,15,0,38)
C20M15Y0K38 
(20%,15%,0%,38%)
(0.20/0.15/0.00/0.38)	

CMYK percentages

%19.62
%15.19
%0
%38.04

Codes

Color #7F869E in popluar color models

7F869E
RGB127134158
HSL226°13.78%55.88%
HSB/HSV226°19.62%61.96%
CMYK19.62%15.19%0.00%
38.04%

Color #7F869E in popluar number systems.

HEX7F869E
Decimal127134158
Binary11111111000011010011110
Octal177206236

Shades and tints

Shades of #7F869E

#7F869E
(127,134,158)
#747A90
(116,122,144)
#696E82
(105,110,130)
#5E6274
(94,98,116)
#535666
(83,86,102)
#484A58
(72,74,88)
#3D3E4A
(61,62,74)
#32323C
(50,50,60)
#27262E
(39,38,46)
#1C1A20
(28,26,32)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #7F869E

#7F869E
(127,134,158)
#8A91A6
(138,145,166)
#959CAE
(149,156,174)
#A0A7B6
(160,167,182)
#ABB2BE
(171,178,190)
#B6BDC6
(182,189,198)
#C1C8CE
(193,200,206)
#CCD3D6
(204,211,214)
#D7DEDE
(215,222,222)
#E2E9E6
(226,233,230)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F869E; }

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

This text font color is #7F869E.


Background Color

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

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

This div background color is #7F869E.


Border color

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

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

This div border color is #7F869E.


Opacity

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

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

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

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

This text has shadow with #7F869E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F869E on black background.


Color preview on white background

This text has color #7F869E on white background.



Black color preview on #7F869E background

This text has black color on #7F869E background.


White color preview on #7F869E background

This text has white color on #7F869E background.