COLOR #7F8DA4

HEX: #7F8DA4
RGB: (127,141,164)

Color info

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

RGB color model

#7F8DA4 color RGB value is (127,141,164).

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

RGB channels and saturation

R 127 of 255 = 50%
G 141 of 255 = 55%
B 164 of 255 = 64%

127
141
164

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

Portions of RGB colors in percentages

R + G + B =
127 + 141 + 164 = 432 (100%)
R 127 of 432 ~ 29.4%
G 141 of 432 ~ 32.64%
B 164 of 432 ~ 37.96%

%29.4
%32.64
%37.96

CMYK color model

#7F8DA4 color CMYK value is (23,14,0,36).

  • cyan value is 22.56%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(23,14,0,36)
C23M14Y0K36 
(23%,14%,0%,36%)
(0.23/0.14/0.00/0.36)	

CMYK percentages

%22.56
%14.02
%0
%35.69

Codes

Color #7F8DA4 in popluar color models

7F8DA4
RGB127141164
HSL217°16.89%57.06%
HSB/HSV217°22.56%64.31%
CMYK22.56%14.02%0.00%
35.69%

Color #7F8DA4 in popluar number systems.

HEX7F8DA4
Decimal127141164
Binary11111111000110110100100
Octal177215244

Shades and tints

Shades of #7F8DA4

#7F8DA4
(127,141,164)
#748196
(116,129,150)
#697588
(105,117,136)
#5E697A
(94,105,122)
#535D6C
(83,93,108)
#48515E
(72,81,94)
#3D4550
(61,69,80)
#323942
(50,57,66)
#272D34
(39,45,52)
#1C2126
(28,33,38)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #7F8DA4

#7F8DA4
(127,141,164)
#8A97AC
(138,151,172)
#95A1B4
(149,161,180)
#A0ABBC
(160,171,188)
#ABB5C4
(171,181,196)
#B6BFCC
(182,191,204)
#C1C9D4
(193,201,212)
#CCD3DC
(204,211,220)
#D7DDE4
(215,221,228)
#E2E7EC
(226,231,236)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8DA4; }

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

This text font color is #7F8DA4.


Background Color

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

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

This div background color is #7F8DA4.


Border color

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

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

This div border color is #7F8DA4.


Opacity

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

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

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

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

This text has shadow with #7F8DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8DA4 on black background.


Color preview on white background

This text has color #7F8DA4 on white background.



Black color preview on #7F8DA4 background

This text has black color on #7F8DA4 background.


White color preview on #7F8DA4 background

This text has white color on #7F8DA4 background.