COLOR #7D88AB

HEX: #7D88AB RGB: (125,136,171)

Color info

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

RGB color model

#7D88AB color RGB value is (125,136,171).

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

RGB channels and saturation

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

125
136
171

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

Portions of RGB colors in percentages

R + G + B = 125 + 136 + 171 = 432 (100%)
R 125 of 432 ~ 28.94%
G 136 of 432 ~ 31.48%
B 171 of 432 ~ 39.58'%

%28.94
%31.48
%39.58

CMYK color model

#7D88AB color CMYK value is (27,20,0,33).

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

CMYK: (27,20,0,33)
C27M20Y0K33 (27%, 20%, 0%, 33%)
(0.27 / 0.20 / 0.00 / 0.33)

CMYK percentages

%26.9
%20.47
%0
%32.94

Codes

Color #7D88AB in popluar color models

7D 88 AB
RGB 125 136 171
HSL 226° 21.50% 58.04%
HSB/HSV 226° 26.90% 67.06%
CMYK 26.90% 20.47% 0.00%
32.94%

Color #7D88AB in popluar number systems.

HEX 7D 88 AB
Decimal 125 136 171
Binary 1111101 10001000 10101011
Octal 175 210 253

Shades and tints

Shades of #7D88AB

#7D88AB
(125,136,171)
#727C9C
(114,124,156)
#67708D
(103,112,141)
#5C647E
(92,100,126)
#51586F
(81,88,111)
#464C60
(70,76,96)
#3B4051
(59,64,81)
#303442
(48,52,66)
#252833
(37,40,51)
#1A1C24
(26,28,36)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #7D88AB

#7D88AB
(125,136,171)
#8892B2
(136,146,178)
#939CB9
(147,156,185)
#9EA6C0
(158,166,192)
#A9B0C7
(169,176,199)
#B4BACE
(180,186,206)
#BFC4D5
(191,196,213)
#CACEDC
(202,206,220)
#D5D8E3
(213,216,227)
#E0E2EA
(224,226,234)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D88AB; }

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

This text font color is #7D88AB.

Background Color

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

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

This div background color is #7D88AB.

Border color

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

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

This div border color is #7D88AB.

Opacity

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

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

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

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

This text has shadow with #7D88AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D88AB.

Preview

Color preview on black background

This text has color #7D88AB on black background.


Color preview on white background

This text has color #7D88AB on white background.


Black color preview on #7D88AB background

This text has black color on #7D88AB background.


White color preview on #7D88AB background

This text has white color on #7D88AB background.


Related colors

Complementary color

Complementary color for #hex is #827754.


I love getcolorcode.com

Triadic colors

1 #AB7D88 and #88AB7D with #7D88AB are triadic colors.

2 #AB887D and #887DAB with #7D88AB are triadic colors.