COLOR #7F8CC7

HEX: #7F8CC7
RGB: (127,140,199)

Color info

#7F8CC7 contains mainly green and blue colors. Web safe color of #7F8CC7 is #6699CC (or #69C).

RGB color model

#7F8CC7 color RGB value is (127,140,199).

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

RGB channels and saturation

R 127 of 255 = 50%
G 140 of 255 = 55%
B 199 of 255 = 78%

127
140
199

R + G + B ~ 61%. #7F8CC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 140 + 199 = 466 (100%)
R 127 of 466 ~ 27.25%
G 140 of 466 ~ 30.04%
B 199 of 466 ~ 42.7%

%27.25
%30.04
%42.7

CMYK color model

#7F8CC7 color CMYK value is (36,30,0,22).

  • cyan value is 36.18%
  • magenta value is 29.65%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(36,30,0,22)
C36M30Y0K22 
(36%,30%,0%,22%)
(0.36/0.30/0.00/0.22)	

CMYK percentages

%36.18
%29.65
%0
%21.96

Codes

Color #7F8CC7 in popluar color models

7F8CC7
RGB127140199
HSL229°39.13%63.92%
HSB/HSV229°36.18%78.04%
CMYK36.18%29.65%0.00%
21.96%

Color #7F8CC7 in popluar number systems.

HEX7F8CC7
Decimal127140199
Binary11111111000110011000111
Octal177214307

Shades and tints

Shades of #7F8CC7

#7F8CC7
(127,140,199)
#7480B5
(116,128,181)
#6974A3
(105,116,163)
#5E6891
(94,104,145)
#535C7F
(83,92,127)
#48506D
(72,80,109)
#3D445B
(61,68,91)
#323849
(50,56,73)
#272C37
(39,44,55)
#1C2025
(28,32,37)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #7F8CC7

#7F8CC7
(127,140,199)
#8A96CC
(138,150,204)
#95A0D1
(149,160,209)
#A0AAD6
(160,170,214)
#ABB4DB
(171,180,219)
#B6BEE0
(182,190,224)
#C1C8E5
(193,200,229)
#CCD2EA
(204,210,234)
#D7DCEF
(215,220,239)
#E2E6F4
(226,230,244)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8CC7; }

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

This text font color is #7F8CC7.


Background Color

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

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

This div background color is #7F8CC7.


Border color

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

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

This div border color is #7F8CC7.


Opacity

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

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

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

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

This text has shadow with #7F8CC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8CC7 on black background.


Color preview on white background

This text has color #7F8CC7 on white background.



Black color preview on #7F8CC7 background

This text has black color on #7F8CC7 background.


White color preview on #7F8CC7 background

This text has white color on #7F8CC7 background.