COLOR #7D8C9C

HEX: #7D8C9C
RGB: (125,140,156)

Color info

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

RGB color model

#7D8C9C color RGB value is (125,140,156).

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

RGB channels and saturation

R 125 of 255 = 49%
G 140 of 255 = 55%
B 156 of 255 = 61%

125
140
156

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

Portions of RGB colors in percentages

R + G + B =
125 + 140 + 156 = 421 (100%)
R 125 of 421 ~ 29.69%
G 140 of 421 ~ 33.25%
B 156 of 421 ~ 37.05%

%29.69
%33.25
%37.05

CMYK color model

#7D8C9C color CMYK value is (20,10,0,39).

  • cyan value is 19.87%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(20,10,0,39)
C20M10Y0K39 
(20%,10%,0%,39%)
(0.20/0.10/0.00/0.39)	

CMYK percentages

%19.87
%10.26
%0
%38.82

Codes

Color #7D8C9C in popluar color models

7D8C9C
RGB125140156
HSL211°13.54%55.10%
HSB/HSV211°19.87%61.18%
CMYK19.87%10.26%0.00%
38.82%

Color #7D8C9C in popluar number systems.

HEX7D8C9C
Decimal125140156
Binary11111011000110010011100
Octal175214234

Shades and tints

Shades of #7D8C9C

#7D8C9C
(125,140,156)
#72808E
(114,128,142)
#677480
(103,116,128)
#5C6872
(92,104,114)
#515C64
(81,92,100)
#465056
(70,80,86)
#3B4448
(59,68,72)
#30383A
(48,56,58)
#252C2C
(37,44,44)
#1A201E
(26,32,30)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #7D8C9C

#7D8C9C
(125,140,156)
#8896A5
(136,150,165)
#93A0AE
(147,160,174)
#9EAAB7
(158,170,183)
#A9B4C0
(169,180,192)
#B4BEC9
(180,190,201)
#BFC8D2
(191,200,210)
#CAD2DB
(202,210,219)
#D5DCE4
(213,220,228)
#E0E6ED
(224,230,237)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8C9C; }

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

This text font color is #7D8C9C.


Background Color

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

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

This div background color is #7D8C9C.


Border color

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

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

This div border color is #7D8C9C.


Opacity

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

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

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

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

This text has shadow with #7D8C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8C9C on black background.


Color preview on white background

This text has color #7D8C9C on white background.



Black color preview on #7D8C9C background

This text has black color on #7D8C9C background.


White color preview on #7D8C9C background

This text has white color on #7D8C9C background.