COLOR #7F80AF

HEX: #7F80AF
RGB: (127,128,175)

Color info

#7F80AF contains red, green and blue colors in about the same proportion. Web safe color of #7F80AF is #666699 (or #669).

RGB color model

#7F80AF color RGB value is (127,128,175).

  • red value is 127;
  • green value is 128;
  • blue value is 175.
RGB:
(127,128,175)
(50%,50%,69%)

RGB channels and saturation

R 127 of 255 = 50%
G 128 of 255 = 50%
B 175 of 255 = 69%

127
128
175

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

Portions of RGB colors in percentages

R + G + B =
127 + 128 + 175 = 430 (100%)
R 127 of 430 ~ 29.53%
G 128 of 430 ~ 29.77%
B 175 of 430 ~ 40.7%

%29.53
%29.77
%40.7

CMYK color model

#7F80AF color CMYK value is (27,27,0,31).

  • cyan value is 27.43%
  • magenta value is 26.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(27,27,0,31)
C27M27Y0K31 
(27%,27%,0%,31%)
(0.27/0.27/0.00/0.31)	

CMYK percentages

%27.43
%26.86
%0
%31.37

Codes

Color #7F80AF in popluar color models

7F80AF
RGB127128175
HSL239°23.08%59.22%
HSB/HSV239°27.43%68.63%
CMYK27.43%26.86%0.00%
31.37%

Color #7F80AF in popluar number systems.

HEX7F80AF
Decimal127128175
Binary11111111000000010101111
Octal177200257

Shades and tints

Shades of #7F80AF

#7F80AF
(127,128,175)
#7475A0
(116,117,160)
#696A91
(105,106,145)
#5E5F82
(94,95,130)
#535473
(83,84,115)
#484964
(72,73,100)
#3D3E55
(61,62,85)
#323346
(50,51,70)
#272837
(39,40,55)
#1C1D28
(28,29,40)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #7F80AF

#7F80AF
(127,128,175)
#8A8BB6
(138,139,182)
#9596BD
(149,150,189)
#A0A1C4
(160,161,196)
#ABACCB
(171,172,203)
#B6B7D2
(182,183,210)
#C1C2D9
(193,194,217)
#CCCDE0
(204,205,224)
#D7D8E7
(215,216,231)
#E2E3EE
(226,227,238)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F80AF color. Also use rgb(127,128,175) instead hex code.

Text Font Color

.myTextColor { color: #7F80AF; }

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

This text font color is #7F80AF.


Background Color

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

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

This div background color is #7F80AF.


Border color

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

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

This div border color is #7F80AF.


Opacity

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

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

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

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

This text has shadow with #7F80AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F80AF on black background.


Color preview on white background

This text has color #7F80AF on white background.



Black color preview on #7F80AF background

This text has black color on #7F80AF background.


White color preview on #7F80AF background

This text has white color on #7F80AF background.