COLOR #7D939C

HEX: #7D939C
RGB: (125,147,156)

Color info

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

RGB color model

#7D939C color RGB value is (125,147,156).

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

RGB channels and saturation

R 125 of 255 = 49%
G 147 of 255 = 58%
B 156 of 255 = 61%

125
147
156

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

Portions of RGB colors in percentages

R + G + B =
125 + 147 + 156 = 428 (100%)
R 125 of 428 ~ 29.21%
G 147 of 428 ~ 34.35%
B 156 of 428 ~ 36.45%

%29.21
%34.35
%36.45

CMYK color model

#7D939C color CMYK value is (20,6,0,39).

  • cyan value is 19.87%
  • magenta value is 5.77%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(20,6,0,39)
C20M6Y0K39 
(20%,6%,0%,39%)
(0.20/0.06/0.00/0.39)	

CMYK percentages

%19.87
%5.77
%0
%38.82

Codes

Color #7D939C in popluar color models

7D939C
RGB125147156
HSL197°13.54%55.10%
HSB/HSV197°19.87%61.18%
CMYK19.87%5.77%0.00%
38.82%

Color #7D939C in popluar number systems.

HEX7D939C
Decimal125147156
Binary11111011001001110011100
Octal175223234

Shades and tints

Shades of #7D939C

#7D939C
(125,147,156)
#72868E
(114,134,142)
#677980
(103,121,128)
#5C6C72
(92,108,114)
#515F64
(81,95,100)
#465256
(70,82,86)
#3B4548
(59,69,72)
#30383A
(48,56,58)
#252B2C
(37,43,44)
#1A1E1E
(26,30,30)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #7D939C

#7D939C
(125,147,156)
#889CA5
(136,156,165)
#93A5AE
(147,165,174)
#9EAEB7
(158,174,183)
#A9B7C0
(169,183,192)
#B4C0C9
(180,192,201)
#BFC9D2
(191,201,210)
#CAD2DB
(202,210,219)
#D5DBE4
(213,219,228)
#E0E4ED
(224,228,237)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D939C; }

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

This text font color is #7D939C.


Background Color

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

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

This div background color is #7D939C.


Border color

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

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

This div border color is #7D939C.


Opacity

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

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

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

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

This text has shadow with #7D939C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D939C on black background.


Color preview on white background

This text has color #7D939C on white background.



Black color preview on #7D939C background

This text has black color on #7D939C background.


White color preview on #7D939C background

This text has white color on #7D939C background.