COLOR #7D8CAA

HEX: #7D8CAA RGB: (125,140,170)

Color info

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

RGB color model

#7D8CAA color RGB value is (125,140,170).

RGB: (125,140,170) (49%, 55%, 67%)

RGB channels and saturation

R 125 of 255 = 49%
G 140 of 255 = 55%
B 170 of 255 = 67%

125
140
170

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

Portions of RGB colors in percentages

R + G + B = 125 + 140 + 170 = 435 (100%)
R 125 of 435 ~ 28.74%
G 140 of 435 ~ 32.18%
B 170 of 435 ~ 39.08'%

%28.74
%32.18
%39.08

CMYK color model

#7D8CAA color CMYK value is (26,18,0,33).

  • cyan value is 26.47%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (26,18,0,33) C26M18Y0K33 (26%,18%,0%,33%) (0.26/0.18/0.00/0.33) 

CMYK percentages

%26.47
%17.65
%0
%33.33

Codes

Color #7D8CAA in popluar color models

7D 8C AA
RGB 125 140 170
HSL 220° 20.93% 57.84%
HSB/HSV 220° 26.47% 66.67%
CMYK 26.47% 17.65% 0.00%
33.33%

Color #7D8CAA in popluar number systems.

HEX 7D 8C AA
Decimal 125 140 170
Binary 1111101 10001100 10101010
Octal 175 214 252

Shades and tints

Shades of #7D8CAA

#7D8CAA
(125,140,170)
#72809B
(114,128,155)
#67748C
(103,116,140)
#5C687D
(92,104,125)
#515C6E
(81,92,110)
#46505F
(70,80,95)
#3B4450
(59,68,80)
#303841
(48,56,65)
#252C32
(37,44,50)
#1A2023
(26,32,35)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #7D8CAA

#7D8CAA
(125,140,170)
#8896B1
(136,150,177)
#93A0B8
(147,160,184)
#9EAABF
(158,170,191)
#A9B4C6
(169,180,198)
#B4BECD
(180,190,205)
#BFC8D4
(191,200,212)
#CAD2DB
(202,210,219)
#D5DCE2
(213,220,226)
#E0E6E9
(224,230,233)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8CAA; }

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

This text font color is #7D8CAA.

Background Color

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

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

This div background color is #7D8CAA.

Border color

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

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

This div border color is #7D8CAA.

Opacity

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

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

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

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

This text has shadow with #7D8CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8CAA.

Preview

Color preview on black background

This text has color #7D8CAA on black background.


Color preview on white background

This text has color #7D8CAA on white background.


Black color preview on #7D8CAA background

This text has black color on #7D8CAA background.


White color preview on #7D8CAA background

This text has white color on #7D8CAA background.


Related colors

Complementary color

Complementary color for #hex is #827355.


I love getcolorcode.com

Triadic colors

1 #AA7D8C and #8CAA7D with #7D8CAA are triadic colors.

2 #AA8C7D and #8C7DAA with #7D8CAA are triadic colors.