COLOR #7F8BAB

HEX: #7F8BAB RGB: (127,139,171)

Color info

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

RGB color model

#7F8BAB color RGB value is (127,139,171).

RGB: (127,139,171) (50%, 55%, 67%)

RGB channels and saturation

R 127 of 255 = 50%
G 139 of 255 = 55%
B 171 of 255 = 67%

127
139
171

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

Portions of RGB colors in percentages

R + G + B = 127 + 139 + 171 = 437 (100%)
R 127 of 437 ~ 29.06%
G 139 of 437 ~ 31.81%
B 171 of 437 ~ 39.13'%

%29.06
%31.81
%39.13

CMYK color model

#7F8BAB color CMYK value is (26,19,0,33).

  • cyan value is 25.73%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (26,19,0,33)
C26M19Y0K33 (26%, 19%, 0%, 33%)
(0.26 / 0.19 / 0.00 / 0.33)

CMYK percentages

%25.73
%18.71
%0
%32.94

Codes

Color #7F8BAB in popluar color models

7F 8B AB
RGB 127 139 171
HSL 224° 20.75% 58.43%
HSB/HSV 224° 25.73% 67.06%
CMYK 25.73% 18.71% 0.00%
32.94%

Color #7F8BAB in popluar number systems.

HEX 7F 8B AB
Decimal 127 139 171
Binary 1111111 10001011 10101011
Octal 177 213 253

Shades and tints

Shades of #7F8BAB

#7F8BAB
(127,139,171)
#747F9C
(116,127,156)
#69738D
(105,115,141)
#5E677E
(94,103,126)
#535B6F
(83,91,111)
#484F60
(72,79,96)
#3D4351
(61,67,81)
#323742
(50,55,66)
#272B33
(39,43,51)
#1C1F24
(28,31,36)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #7F8BAB

#7F8BAB
(127,139,171)
#8A95B2
(138,149,178)
#959FB9
(149,159,185)
#A0A9C0
(160,169,192)
#ABB3C7
(171,179,199)
#B6BDCE
(182,189,206)
#C1C7D5
(193,199,213)
#CCD1DC
(204,209,220)
#D7DBE3
(215,219,227)
#E2E5EA
(226,229,234)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8BAB color. Also use rgb(127,139,171) instead hex code.

Text Font Color

.myTextColor { color: #7F8BAB; }

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

This text font color is #7F8BAB.

Background Color

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

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

This div background color is #7F8BAB.

Border color

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

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

This div border color is #7F8BAB.

Opacity

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

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

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

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

This text has shadow with #7F8BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8BAB.

Preview

Color preview on black background

This text has color #7F8BAB on black background.


Color preview on white background

This text has color #7F8BAB on white background.


Black color preview on #7F8BAB background

This text has black color on #7F8BAB background.


White color preview on #7F8BAB background

This text has white color on #7F8BAB background.


Related colors

Complementary color

Complementary color for #hex is #807454.


I love getcolorcode.com

Triadic colors

1 #AB7F8B and #8BAB7F with #7F8BAB are triadic colors.

2 #AB8B7F and #8B7FAB with #7F8BAB are triadic colors.