COLOR #7D9F8F

HEX: #7D9F8F
RGB: (125,159,143)

Color info

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

RGB color model

#7D9F8F color RGB value is (125,159,143).

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

RGB channels and saturation

R 125 of 255 = 49%
G 159 of 255 = 62%
B 143 of 255 = 56%

125
159
143

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

Portions of RGB colors in percentages

R + G + B =
125 + 159 + 143 = 427 (100%)
R 125 of 427 ~ 29.27%
G 159 of 427 ~ 37.24%
B 143 of 427 ~ 33.49%

%29.27
%37.24
%33.49

CMYK color model

#7D9F8F color CMYK value is (21,0,10,38).

  • cyan value is 21.38%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 37.65%
CMYK:
(21,0,10,38)
C21M0Y10K38 
(21%,0%,10%,38%)
(0.21/0.00/0.10/0.38)	

CMYK percentages

%21.38
%0
%10.06
%37.65

Codes

Color #7D9F8F in popluar color models

7D9F8F
RGB125159143
HSL152°15.04%55.69%
HSB/HSV152°21.38%62.35%
CMYK21.38%0.00%10.06%
37.65%

Color #7D9F8F in popluar number systems.

HEX7D9F8F
Decimal125159143
Binary11111011001111110001111
Octal175237217

Shades and tints

Shades of #7D9F8F

#7D9F8F
(125,159,143)
#729182
(114,145,130)
#678375
(103,131,117)
#5C7568
(92,117,104)
#51675B
(81,103,91)
#46594E
(70,89,78)
#3B4B41
(59,75,65)
#303D34
(48,61,52)
#252F27
(37,47,39)
#1A211A
(26,33,26)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #7D9F8F

#7D9F8F
(125,159,143)
#88A799
(136,167,153)
#93AFA3
(147,175,163)
#9EB7AD
(158,183,173)
#A9BFB7
(169,191,183)
#B4C7C1
(180,199,193)
#BFCFCB
(191,207,203)
#CAD7D5
(202,215,213)
#D5DFDF
(213,223,223)
#E0E7E9
(224,231,233)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9F8F; }

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

This text font color is #7D9F8F.


Background Color

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

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

This div background color is #7D9F8F.


Border color

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

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

This div border color is #7D9F8F.


Opacity

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

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

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

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

This text has shadow with #7D9F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9F8F on black background.


Color preview on white background

This text has color #7D9F8F on white background.



Black color preview on #7D9F8F background

This text has black color on #7D9F8F background.


White color preview on #7D9F8F background

This text has white color on #7D9F8F background.