COLOR #7D8BAA

HEX: #7D8BAA RGB: (125,139,170)

Color info

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

RGB color model

#7D8BAA color RGB value is (125,139,170).

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

RGB channels and saturation

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

125
139
170

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

Portions of RGB colors in percentages

R + G + B = 125 + 139 + 170 = 434 (100%)
R 125 of 434 ~ 28.8%
G 139 of 434 ~ 32.03%
B 170 of 434 ~ 39.17'%

%28.8
%32.03
%39.17

CMYK color model

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

  • cyan value is 26.47%
  • magenta value is 18.24%
  • 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
%18.24
%0
%33.33

Codes

Color #7D8BAA in popluar color models

7D 8B AA
RGB 125 139 170
HSL 221° 20.93% 57.84%
HSB/HSV 221° 26.47% 66.67%
CMYK 26.47% 18.24% 0.00%
33.33%

Color #7D8BAA in popluar number systems.

HEX 7D 8B AA
Decimal 125 139 170
Binary 1111101 10001011 10101010
Octal 175 213 252

Shades and tints

Shades of #7D8BAA

#7D8BAA
(125,139,170)
#727F9B
(114,127,155)
#67738C
(103,115,140)
#5C677D
(92,103,125)
#515B6E
(81,91,110)
#464F5F
(70,79,95)
#3B4350
(59,67,80)
#303741
(48,55,65)
#252B32
(37,43,50)
#1A1F23
(26,31,35)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #7D8BAA

#7D8BAA
(125,139,170)
#8895B1
(136,149,177)
#939FB8
(147,159,184)
#9EA9BF
(158,169,191)
#A9B3C6
(169,179,198)
#B4BDCD
(180,189,205)
#BFC7D4
(191,199,212)
#CAD1DB
(202,209,219)
#D5DBE2
(213,219,226)
#E0E5E9
(224,229,233)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8BAA; }

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

This text font color is #7D8BAA.

Background Color

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

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

This div background color is #7D8BAA.

Border color

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

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

This div border color is #7D8BAA.

Opacity

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

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

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

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

This text has shadow with #7D8BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8BAA.

Preview

Color preview on black background

This text has color #7D8BAA on black background.


Color preview on white background

This text has color #7D8BAA on white background.


Black color preview on #7D8BAA background

This text has black color on #7D8BAA background.


White color preview on #7D8BAA background

This text has white color on #7D8BAA background.


Related colors

Complementary color

Complementary color for #hex is #827455.


I love getcolorcode.com

Triadic colors

1 #AA7D8B and #8BAA7D with #7D8BAA are triadic colors.

2 #AA8B7D and #8B7DAA with #7D8BAA are triadic colors.