COLOR #7D8E9C

HEX: #7D8E9C
RGB: (125,142,156)

Color info

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

RGB color model

#7D8E9C color RGB value is (125,142,156).

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

RGB channels and saturation

R 125 of 255 = 49%
G 142 of 255 = 56%
B 156 of 255 = 61%

125
142
156

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

Portions of RGB colors in percentages

R + G + B =
125 + 142 + 156 = 423 (100%)
R 125 of 423 ~ 29.55%
G 142 of 423 ~ 33.57%
B 156 of 423 ~ 36.88%

%29.55
%33.57
%36.88

CMYK color model

#7D8E9C color CMYK value is (20,9,0,39).

  • cyan value is 19.87%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(20,9,0,39)
C20M9Y0K39 
(20%,9%,0%,39%)
(0.20/0.09/0.00/0.39)	

CMYK percentages

%19.87
%8.97
%0
%38.82

Codes

Color #7D8E9C in popluar color models

7D8E9C
RGB125142156
HSL207°13.54%55.10%
HSB/HSV207°19.87%61.18%
CMYK19.87%8.97%0.00%
38.82%

Color #7D8E9C in popluar number systems.

HEX7D8E9C
Decimal125142156
Binary11111011000111010011100
Octal175216234

Shades and tints

Shades of #7D8E9C

#7D8E9C
(125,142,156)
#72828E
(114,130,142)
#677680
(103,118,128)
#5C6A72
(92,106,114)
#515E64
(81,94,100)
#465256
(70,82,86)
#3B4648
(59,70,72)
#303A3A
(48,58,58)
#252E2C
(37,46,44)
#1A221E
(26,34,30)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #7D8E9C

#7D8E9C
(125,142,156)
#8898A5
(136,152,165)
#93A2AE
(147,162,174)
#9EACB7
(158,172,183)
#A9B6C0
(169,182,192)
#B4C0C9
(180,192,201)
#BFCAD2
(191,202,210)
#CAD4DB
(202,212,219)
#D5DEE4
(213,222,228)
#E0E8ED
(224,232,237)
#EBF2F6
(235,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8E9C; }

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

This text font color is #7D8E9C.


Background Color

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

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

This div background color is #7D8E9C.


Border color

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

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

This div border color is #7D8E9C.


Opacity

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

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

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

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

This text has shadow with #7D8E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8E9C on black background.


Color preview on white background

This text has color #7D8E9C on white background.



Black color preview on #7D8E9C background

This text has black color on #7D8E9C background.


White color preview on #7D8E9C background

This text has white color on #7D8E9C background.