COLOR #7D8185

HEX: #7D8185
RGB: (125,129,133)

Color info

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

RGB color model

#7D8185 color RGB value is (125,129,133).

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

RGB channels and saturation

R 125 of 255 = 49%
G 129 of 255 = 51%
B 133 of 255 = 52%

125
129
133

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

Portions of RGB colors in percentages

R + G + B =
125 + 129 + 133 = 387 (100%)
R 125 of 387 ~ 32.3%
G 129 of 387 ~ 33.33%
B 133 of 387 ~ 34.37%

%32.3
%33.33
%34.37

CMYK color model

#7D8185 color CMYK value is (6,3,0,48).

  • cyan value is 6.02%
  • magenta value is 3.01%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(6,3,0,48)
C6M3Y0K48 
(6%,3%,0%,48%)
(0.06/0.03/0.00/0.48)	

CMYK percentages

%6.02
%3.01
%0
%47.84

Codes

Color #7D8185 in popluar color models

7D8185
RGB125129133
HSL210°3.17%50.59%
HSB/HSV210°6.02%52.16%
CMYK6.02%3.01%0.00%
47.84%

Color #7D8185 in popluar number systems.

HEX7D8185
Decimal125129133
Binary11111011000000110000101
Octal175201205

Shades and tints

Shades of #7D8185

#7D8185
(125,129,133)
#727679
(114,118,121)
#676B6D
(103,107,109)
#5C6061
(92,96,97)
#515555
(81,85,85)
#464A49
(70,74,73)
#3B3F3D
(59,63,61)
#303431
(48,52,49)
#252925
(37,41,37)
#1A1E19
(26,30,25)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #7D8185

#7D8185
(125,129,133)
#888C90
(136,140,144)
#93979B
(147,151,155)
#9EA2A6
(158,162,166)
#A9ADB1
(169,173,177)
#B4B8BC
(180,184,188)
#BFC3C7
(191,195,199)
#CACED2
(202,206,210)
#D5D9DD
(213,217,221)
#E0E4E8
(224,228,232)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8185; }

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

This text font color is #7D8185.


Background Color

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

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

This div background color is #7D8185.


Border color

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

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

This div border color is #7D8185.


Opacity

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

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

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

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

This text has shadow with #7D8185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8185 on black background.


Color preview on white background

This text has color #7D8185 on white background.



Black color preview on #7D8185 background

This text has black color on #7D8185 background.


White color preview on #7D8185 background

This text has white color on #7D8185 background.