COLOR #7E88AB

HEX: #7E88AB RGB: (126,136,171)

Color info

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

RGB color model

#7E88AB color RGB value is (126,136,171).

RGB: (126,136,171) (49%, 53%, 67%)

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 171 of 255 = 67%

126
136
171

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

Portions of RGB colors in percentages

R + G + B = 126 + 136 + 171 = 433 (100%)
R 126 of 433 ~ 29.1%
G 136 of 433 ~ 31.41%
B 171 of 433 ~ 39.49'%

%29.1
%31.41
%39.49

CMYK color model

#7E88AB color CMYK value is (26,20,0,33).

  • cyan value is 26.32%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (26,20,0,33)
C26M20Y0K33 (26%, 20%, 0%, 33%)
(0.26 / 0.20 / 0.00 / 0.33)

CMYK percentages

%26.32
%20.47
%0
%32.94

Codes

Color #7E88AB in popluar color models

7E 88 AB
RGB 126 136 171
HSL 227° 21.13% 58.24%
HSB/HSV 227° 26.32% 67.06%
CMYK 26.32% 20.47% 0.00%
32.94%

Color #7E88AB in popluar number systems.

HEX 7E 88 AB
Decimal 126 136 171
Binary 1111110 10001000 10101011
Octal 176 210 253

Shades and tints

Shades of #7E88AB

#7E88AB
(126,136,171)
#737C9C
(115,124,156)
#68708D
(104,112,141)
#5D647E
(93,100,126)
#52586F
(82,88,111)
#474C60
(71,76,96)
#3C4051
(60,64,81)
#313442
(49,52,66)
#262833
(38,40,51)
#1B1C24
(27,28,36)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #7E88AB

#7E88AB
(126,136,171)
#8992B2
(137,146,178)
#949CB9
(148,156,185)
#9FA6C0
(159,166,192)
#AAB0C7
(170,176,199)
#B5BACE
(181,186,206)
#C0C4D5
(192,196,213)
#CBCEDC
(203,206,220)
#D6D8E3
(214,216,227)
#E1E2EA
(225,226,234)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E88AB color. Also use rgb(126,136,171) instead hex code.

Text Font Color

.myTextColor { color: #7E88AB; }

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

This text font color is #7E88AB.

Background Color

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

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

This div background color is #7E88AB.

Border color

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

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

This div border color is #7E88AB.

Opacity

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

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

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

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

This text has shadow with #7E88AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E88AB.

Preview

Color preview on black background

This text has color #7E88AB on black background.


Color preview on white background

This text has color #7E88AB on white background.


Black color preview on #7E88AB background

This text has black color on #7E88AB background.


White color preview on #7E88AB background

This text has white color on #7E88AB background.


Related colors

Complementary color

Complementary color for #hex is #817754.


I love getcolorcode.com

Triadic colors

1 #AB7E88 and #88AB7E with #7E88AB are triadic colors.

2 #AB887E and #887EAB with #7E88AB are triadic colors.