COLOR #7D8F87

HEX: #7D8F87
RGB: (125,143,135)

Color info

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

RGB color model

#7D8F87 color RGB value is (125,143,135).

  • red value is 125;
  • green value is 143;
  • blue value is 135.
RGB:
(125,143,135)
(49%,56%,53%)

RGB channels and saturation

R 125 of 255 = 49%
G 143 of 255 = 56%
B 135 of 255 = 53%

125
143
135

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

Portions of RGB colors in percentages

R + G + B =
125 + 143 + 135 = 403 (100%)
R 125 of 403 ~ 31.02%
G 143 of 403 ~ 35.48%
B 135 of 403 ~ 33.5%

%31.02
%35.48
%33.5

CMYK color model

#7D8F87 color CMYK value is (13,0,6,44).

  • cyan value is 12.59%
  • magenta value is 0.00%
  • yellow value is 5.59%
  • key color value is 43.92%
CMYK:
(13,0,6,44)
C13M0Y6K44 
(13%,0%,6%,44%)
(0.13/0.00/0.06/0.44)	

CMYK percentages

%12.59
%0
%5.59
%43.92

Codes

Color #7D8F87 in popluar color models

7D8F87
RGB125143135
HSL153°7.44%52.55%
HSB/HSV153°12.59%56.08%
CMYK12.59%0.00%5.59%
43.92%

Color #7D8F87 in popluar number systems.

HEX7D8F87
Decimal125143135
Binary11111011000111110000111
Octal175217207

Shades and tints

Shades of #7D8F87

#7D8F87
(125,143,135)
#72827B
(114,130,123)
#67756F
(103,117,111)
#5C6863
(92,104,99)
#515B57
(81,91,87)
#464E4B
(70,78,75)
#3B413F
(59,65,63)
#303433
(48,52,51)
#252727
(37,39,39)
#1A1A1B
(26,26,27)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #7D8F87

#7D8F87
(125,143,135)
#889991
(136,153,145)
#93A39B
(147,163,155)
#9EADA5
(158,173,165)
#A9B7AF
(169,183,175)
#B4C1B9
(180,193,185)
#BFCBC3
(191,203,195)
#CAD5CD
(202,213,205)
#D5DFD7
(213,223,215)
#E0E9E1
(224,233,225)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8F87 color. Also use rgb(125,143,135) instead hex code.

Text Font Color

.myTextColor { color: #7D8F87; }

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

This text font color is #7D8F87.


Background Color

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

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

This div background color is #7D8F87.


Border color

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

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

This div border color is #7D8F87.


Opacity

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

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

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

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

This text has shadow with #7D8F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8F87 on black background.


Color preview on white background

This text has color #7D8F87 on white background.



Black color preview on #7D8F87 background

This text has black color on #7D8F87 background.


White color preview on #7D8F87 background

This text has white color on #7D8F87 background.