COLOR #7D8EA3

HEX: #7D8EA3
RGB: (125,142,163)

Color info

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

RGB color model

#7D8EA3 color RGB value is (125,142,163).

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

RGB channels and saturation

R 125 of 255 = 49%
G 142 of 255 = 56%
B 163 of 255 = 64%

125
142
163

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

Portions of RGB colors in percentages

R + G + B =
125 + 142 + 163 = 430 (100%)
R 125 of 430 ~ 29.07%
G 142 of 430 ~ 33.02%
B 163 of 430 ~ 37.91%

%29.07
%33.02
%37.91

CMYK color model

#7D8EA3 color CMYK value is (23,13,0,36).

  • cyan value is 23.31%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(23,13,0,36)
C23M13Y0K36 
(23%,13%,0%,36%)
(0.23/0.13/0.00/0.36)	

CMYK percentages

%23.31
%12.88
%0
%36.08

Codes

Color #7D8EA3 in popluar color models

7D8EA3
RGB125142163
HSL213°17.12%56.47%
HSB/HSV213°23.31%63.92%
CMYK23.31%12.88%0.00%
36.08%

Color #7D8EA3 in popluar number systems.

HEX7D8EA3
Decimal125142163
Binary11111011000111010100011
Octal175216243

Shades and tints

Shades of #7D8EA3

#7D8EA3
(125,142,163)
#728295
(114,130,149)
#677687
(103,118,135)
#5C6A79
(92,106,121)
#515E6B
(81,94,107)
#46525D
(70,82,93)
#3B464F
(59,70,79)
#303A41
(48,58,65)
#252E33
(37,46,51)
#1A2225
(26,34,37)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #7D8EA3

#7D8EA3
(125,142,163)
#8898AB
(136,152,171)
#93A2B3
(147,162,179)
#9EACBB
(158,172,187)
#A9B6C3
(169,182,195)
#B4C0CB
(180,192,203)
#BFCAD3
(191,202,211)
#CAD4DB
(202,212,219)
#D5DEE3
(213,222,227)
#E0E8EB
(224,232,235)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8EA3; }

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

This text font color is #7D8EA3.


Background Color

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

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

This div background color is #7D8EA3.


Border color

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

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

This div border color is #7D8EA3.


Opacity

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

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

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

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

This text has shadow with #7D8EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8EA3 on black background.


Color preview on white background

This text has color #7D8EA3 on white background.



Black color preview on #7D8EA3 background

This text has black color on #7D8EA3 background.


White color preview on #7D8EA3 background

This text has white color on #7D8EA3 background.