COLOR #7888AB

HEX: #7888AB RGB: (120,136,171)

Color info

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

RGB color model

#7888AB color RGB value is (120,136,171).

RGB: (120,136,171) (47%, 53%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 136 of 255 = 53%
B 171 of 255 = 67%

120
136
171

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

Portions of RGB colors in percentages

R + G + B = 120 + 136 + 171 = 427 (100%)
R 120 of 427 ~ 28.1%
G 136 of 427 ~ 31.85%
B 171 of 427 ~ 40.05'%

%28.1
%31.85
%40.05

CMYK color model

#7888AB color CMYK value is (30,20,0,33).

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

CMYK: (30,20,0,33)
C30M20Y0K33 (30%, 20%, 0%, 33%)
(0.30 / 0.20 / 0.00 / 0.33)

CMYK percentages

%29.82
%20.47
%0
%32.94

Codes

Color #7888AB in popluar color models

78 88 AB
RGB 120 136 171
HSL 221° 23.29% 57.06%
HSB/HSV 221° 29.82% 67.06%
CMYK 29.82% 20.47% 0.00%
32.94%

Color #7888AB in popluar number systems.

HEX 78 88 AB
Decimal 120 136 171
Binary 1111000 10001000 10101011
Octal 170 210 253

Shades and tints

Shades of #7888AB

#7888AB
(120,136,171)
#6E7C9C
(110,124,156)
#64708D
(100,112,141)
#5A647E
(90,100,126)
#50586F
(80,88,111)
#464C60
(70,76,96)
#3C4051
(60,64,81)
#323442
(50,52,66)
#282833
(40,40,51)
#1E1C24
(30,28,36)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #7888AB

#7888AB
(120,136,171)
#8492B2
(132,146,178)
#909CB9
(144,156,185)
#9CA6C0
(156,166,192)
#A8B0C7
(168,176,199)
#B4BACE
(180,186,206)
#C0C4D5
(192,196,213)
#CCCEDC
(204,206,220)
#D8D8E3
(216,216,227)
#E4E2EA
(228,226,234)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7888AB color. Also use rgb(120,136,171) instead hex code.

Text Font Color

.myTextColor { color: #7888AB; }

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

This text font color is #7888AB.

Background Color

.myBgColor { background-color: #7888AB; }

<div style="background-color:#7888AB">Inner text</div>

This div background color is #7888AB.

Border color

.myBorderColor { border: 1px solid #7888AB; }

<div style="border:3px solid #7888AB">Div</div>

This div border color is #7888AB.

Opacity

.myOpacity80 { color: #7888AB; opacity: 0.8; }

<p style="color:#7888AB;opacity:0.8;">80%</p>

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

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

This text has shadow with #7888AB color.


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

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

This text has shadow with #7888AB primary color and red secondary color.


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

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

This text has shadow with #7888AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7888AB.

Preview

Color preview on black background

This text has color #7888AB on black background.


Color preview on white background

This text has color #7888AB on white background.


Black color preview on #7888AB background

This text has black color on #7888AB background.


White color preview on #7888AB background

This text has white color on #7888AB background.


Related colors

Complementary color

Complementary color for #hex is #877754.


I love getcolorcode.com

Triadic colors

1 #AB7888 and #88AB78 with #7888AB are triadic colors.

2 #AB8878 and #8878AB with #7888AB are triadic colors.