COLOR #7F8DA7

HEX: #7F8DA7
RGB: (127,141,167)

Color info

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

RGB color model

#7F8DA7 color RGB value is (127,141,167).

  • red value is 127;
  • green value is 141;
  • blue value is 167.
RGB:
(127,141,167)
(50%,55%,65%)

RGB channels and saturation

R 127 of 255 = 50%
G 141 of 255 = 55%
B 167 of 255 = 65%

127
141
167

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

Portions of RGB colors in percentages

R + G + B =
127 + 141 + 167 = 435 (100%)
R 127 of 435 ~ 29.2%
G 141 of 435 ~ 32.41%
B 167 of 435 ~ 38.39%

%29.2
%32.41
%38.39

CMYK color model

#7F8DA7 color CMYK value is (24,16,0,35).

  • cyan value is 23.95%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(24,16,0,35)
C24M16Y0K35 
(24%,16%,0%,35%)
(0.24/0.16/0.00/0.35)	

CMYK percentages

%23.95
%15.57
%0
%34.51

Codes

Color #7F8DA7 in popluar color models

7F8DA7
RGB127141167
HSL219°18.52%57.65%
HSB/HSV219°23.95%65.49%
CMYK23.95%15.57%0.00%
34.51%

Color #7F8DA7 in popluar number systems.

HEX7F8DA7
Decimal127141167
Binary11111111000110110100111
Octal177215247

Shades and tints

Shades of #7F8DA7

#7F8DA7
(127,141,167)
#748198
(116,129,152)
#697589
(105,117,137)
#5E697A
(94,105,122)
#535D6B
(83,93,107)
#48515C
(72,81,92)
#3D454D
(61,69,77)
#32393E
(50,57,62)
#272D2F
(39,45,47)
#1C2120
(28,33,32)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #7F8DA7

#7F8DA7
(127,141,167)
#8A97AF
(138,151,175)
#95A1B7
(149,161,183)
#A0ABBF
(160,171,191)
#ABB5C7
(171,181,199)
#B6BFCF
(182,191,207)
#C1C9D7
(193,201,215)
#CCD3DF
(204,211,223)
#D7DDE7
(215,221,231)
#E2E7EF
(226,231,239)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8DA7 color. Also use rgb(127,141,167) instead hex code.

Text Font Color

.myTextColor { color: #7F8DA7; }

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

This text font color is #7F8DA7.


Background Color

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

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

This div background color is #7F8DA7.


Border color

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

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

This div border color is #7F8DA7.


Opacity

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

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

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

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

This text has shadow with #7F8DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8DA7 on black background.


Color preview on white background

This text has color #7F8DA7 on white background.



Black color preview on #7F8DA7 background

This text has black color on #7F8DA7 background.


White color preview on #7F8DA7 background

This text has white color on #7F8DA7 background.