COLOR #7D8EB9

HEX: #7D8EB9 RGB: (125,142,185)

Color info

#7D8EB9 contains mainly green and blue colors. Web safe color of #7D8EB9 is #6699CC (or #69C).

RGB color model

#7D8EB9 color RGB value is (125,142,185).

RGB: (125,142,185) (49%, 56%, 73%)

RGB channels and saturation

R 125 of 255 = 49%
G 142 of 255 = 56%
B 185 of 255 = 73%

125
142
185

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

Portions of RGB colors in percentages

R + G + B = 125 + 142 + 185 = 452 (100%)
R 125 of 452 ~ 27.65%
G 142 of 452 ~ 31.42%
B 185 of 452 ~ 40.93'%

%27.65
%31.42
%40.93

CMYK color model

#7D8EB9 color CMYK value is (32,23,0,27).

  • cyan value is 32.43%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (32,23,0,27)
C32M23Y0K27 (32%, 23%, 0%, 27%)
(0.32 / 0.23 / 0.00 / 0.27)

CMYK percentages

%32.43
%23.24
%0
%27.45

Codes

Color #7D8EB9 in popluar color models

7D 8E B9
RGB 125 142 185
HSL 223° 30.00% 60.78%
HSB/HSV 223° 32.43% 72.55%
CMYK 32.43% 23.24% 0.00%
27.45%

Color #7D8EB9 in popluar number systems.

HEX 7D 8E B9
Decimal 125 142 185
Binary 1111101 10001110 10111001
Octal 175 216 271

Shades and tints

Shades of #7D8EB9

#7D8EB9
(125,142,185)
#7282A9
(114,130,169)
#677699
(103,118,153)
#5C6A89
(92,106,137)
#515E79
(81,94,121)
#465269
(70,82,105)
#3B4659
(59,70,89)
#303A49
(48,58,73)
#252E39
(37,46,57)
#1A2229
(26,34,41)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #7D8EB9

#7D8EB9
(125,142,185)
#8898BF
(136,152,191)
#93A2C5
(147,162,197)
#9EACCB
(158,172,203)
#A9B6D1
(169,182,209)
#B4C0D7
(180,192,215)
#BFCADD
(191,202,221)
#CAD4E3
(202,212,227)
#D5DEE9
(213,222,233)
#E0E8EF
(224,232,239)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8EB9 color. Also use rgb(125,142,185) instead hex code.

Text Font Color

.myTextColor { color: #7D8EB9; }

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

This text font color is #7D8EB9.

Background Color

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

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

This div background color is #7D8EB9.

Border color

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

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

This div border color is #7D8EB9.

Opacity

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

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

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

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

This text has shadow with #7D8EB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8EB9.

Preview

Color preview on black background

This text has color #7D8EB9 on black background.


Color preview on white background

This text has color #7D8EB9 on white background.


Black color preview on #7D8EB9 background

This text has black color on #7D8EB9 background.


White color preview on #7D8EB9 background

This text has white color on #7D8EB9 background.


Related colors

Complementary color

Complementary color for #hex is #827146.


I love getcolorcode.com

Triadic colors

1 #B97D8E and #8EB97D with #7D8EB9 are triadic colors.

2 #B98E7D and #8E7DB9 with #7D8EB9 are triadic colors.