COLOR #7F8DA2

HEX: #7F8DA2 RGB: (127,141,162)

Color info

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

RGB color model

#7F8DA2 color RGB value is (127,141,162).

RGB: (127,141,162) (50%, 55%, 64%)

RGB channels and saturation

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

127
141
162

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

Portions of RGB colors in percentages

R + G + B = 127 + 141 + 162 = 430 (100%)
R 127 of 430 ~ 29.53%
G 141 of 430 ~ 32.79%
B 162 of 430 ~ 37.67'%

%29.53
%32.79
%37.67

CMYK color model

#7F8DA2 color CMYK value is (22,13,0,36).

  • cyan value is 21.60%
  • magenta value is 12.96%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK: (22,13,0,36) C22M13Y0K36 (22%,13%,0%,36%) (0.22/0.13/0.00/0.36) 

CMYK percentages

%21.6
%12.96
%0
%36.47

Codes

Color #7F8DA2 in popluar color models

7F 8D A2
RGB 127 141 162
HSL 216° 15.84% 56.67%
HSB/HSV 216° 21.60% 63.53%
CMYK 21.60% 12.96% 0.00%
36.47%

Color #7F8DA2 in popluar number systems.

HEX 7F 8D A2
Decimal 127 141 162
Binary 1111111 10001101 10100010
Octal 177 215 242

Shades and tints

Shades of #7F8DA2

#7F8DA2
(127,141,162)
#748194
(116,129,148)
#697586
(105,117,134)
#5E6978
(94,105,120)
#535D6A
(83,93,106)
#48515C
(72,81,92)
#3D454E
(61,69,78)
#323940
(50,57,64)
#272D32
(39,45,50)
#1C2124
(28,33,36)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #7F8DA2

#7F8DA2
(127,141,162)
#8A97AA
(138,151,170)
#95A1B2
(149,161,178)
#A0ABBA
(160,171,186)
#ABB5C2
(171,181,194)
#B6BFCA
(182,191,202)
#C1C9D2
(193,201,210)
#CCD3DA
(204,211,218)
#D7DDE2
(215,221,226)
#E2E7EA
(226,231,234)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8DA2; }

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

This text font color is #7F8DA2.

Background Color

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

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

This div background color is #7F8DA2.

Border color

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

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

This div border color is #7F8DA2.

Opacity

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

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

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

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

This text has shadow with #7F8DA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8DA2.

Preview

Color preview on black background

This text has color #7F8DA2 on black background.


Color preview on white background

This text has color #7F8DA2 on white background.


Black color preview on #7F8DA2 background

This text has black color on #7F8DA2 background.


White color preview on #7F8DA2 background

This text has white color on #7F8DA2 background.


Related colors

Complementary color

Complementary color for #hex is #80725D.


I love getcolorcode.com

Triadic colors

1 #A27F8D and #8DA27F with #7F8DA2 are triadic colors.

2 #A28D7F and #8D7FA2 with #7F8DA2 are triadic colors.