COLOR #7D88AA

HEX: #7D88AA
RGB: (125,136,170)

Color info

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

RGB color model

#7D88AA color RGB value is (125,136,170).

  • red value is 125;
  • green value is 136;
  • blue value is 170.
RGB:
(125,136,170)
(49%,53%,67%)

RGB channels and saturation

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

125
136
170

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

Portions of RGB colors in percentages

R + G + B =
125 + 136 + 170 = 431 (100%)
R 125 of 431 ~ 29%
G 136 of 431 ~ 31.55%
B 170 of 431 ~ 39.44%

%29
%31.55
%39.44

CMYK color model

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

  • cyan value is 26.47%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(26,20,0,33)
C26M20Y0K33 
(26%,20%,0%,33%)
(0.26/0.20/0.00/0.33)	

CMYK percentages

%26.47
%20
%0
%33.33

Codes

Color #7D88AA in popluar color models

7D88AA
RGB125136170
HSL225°20.93%57.84%
HSB/HSV225°26.47%66.67%
CMYK26.47%20.00%0.00%
33.33%

Color #7D88AA in popluar number systems.

HEX7D88AA
Decimal125136170
Binary11111011000100010101010
Octal175210252

Shades and tints

Shades of #7D88AA

#7D88AA
(125,136,170)
#727C9B
(114,124,155)
#67708C
(103,112,140)
#5C647D
(92,100,125)
#51586E
(81,88,110)
#464C5F
(70,76,95)
#3B4050
(59,64,80)
#303441
(48,52,65)
#252832
(37,40,50)
#1A1C23
(26,28,35)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #7D88AA

#7D88AA
(125,136,170)
#8892B1
(136,146,177)
#939CB8
(147,156,184)
#9EA6BF
(158,166,191)
#A9B0C6
(169,176,198)
#B4BACD
(180,186,205)
#BFC4D4
(191,196,212)
#CACEDB
(202,206,219)
#D5D8E2
(213,216,226)
#E0E2E9
(224,226,233)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D88AA; }

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

This text font color is #7D88AA.


Background Color

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

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

This div background color is #7D88AA.


Border color

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

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

This div border color is #7D88AA.


Opacity

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

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

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

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

This text has shadow with #7D88AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D88AA on black background.


Color preview on white background

This text has color #7D88AA on white background.



Black color preview on #7D88AA background

This text has black color on #7D88AA background.


White color preview on #7D88AA background

This text has white color on #7D88AA background.