COLOR #7D8DAA

HEX: #7D8DAA
RGB: (125,141,170)

Color info

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

RGB color model

#7D8DAA color RGB value is (125,141,170).

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

RGB channels and saturation

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

125
141
170

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

Portions of RGB colors in percentages

R + G + B =
125 + 141 + 170 = 436 (100%)
R 125 of 436 ~ 28.67%
G 141 of 436 ~ 32.34%
B 170 of 436 ~ 38.99%

%28.67
%32.34
%38.99

CMYK color model

#7D8DAA color CMYK value is (26,17,0,33).

  • cyan value is 26.47%
  • magenta value is 17.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(26,17,0,33)
C26M17Y0K33 
(26%,17%,0%,33%)
(0.26/0.17/0.00/0.33)	

CMYK percentages

%26.47
%17.06
%0
%33.33

Codes

Color #7D8DAA in popluar color models

7D8DAA
RGB125141170
HSL219°20.93%57.84%
HSB/HSV219°26.47%66.67%
CMYK26.47%17.06%0.00%
33.33%

Color #7D8DAA in popluar number systems.

HEX7D8DAA
Decimal125141170
Binary11111011000110110101010
Octal175215252

Shades and tints

Shades of #7D8DAA

#7D8DAA
(125,141,170)
#72819B
(114,129,155)
#67758C
(103,117,140)
#5C697D
(92,105,125)
#515D6E
(81,93,110)
#46515F
(70,81,95)
#3B4550
(59,69,80)
#303941
(48,57,65)
#252D32
(37,45,50)
#1A2123
(26,33,35)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #7D8DAA

#7D8DAA
(125,141,170)
#8897B1
(136,151,177)
#93A1B8
(147,161,184)
#9EABBF
(158,171,191)
#A9B5C6
(169,181,198)
#B4BFCD
(180,191,205)
#BFC9D4
(191,201,212)
#CAD3DB
(202,211,219)
#D5DDE2
(213,221,226)
#E0E7E9
(224,231,233)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8DAA; }

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

This text font color is #7D8DAA.


Background Color

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

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

This div background color is #7D8DAA.


Border color

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

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

This div border color is #7D8DAA.


Opacity

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

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

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

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

This text has shadow with #7D8DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8DAA on black background.


Color preview on white background

This text has color #7D8DAA on white background.



Black color preview on #7D8DAA background

This text has black color on #7D8DAA background.


White color preview on #7D8DAA background

This text has white color on #7D8DAA background.