COLOR #7D9E8D

HEX: #7D9E8D RGB: (125,158,141)

Color info

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

RGB color model

#7D9E8D color RGB value is (125,158,141).

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

RGB channels and saturation

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

125
158
141

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

Portions of RGB colors in percentages

R + G + B = 125 + 158 + 141 = 424 (100%)
R 125 of 424 ~ 29.48%
G 158 of 424 ~ 37.26%
B 141 of 424 ~ 33.25'%

%29.48
%37.26
%33.25

CMYK color model

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

  • cyan value is 20.89%
  • magenta value is 0.00%
  • yellow value is 10.76%
  • key color value is 38.04%

CMYK: (21,0,11,38)
C21M0Y11K38 (21%, 0%, 11%, 38%)
(0.21 / 0.00 / 0.11 / 0.38)

CMYK percentages

%20.89
%0
%10.76
%38.04

Codes

Color #7D9E8D in popluar color models

7D 9E 8D
RGB 125 158 141
HSL 149° 14.54% 55.49%
HSB/HSV 149° 20.89% 61.96%
CMYK 20.89% 0.00% 10.76%
38.04%

Color #7D9E8D in popluar number systems.

HEX 7D 9E 8D
Decimal 125 158 141
Binary 1111101 10011110 10001101
Octal 175 236 215

Shades and tints

Shades of #7D9E8D

#7D9E8D
(125,158,141)
#729081
(114,144,129)
#678275
(103,130,117)
#5C7469
(92,116,105)
#51665D
(81,102,93)
#465851
(70,88,81)
#3B4A45
(59,74,69)
#303C39
(48,60,57)
#252E2D
(37,46,45)
#1A2021
(26,32,33)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #7D9E8D

#7D9E8D
(125,158,141)
#88A697
(136,166,151)
#93AEA1
(147,174,161)
#9EB6AB
(158,182,171)
#A9BEB5
(169,190,181)
#B4C6BF
(180,198,191)
#BFCEC9
(191,206,201)
#CAD6D3
(202,214,211)
#D5DEDD
(213,222,221)
#E0E6E7
(224,230,231)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9E8D; }

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

This text font color is #7D9E8D.

Background Color

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

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

This div background color is #7D9E8D.

Border color

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

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

This div border color is #7D9E8D.

Opacity

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

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

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

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

This text has shadow with #7D9E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9E8D.

Preview

Color preview on black background

This text has color #7D9E8D on black background.


Color preview on white background

This text has color #7D9E8D on white background.


Black color preview on #7D9E8D background

This text has black color on #7D9E8D background.


White color preview on #7D9E8D background

This text has white color on #7D9E8D background.


Related colors

Complementary color

Complementary color for #hex is #826172.


I love getcolorcode.com

Triadic colors

1 #8D7D9E and #9E8D7D with #7D9E8D are triadic colors.

2 #8D9E7D and #9E7D8D with #7D9E8D are triadic colors.