COLOR #7F8CB1

HEX: #7F8CB1
RGB: (127,140,177)

Color info

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

RGB color model

#7F8CB1 color RGB value is (127,140,177).

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

RGB channels and saturation

R 127 of 255 = 50%
G 140 of 255 = 55%
B 177 of 255 = 69%

127
140
177

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

Portions of RGB colors in percentages

R + G + B =
127 + 140 + 177 = 444 (100%)
R 127 of 444 ~ 28.6%
G 140 of 444 ~ 31.53%
B 177 of 444 ~ 39.86%

%28.6
%31.53
%39.86

CMYK color model

#7F8CB1 color CMYK value is (28,21,0,31).

  • cyan value is 28.25%
  • magenta value is 20.90%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(28,21,0,31)
C28M21Y0K31 
(28%,21%,0%,31%)
(0.28/0.21/0.00/0.31)	

CMYK percentages

%28.25
%20.9
%0
%30.59

Codes

Color #7F8CB1 in popluar color models

7F8CB1
RGB127140177
HSL224°24.27%59.61%
HSB/HSV224°28.25%69.41%
CMYK28.25%20.90%0.00%
30.59%

Color #7F8CB1 in popluar number systems.

HEX7F8CB1
Decimal127140177
Binary11111111000110010110001
Octal177214261

Shades and tints

Shades of #7F8CB1

#7F8CB1
(127,140,177)
#7480A1
(116,128,161)
#697491
(105,116,145)
#5E6881
(94,104,129)
#535C71
(83,92,113)
#485061
(72,80,97)
#3D4451
(61,68,81)
#323841
(50,56,65)
#272C31
(39,44,49)
#1C2021
(28,32,33)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #7F8CB1

#7F8CB1
(127,140,177)
#8A96B8
(138,150,184)
#95A0BF
(149,160,191)
#A0AAC6
(160,170,198)
#ABB4CD
(171,180,205)
#B6BED4
(182,190,212)
#C1C8DB
(193,200,219)
#CCD2E2
(204,210,226)
#D7DCE9
(215,220,233)
#E2E6F0
(226,230,240)
#EDF0F7
(237,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8CB1; }

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

This text font color is #7F8CB1.


Background Color

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

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

This div background color is #7F8CB1.


Border color

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

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

This div border color is #7F8CB1.


Opacity

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

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

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

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

This text has shadow with #7F8CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8CB1 on black background.


Color preview on white background

This text has color #7F8CB1 on white background.



Black color preview on #7F8CB1 background

This text has black color on #7F8CB1 background.


White color preview on #7F8CB1 background

This text has white color on #7F8CB1 background.