COLOR #7D8183

HEX: #7D8183
RGB: (125,129,131)

Color info

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

RGB color model

#7D8183 color RGB value is (125,129,131).

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

RGB channels and saturation

R 125 of 255 = 49%
G 129 of 255 = 51%
B 131 of 255 = 51%

125
129
131

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

Portions of RGB colors in percentages

R + G + B =
125 + 129 + 131 = 385 (100%)
R 125 of 385 ~ 32.47%
G 129 of 385 ~ 33.51%
B 131 of 385 ~ 34.03%

%32.47
%33.51
%34.03

CMYK color model

#7D8183 color CMYK value is (5,2,0,49).

  • cyan value is 4.58%
  • magenta value is 1.53%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(5,2,0,49)
C5M2Y0K49 
(5%,2%,0%,49%)
(0.05/0.02/0.00/0.49)	

CMYK percentages

%4.58
%1.53
%0
%48.63

Codes

Color #7D8183 in popluar color models

7D8183
RGB125129131
HSL200°2.36%50.20%
HSB/HSV200°4.58%51.37%
CMYK4.58%1.53%0.00%
48.63%

Color #7D8183 in popluar number systems.

HEX7D8183
Decimal125129131
Binary11111011000000110000011
Octal175201203

Shades and tints

Shades of #7D8183

#7D8183
(125,129,131)
#727678
(114,118,120)
#676B6D
(103,107,109)
#5C6062
(92,96,98)
#515557
(81,85,87)
#464A4C
(70,74,76)
#3B3F41
(59,63,65)
#303436
(48,52,54)
#25292B
(37,41,43)
#1A1E20
(26,30,32)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #7D8183

#7D8183
(125,129,131)
#888C8E
(136,140,142)
#939799
(147,151,153)
#9EA2A4
(158,162,164)
#A9ADAF
(169,173,175)
#B4B8BA
(180,184,186)
#BFC3C5
(191,195,197)
#CACED0
(202,206,208)
#D5D9DB
(213,217,219)
#E0E4E6
(224,228,230)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8183; }

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

This text font color is #7D8183.


Background Color

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

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

This div background color is #7D8183.


Border color

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

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

This div border color is #7D8183.


Opacity

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

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

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

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

This text has shadow with #7D8183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8183 on black background.


Color preview on white background

This text has color #7D8183 on white background.



Black color preview on #7D8183 background

This text has black color on #7D8183 background.


White color preview on #7D8183 background

This text has white color on #7D8183 background.