COLOR #7D839D

HEX: #7D839D
RGB: (125,131,157)

Color info

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

RGB color model

#7D839D color RGB value is (125,131,157).

  • red value is 125;
  • green value is 131;
  • blue value is 157.
RGB:
(125,131,157)
(49%,51%,62%)

RGB channels and saturation

R 125 of 255 = 49%
G 131 of 255 = 51%
B 157 of 255 = 62%

125
131
157

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

Portions of RGB colors in percentages

R + G + B =
125 + 131 + 157 = 413 (100%)
R 125 of 413 ~ 30.27%
G 131 of 413 ~ 31.72%
B 157 of 413 ~ 38.01%

%30.27
%31.72
%38.01

CMYK color model

#7D839D color CMYK value is (20,17,0,38).

  • cyan value is 20.38%
  • magenta value is 16.56%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(20,17,0,38)
C20M17Y0K38 
(20%,17%,0%,38%)
(0.20/0.17/0.00/0.38)	

CMYK percentages

%20.38
%16.56
%0
%38.43

Codes

Color #7D839D in popluar color models

7D839D
RGB125131157
HSL229°14.04%55.29%
HSB/HSV229°20.38%61.57%
CMYK20.38%16.56%0.00%
38.43%

Color #7D839D in popluar number systems.

HEX7D839D
Decimal125131157
Binary11111011000001110011101
Octal175203235

Shades and tints

Shades of #7D839D

#7D839D
(125,131,157)
#72788F
(114,120,143)
#676D81
(103,109,129)
#5C6273
(92,98,115)
#515765
(81,87,101)
#464C57
(70,76,87)
#3B4149
(59,65,73)
#30363B
(48,54,59)
#252B2D
(37,43,45)
#1A201F
(26,32,31)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #7D839D

#7D839D
(125,131,157)
#888EA5
(136,142,165)
#9399AD
(147,153,173)
#9EA4B5
(158,164,181)
#A9AFBD
(169,175,189)
#B4BAC5
(180,186,197)
#BFC5CD
(191,197,205)
#CAD0D5
(202,208,213)
#D5DBDD
(213,219,221)
#E0E6E5
(224,230,229)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D839D color. Also use rgb(125,131,157) instead hex code.

Text Font Color

.myTextColor { color: #7D839D; }

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

This text font color is #7D839D.


Background Color

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

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

This div background color is #7D839D.


Border color

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

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

This div border color is #7D839D.


Opacity

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

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

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

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

This text has shadow with #7D839D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D839D on black background.


Color preview on white background

This text has color #7D839D on white background.



Black color preview on #7D839D background

This text has black color on #7D839D background.


White color preview on #7D839D background

This text has white color on #7D839D background.