COLOR #7D8EA6

HEX: #7D8EA6
RGB: (125,142,166)

Color info

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

RGB color model

#7D8EA6 color RGB value is (125,142,166).

  • red value is 125;
  • green value is 142;
  • blue value is 166.
RGB:
(125,142,166)
(49%,56%,65%)

RGB channels and saturation

R 125 of 255 = 49%
G 142 of 255 = 56%
B 166 of 255 = 65%

125
142
166

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

Portions of RGB colors in percentages

R + G + B =
125 + 142 + 166 = 433 (100%)
R 125 of 433 ~ 28.87%
G 142 of 433 ~ 32.79%
B 166 of 433 ~ 38.34%

%28.87
%32.79
%38.34

CMYK color model

#7D8EA6 color CMYK value is (25,14,0,35).

  • cyan value is 24.70%
  • magenta value is 14.46%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(25,14,0,35)
C25M14Y0K35 
(25%,14%,0%,35%)
(0.25/0.14/0.00/0.35)	

CMYK percentages

%24.7
%14.46
%0
%34.9

Codes

Color #7D8EA6 in popluar color models

7D8EA6
RGB125142166
HSL215°18.72%57.06%
HSB/HSV215°24.70%65.10%
CMYK24.70%14.46%0.00%
34.90%

Color #7D8EA6 in popluar number systems.

HEX7D8EA6
Decimal125142166
Binary11111011000111010100110
Octal175216246

Shades and tints

Shades of #7D8EA6

#7D8EA6
(125,142,166)
#728297
(114,130,151)
#677688
(103,118,136)
#5C6A79
(92,106,121)
#515E6A
(81,94,106)
#46525B
(70,82,91)
#3B464C
(59,70,76)
#303A3D
(48,58,61)
#252E2E
(37,46,46)
#1A221F
(26,34,31)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #7D8EA6

#7D8EA6
(125,142,166)
#8898AE
(136,152,174)
#93A2B6
(147,162,182)
#9EACBE
(158,172,190)
#A9B6C6
(169,182,198)
#B4C0CE
(180,192,206)
#BFCAD6
(191,202,214)
#CAD4DE
(202,212,222)
#D5DEE6
(213,222,230)
#E0E8EE
(224,232,238)
#EBF2F6
(235,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8EA6; }

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

This text font color is #7D8EA6.


Background Color

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

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

This div background color is #7D8EA6.


Border color

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

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

This div border color is #7D8EA6.


Opacity

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

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

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

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

This text has shadow with #7D8EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8EA6 on black background.


Color preview on white background

This text has color #7D8EA6 on white background.



Black color preview on #7D8EA6 background

This text has black color on #7D8EA6 background.


White color preview on #7D8EA6 background

This text has white color on #7D8EA6 background.