COLOR #7D8D83

HEX: #7D8D83
RGB: (125,141,131)

Color info

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

RGB color model

#7D8D83 color RGB value is (125,141,131).

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

RGB channels and saturation

R 125 of 255 = 49%
G 141 of 255 = 55%
B 131 of 255 = 51%

125
141
131

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

Portions of RGB colors in percentages

R + G + B =
125 + 141 + 131 = 397 (100%)
R 125 of 397 ~ 31.49%
G 141 of 397 ~ 35.52%
B 131 of 397 ~ 33%

%31.49
%35.52
%33

CMYK color model

#7D8D83 color CMYK value is (11,0,7,45).

  • cyan value is 11.35%
  • magenta value is 0.00%
  • yellow value is 7.09%
  • key color value is 44.71%
CMYK:
(11,0,7,45)
C11M0Y7K45 
(11%,0%,7%,45%)
(0.11/0.00/0.07/0.45)	

CMYK percentages

%11.35
%0
%7.09
%44.71

Codes

Color #7D8D83 in popluar color models

7D8D83
RGB125141131
HSL143°6.56%52.16%
HSB/HSV143°11.35%55.29%
CMYK11.35%0.00%7.09%
44.71%

Color #7D8D83 in popluar number systems.

HEX7D8D83
Decimal125141131
Binary11111011000110110000011
Octal175215203

Shades and tints

Shades of #7D8D83

#7D8D83
(125,141,131)
#728178
(114,129,120)
#67756D
(103,117,109)
#5C6962
(92,105,98)
#515D57
(81,93,87)
#46514C
(70,81,76)
#3B4541
(59,69,65)
#303936
(48,57,54)
#252D2B
(37,45,43)
#1A2120
(26,33,32)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #7D8D83

#7D8D83
(125,141,131)
#88978E
(136,151,142)
#93A199
(147,161,153)
#9EABA4
(158,171,164)
#A9B5AF
(169,181,175)
#B4BFBA
(180,191,186)
#BFC9C5
(191,201,197)
#CAD3D0
(202,211,208)
#D5DDDB
(213,221,219)
#E0E7E6
(224,231,230)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8D83; }

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

This text font color is #7D8D83.


Background Color

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

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

This div background color is #7D8D83.


Border color

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

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

This div border color is #7D8D83.


Opacity

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

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

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

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

This text has shadow with #7D8D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8D83 on black background.


Color preview on white background

This text has color #7D8D83 on white background.



Black color preview on #7D8D83 background

This text has black color on #7D8D83 background.


White color preview on #7D8D83 background

This text has white color on #7D8D83 background.