COLOR #7D84AE

HEX: #7D84AE RGB: (125,132,174)

Color info

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

RGB color model

#7D84AE color RGB value is (125,132,174).

RGB: (125,132,174) (49%, 52%, 68%)

RGB channels and saturation

R 125 of 255 = 49%
G 132 of 255 = 52%
B 174 of 255 = 68%

125
132
174

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

Portions of RGB colors in percentages

R + G + B = 125 + 132 + 174 = 431 (100%)
R 125 of 431 ~ 29%
G 132 of 431 ~ 30.63%
B 174 of 431 ~ 40.37'%

%29
%30.63
%40.37

CMYK color model

#7D84AE color CMYK value is (28,24,0,32).

  • cyan value is 28.16%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (28,24,0,32)
C28M24Y0K32 (28%, 24%, 0%, 32%)
(0.28 / 0.24 / 0.00 / 0.32)

CMYK percentages

%28.16
%24.14
%0
%31.76

Codes

Color #7D84AE in popluar color models

7D 84 AE
RGB 125 132 174
HSL 231° 23.22% 58.63%
HSB/HSV 231° 28.16% 68.24%
CMYK 28.16% 24.14% 0.00%
31.76%

Color #7D84AE in popluar number systems.

HEX 7D 84 AE
Decimal 125 132 174
Binary 1111101 10000100 10101110
Octal 175 204 256

Shades and tints

Shades of #7D84AE

#7D84AE
(125,132,174)
#72789F
(114,120,159)
#676C90
(103,108,144)
#5C6081
(92,96,129)
#515472
(81,84,114)
#464863
(70,72,99)
#3B3C54
(59,60,84)
#303045
(48,48,69)
#252436
(37,36,54)
#1A1827
(26,24,39)
#0F0C18
(15,12,24)
#000000
(0,0,0)

Tints of #7D84AE

#7D84AE
(125,132,174)
#888FB5
(136,143,181)
#939ABC
(147,154,188)
#9EA5C3
(158,165,195)
#A9B0CA
(169,176,202)
#B4BBD1
(180,187,209)
#BFC6D8
(191,198,216)
#CAD1DF
(202,209,223)
#D5DCE6
(213,220,230)
#E0E7ED
(224,231,237)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D84AE color. Also use rgb(125,132,174) instead hex code.

Text Font Color

.myTextColor { color: #7D84AE; }

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

This text font color is #7D84AE.

Background Color

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

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

This div background color is #7D84AE.

Border color

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

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

This div border color is #7D84AE.

Opacity

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

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

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

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

This text has shadow with #7D84AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D84AE.

Preview

Color preview on black background

This text has color #7D84AE on black background.


Color preview on white background

This text has color #7D84AE on white background.


Black color preview on #7D84AE background

This text has black color on #7D84AE background.


White color preview on #7D84AE background

This text has white color on #7D84AE background.


Related colors

Complementary color

Complementary color for #hex is #827B51.


I love getcolorcode.com

Triadic colors

1 #AE7D84 and #84AE7D with #7D84AE are triadic colors.

2 #AE847D and #847DAE with #7D84AE are triadic colors.