COLOR #7F8FB1

HEX: #7F8FB1
RGB: (127,143,177)

Color info

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

RGB color model

#7F8FB1 color RGB value is (127,143,177).

  • red value is 127;
  • green value is 143;
  • blue value is 177.
RGB:
(127,143,177)
(50%,56%,69%)

RGB channels and saturation

R 127 of 255 = 50%
G 143 of 255 = 56%
B 177 of 255 = 69%

127
143
177

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

Portions of RGB colors in percentages

R + G + B =
127 + 143 + 177 = 447 (100%)
R 127 of 447 ~ 28.41%
G 143 of 447 ~ 31.99%
B 177 of 447 ~ 39.6%

%28.41
%31.99
%39.6

CMYK color model

#7F8FB1 color CMYK value is (28,19,0,31).

  • cyan value is 28.25%
  • magenta value is 19.21%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(28,19,0,31)
C28M19Y0K31 
(28%,19%,0%,31%)
(0.28/0.19/0.00/0.31)	

CMYK percentages

%28.25
%19.21
%0
%30.59

Codes

Color #7F8FB1 in popluar color models

7F8FB1
RGB127143177
HSL221°24.27%59.61%
HSB/HSV221°28.25%69.41%
CMYK28.25%19.21%0.00%
30.59%

Color #7F8FB1 in popluar number systems.

HEX7F8FB1
Decimal127143177
Binary11111111000111110110001
Octal177217261

Shades and tints

Shades of #7F8FB1

#7F8FB1
(127,143,177)
#7482A1
(116,130,161)
#697591
(105,117,145)
#5E6881
(94,104,129)
#535B71
(83,91,113)
#484E61
(72,78,97)
#3D4151
(61,65,81)
#323441
(50,52,65)
#272731
(39,39,49)
#1C1A21
(28,26,33)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #7F8FB1

#7F8FB1
(127,143,177)
#8A99B8
(138,153,184)
#95A3BF
(149,163,191)
#A0ADC6
(160,173,198)
#ABB7CD
(171,183,205)
#B6C1D4
(182,193,212)
#C1CBDB
(193,203,219)
#CCD5E2
(204,213,226)
#D7DFE9
(215,223,233)
#E2E9F0
(226,233,240)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8FB1 color. Also use rgb(127,143,177) instead hex code.

Text Font Color

.myTextColor { color: #7F8FB1; }

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

This text font color is #7F8FB1.


Background Color

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

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

This div background color is #7F8FB1.


Border color

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

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

This div border color is #7F8FB1.


Opacity

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

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

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

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

This text has shadow with #7F8FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8FB1 on black background.


Color preview on white background

This text has color #7F8FB1 on white background.



Black color preview on #7F8FB1 background

This text has black color on #7F8FB1 background.


White color preview on #7F8FB1 background

This text has white color on #7F8FB1 background.