COLOR #7D9F8D

HEX: #7D9F8D RGB: (125,159,141)

Color info

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

RGB color model

#7D9F8D color RGB value is (125,159,141).

RGB: (125,159,141) (49%, 62%, 55%)

RGB channels and saturation

R 125 of 255 = 49%
G 159 of 255 = 62%
B 141 of 255 = 55%

125
159
141

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

Portions of RGB colors in percentages

R + G + B = 125 + 159 + 141 = 425 (100%)
R 125 of 425 ~ 29.41%
G 159 of 425 ~ 37.41%
B 141 of 425 ~ 33.18'%

%29.41
%37.41
%33.18

CMYK color model

#7D9F8D color CMYK value is (21,0,11,38).

  • cyan value is 21.38%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 37.65%
CMYK: (21,0,11,38) C21M0Y11K38 (21%,0%,11%,38%) (0.21/0.00/0.11/0.38) 

CMYK percentages

%21.38
%0
%11.32
%37.65

Codes

Color #7D9F8D in popluar color models

7D 9F 8D
RGB 125 159 141
HSL 148° 15.04% 55.69%
HSB/HSV 148° 21.38% 62.35%
CMYK 21.38% 0.00% 11.32%
37.65%

Color #7D9F8D in popluar number systems.

HEX 7D 9F 8D
Decimal 125 159 141
Binary 1111101 10011111 10001101
Octal 175 237 215

Shades and tints

Shades of #7D9F8D

#7D9F8D
(125,159,141)
#729181
(114,145,129)
#678375
(103,131,117)
#5C7569
(92,117,105)
#51675D
(81,103,93)
#465951
(70,89,81)
#3B4B45
(59,75,69)
#303D39
(48,61,57)
#252F2D
(37,47,45)
#1A2121
(26,33,33)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #7D9F8D

#7D9F8D
(125,159,141)
#88A797
(136,167,151)
#93AFA1
(147,175,161)
#9EB7AB
(158,183,171)
#A9BFB5
(169,191,181)
#B4C7BF
(180,199,191)
#BFCFC9
(191,207,201)
#CAD7D3
(202,215,211)
#D5DFDD
(213,223,221)
#E0E7E7
(224,231,231)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9F8D; }

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

This text font color is #7D9F8D.

Background Color

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

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

This div background color is #7D9F8D.

Border color

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

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

This div border color is #7D9F8D.

Opacity

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

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

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

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

This text has shadow with #7D9F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9F8D.

Preview

Color preview on black background

This text has color #7D9F8D on black background.


Color preview on white background

This text has color #7D9F8D on white background.


Black color preview on #7D9F8D background

This text has black color on #7D9F8D background.


White color preview on #7D9F8D background

This text has white color on #7D9F8D background.


Related colors

Complementary color

Complementary color for #hex is #826072.


I love getcolorcode.com

Triadic colors

1 #8D7D9F and #9F8D7D with #7D9F8D are triadic colors.

2 #8D9F7D and #9F7D8D with #7D9F8D are triadic colors.