COLOR #7D92AA

HEX: #7D92AA RGB: (125,146,170)

Color info

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

RGB color model

#7D92AA color RGB value is (125,146,170).

RGB: (125,146,170) (49%, 57%, 67%)

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 170 of 255 = 67%

125
146
170

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

Portions of RGB colors in percentages

R + G + B = 125 + 146 + 170 = 441 (100%)
R 125 of 441 ~ 28.34%
G 146 of 441 ~ 33.11%
B 170 of 441 ~ 38.55'%

%28.34
%33.11
%38.55

CMYK color model

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

  • cyan value is 26.47%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (26,14,0,33)
C26M14Y0K33 (26%, 14%, 0%, 33%)
(0.26 / 0.14 / 0.00 / 0.33)

CMYK percentages

%26.47
%14.12
%0
%33.33

Codes

Color #7D92AA in popluar color models

7D 92 AA
RGB 125 146 170
HSL 212° 20.93% 57.84%
HSB/HSV 212° 26.47% 66.67%
CMYK 26.47% 14.12% 0.00%
33.33%

Color #7D92AA in popluar number systems.

HEX 7D 92 AA
Decimal 125 146 170
Binary 1111101 10010010 10101010
Octal 175 222 252

Shades and tints

Shades of #7D92AA

#7D92AA
(125,146,170)
#72859B
(114,133,155)
#67788C
(103,120,140)
#5C6B7D
(92,107,125)
#515E6E
(81,94,110)
#46515F
(70,81,95)
#3B4450
(59,68,80)
#303741
(48,55,65)
#252A32
(37,42,50)
#1A1D23
(26,29,35)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #7D92AA

#7D92AA
(125,146,170)
#889BB1
(136,155,177)
#93A4B8
(147,164,184)
#9EADBF
(158,173,191)
#A9B6C6
(169,182,198)
#B4BFCD
(180,191,205)
#BFC8D4
(191,200,212)
#CAD1DB
(202,209,219)
#D5DAE2
(213,218,226)
#E0E3E9
(224,227,233)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D92AA; }

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

This text font color is #7D92AA.

Background Color

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

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

This div background color is #7D92AA.

Border color

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

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

This div border color is #7D92AA.

Opacity

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

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

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

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

This text has shadow with #7D92AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D92AA.

Preview

Color preview on black background

This text has color #7D92AA on black background.


Color preview on white background

This text has color #7D92AA on white background.


Black color preview on #7D92AA background

This text has black color on #7D92AA background.


White color preview on #7D92AA background

This text has white color on #7D92AA background.


Related colors

Complementary color

Complementary color for #hex is #826D55.


I love getcolorcode.com

Triadic colors

1 #AA7D92 and #92AA7D with #7D92AA are triadic colors.

2 #AA927D and #927DAA with #7D92AA are triadic colors.