COLOR #7F80A2

HEX: #7F80A2
RGB: (127,128,162)

Color info

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

RGB color model

#7F80A2 color RGB value is (127,128,162).

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

RGB channels and saturation

R 127 of 255 = 50%
G 128 of 255 = 50%
B 162 of 255 = 64%

127
128
162

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

Portions of RGB colors in percentages

R + G + B =
127 + 128 + 162 = 417 (100%)
R 127 of 417 ~ 30.46%
G 128 of 417 ~ 30.7%
B 162 of 417 ~ 38.85%

%30.46
%30.7
%38.85

CMYK color model

#7F80A2 color CMYK value is (22,21,0,36).

  • cyan value is 21.60%
  • magenta value is 20.99%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(22,21,0,36)
C22M21Y0K36 
(22%,21%,0%,36%)
(0.22/0.21/0.00/0.36)	

CMYK percentages

%21.6
%20.99
%0
%36.47

Codes

Color #7F80A2 in popluar color models

7F80A2
RGB127128162
HSL238°15.84%56.67%
HSB/HSV238°21.60%63.53%
CMYK21.60%20.99%0.00%
36.47%

Color #7F80A2 in popluar number systems.

HEX7F80A2
Decimal127128162
Binary11111111000000010100010
Octal177200242

Shades and tints

Shades of #7F80A2

#7F80A2
(127,128,162)
#747594
(116,117,148)
#696A86
(105,106,134)
#5E5F78
(94,95,120)
#53546A
(83,84,106)
#48495C
(72,73,92)
#3D3E4E
(61,62,78)
#323340
(50,51,64)
#272832
(39,40,50)
#1C1D24
(28,29,36)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #7F80A2

#7F80A2
(127,128,162)
#8A8BAA
(138,139,170)
#9596B2
(149,150,178)
#A0A1BA
(160,161,186)
#ABACC2
(171,172,194)
#B6B7CA
(182,183,202)
#C1C2D2
(193,194,210)
#CCCDDA
(204,205,218)
#D7D8E2
(215,216,226)
#E2E3EA
(226,227,234)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F80A2; }

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

This text font color is #7F80A2.


Background Color

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

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

This div background color is #7F80A2.


Border color

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

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

This div border color is #7F80A2.


Opacity

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

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

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

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

This text has shadow with #7F80A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F80A2 on black background.


Color preview on white background

This text has color #7F80A2 on white background.



Black color preview on #7F80A2 background

This text has black color on #7F80A2 background.


White color preview on #7F80A2 background

This text has white color on #7F80A2 background.