COLOR #7D88AF

HEX: #7D88AF
RGB: (125,136,175)

Color info

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

RGB color model

#7D88AF color RGB value is (125,136,175).

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

RGB channels and saturation

R 125 of 255 = 49%
G 136 of 255 = 53%
B 175 of 255 = 69%

125
136
175

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

Portions of RGB colors in percentages

R + G + B =
125 + 136 + 175 = 436 (100%)
R 125 of 436 ~ 28.67%
G 136 of 436 ~ 31.19%
B 175 of 436 ~ 40.14%

%28.67
%31.19
%40.14

CMYK color model

#7D88AF color CMYK value is (29,22,0,31).

  • cyan value is 28.57%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(29,22,0,31)
C29M22Y0K31 
(29%,22%,0%,31%)
(0.29/0.22/0.00/0.31)	

CMYK percentages

%28.57
%22.29
%0
%31.37

Codes

Color #7D88AF in popluar color models

7D88AF
RGB125136175
HSL227°23.81%58.82%
HSB/HSV227°28.57%68.63%
CMYK28.57%22.29%0.00%
31.37%

Color #7D88AF in popluar number systems.

HEX7D88AF
Decimal125136175
Binary11111011000100010101111
Octal175210257

Shades and tints

Shades of #7D88AF

#7D88AF
(125,136,175)
#727CA0
(114,124,160)
#677091
(103,112,145)
#5C6482
(92,100,130)
#515873
(81,88,115)
#464C64
(70,76,100)
#3B4055
(59,64,85)
#303446
(48,52,70)
#252837
(37,40,55)
#1A1C28
(26,28,40)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #7D88AF

#7D88AF
(125,136,175)
#8892B6
(136,146,182)
#939CBD
(147,156,189)
#9EA6C4
(158,166,196)
#A9B0CB
(169,176,203)
#B4BAD2
(180,186,210)
#BFC4D9
(191,196,217)
#CACEE0
(202,206,224)
#D5D8E7
(213,216,231)
#E0E2EE
(224,226,238)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D88AF; }

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

This text font color is #7D88AF.


Background Color

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

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

This div background color is #7D88AF.


Border color

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

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

This div border color is #7D88AF.


Opacity

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

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

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

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

This text has shadow with #7D88AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D88AF on black background.


Color preview on white background

This text has color #7D88AF on white background.



Black color preview on #7D88AF background

This text has black color on #7D88AF background.


White color preview on #7D88AF background

This text has white color on #7D88AF background.