COLOR #7F81A2

HEX: #7F81A2
RGB: (127,129,162)

Color info

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

RGB color model

#7F81A2 color RGB value is (127,129,162).

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

RGB channels and saturation

R 127 of 255 = 50%
G 129 of 255 = 51%
B 162 of 255 = 64%

127
129
162

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

Portions of RGB colors in percentages

R + G + B =
127 + 129 + 162 = 418 (100%)
R 127 of 418 ~ 30.38%
G 129 of 418 ~ 30.86%
B 162 of 418 ~ 38.76%

%30.38
%30.86
%38.76

CMYK color model

#7F81A2 color CMYK value is (22,20,0,36).

  • cyan value is 21.60%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(22,20,0,36)
C22M20Y0K36 
(22%,20%,0%,36%)
(0.22/0.20/0.00/0.36)	

CMYK percentages

%21.6
%20.37
%0
%36.47

Codes

Color #7F81A2 in popluar color models

7F81A2
RGB127129162
HSL237°15.84%56.67%
HSB/HSV237°21.60%63.53%
CMYK21.60%20.37%0.00%
36.47%

Color #7F81A2 in popluar number systems.

HEX7F81A2
Decimal127129162
Binary11111111000000110100010
Octal177201242

Shades and tints

Shades of #7F81A2

#7F81A2
(127,129,162)
#747694
(116,118,148)
#696B86
(105,107,134)
#5E6078
(94,96,120)
#53556A
(83,85,106)
#484A5C
(72,74,92)
#3D3F4E
(61,63,78)
#323440
(50,52,64)
#272932
(39,41,50)
#1C1E24
(28,30,36)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #7F81A2

#7F81A2
(127,129,162)
#8A8CAA
(138,140,170)
#9597B2
(149,151,178)
#A0A2BA
(160,162,186)
#ABADC2
(171,173,194)
#B6B8CA
(182,184,202)
#C1C3D2
(193,195,210)
#CCCEDA
(204,206,218)
#D7D9E2
(215,217,226)
#E2E4EA
(226,228,234)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F81A2; }

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

This text font color is #7F81A2.


Background Color

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

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

This div background color is #7F81A2.


Border color

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

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

This div border color is #7F81A2.


Opacity

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

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

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

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

This text has shadow with #7F81A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F81A2 on black background.


Color preview on white background

This text has color #7F81A2 on white background.



Black color preview on #7F81A2 background

This text has black color on #7F81A2 background.


White color preview on #7F81A2 background

This text has white color on #7F81A2 background.