COLOR #7D9EAA

HEX: #7D9EAA RGB: (125,158,170)

Color info

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

RGB color model

#7D9EAA color RGB value is (125,158,170).

RGB: (125,158,170) (49%, 62%, 67%)

RGB channels and saturation

R 125 of 255 = 49%
G 158 of 255 = 62%
B 170 of 255 = 67%

125
158
170

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

Portions of RGB colors in percentages

R + G + B = 125 + 158 + 170 = 453 (100%)
R 125 of 453 ~ 27.59%
G 158 of 453 ~ 34.88%
B 170 of 453 ~ 37.53'%

%27.59
%34.88
%37.53

CMYK color model

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

  • cyan value is 26.47%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (26,7,0,33) C26M7Y0K33 (26%,7%,0%,33%) (0.26/0.07/0.00/0.33) 

CMYK percentages

%26.47
%7.06
%0
%33.33

Codes

Color #7D9EAA in popluar color models

7D 9E AA
RGB 125 158 170
HSL 196° 20.93% 57.84%
HSB/HSV 196° 26.47% 66.67%
CMYK 26.47% 7.06% 0.00%
33.33%

Color #7D9EAA in popluar number systems.

HEX 7D 9E AA
Decimal 125 158 170
Binary 1111101 10011110 10101010
Octal 175 236 252

Shades and tints

Shades of #7D9EAA

#7D9EAA
(125,158,170)
#72909B
(114,144,155)
#67828C
(103,130,140)
#5C747D
(92,116,125)
#51666E
(81,102,110)
#46585F
(70,88,95)
#3B4A50
(59,74,80)
#303C41
(48,60,65)
#252E32
(37,46,50)
#1A2023
(26,32,35)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #7D9EAA

#7D9EAA
(125,158,170)
#88A6B1
(136,166,177)
#93AEB8
(147,174,184)
#9EB6BF
(158,182,191)
#A9BEC6
(169,190,198)
#B4C6CD
(180,198,205)
#BFCED4
(191,206,212)
#CAD6DB
(202,214,219)
#D5DEE2
(213,222,226)
#E0E6E9
(224,230,233)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9EAA; }

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

This text font color is #7D9EAA.

Background Color

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

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

This div background color is #7D9EAA.

Border color

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

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

This div border color is #7D9EAA.

Opacity

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

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

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

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

This text has shadow with #7D9EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9EAA.

Preview

Color preview on black background

This text has color #7D9EAA on black background.


Color preview on white background

This text has color #7D9EAA on white background.


Black color preview on #7D9EAA background

This text has black color on #7D9EAA background.


White color preview on #7D9EAA background

This text has white color on #7D9EAA background.


Related colors

Complementary color

Complementary color for #hex is #826155.


I love getcolorcode.com

Triadic colors

1 #AA7D9E and #9EAA7D with #7D9EAA are triadic colors.

2 #AA9E7D and #9E7DAA with #7D9EAA are triadic colors.