COLOR #7F87AB

HEX: #7F87AB RGB: (127,135,171)

Color info

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

RGB color model

#7F87AB color RGB value is (127,135,171).

RGB: (127,135,171) (50%, 53%, 67%)

RGB channels and saturation

R 127 of 255 = 50%
G 135 of 255 = 53%
B 171 of 255 = 67%

127
135
171

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

Portions of RGB colors in percentages

R + G + B = 127 + 135 + 171 = 433 (100%)
R 127 of 433 ~ 29.33%
G 135 of 433 ~ 31.18%
B 171 of 433 ~ 39.49'%

%29.33
%31.18
%39.49

CMYK color model

#7F87AB color CMYK value is (26,21,0,33).

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

CMYK: (26,21,0,33)
C26M21Y0K33 (26%, 21%, 0%, 33%)
(0.26 / 0.21 / 0.00 / 0.33)

CMYK percentages

%25.73
%21.05
%0
%32.94

Codes

Color #7F87AB in popluar color models

7F 87 AB
RGB 127 135 171
HSL 229° 20.75% 58.43%
HSB/HSV 229° 25.73% 67.06%
CMYK 25.73% 21.05% 0.00%
32.94%

Color #7F87AB in popluar number systems.

HEX 7F 87 AB
Decimal 127 135 171
Binary 1111111 10000111 10101011
Octal 177 207 253

Shades and tints

Shades of #7F87AB

#7F87AB
(127,135,171)
#747B9C
(116,123,156)
#696F8D
(105,111,141)
#5E637E
(94,99,126)
#53576F
(83,87,111)
#484B60
(72,75,96)
#3D3F51
(61,63,81)
#323342
(50,51,66)
#272733
(39,39,51)
#1C1B24
(28,27,36)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #7F87AB

#7F87AB
(127,135,171)
#8A91B2
(138,145,178)
#959BB9
(149,155,185)
#A0A5C0
(160,165,192)
#ABAFC7
(171,175,199)
#B6B9CE
(182,185,206)
#C1C3D5
(193,195,213)
#CCCDDC
(204,205,220)
#D7D7E3
(215,215,227)
#E2E1EA
(226,225,234)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F87AB; }

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

This text font color is #7F87AB.

Background Color

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

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

This div background color is #7F87AB.

Border color

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

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

This div border color is #7F87AB.

Opacity

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

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

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

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

This text has shadow with #7F87AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F87AB.

Preview

Color preview on black background

This text has color #7F87AB on black background.


Color preview on white background

This text has color #7F87AB on white background.


Black color preview on #7F87AB background

This text has black color on #7F87AB background.


White color preview on #7F87AB background

This text has white color on #7F87AB background.


Related colors

Complementary color

Complementary color for #hex is #807854.


I love getcolorcode.com

Triadic colors

1 #AB7F87 and #87AB7F with #7F87AB are triadic colors.

2 #AB877F and #877FAB with #7F87AB are triadic colors.