COLOR #7D978B

HEX: #7D978B RGB: (125,151,139)

Color info

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

RGB color model

#7D978B color RGB value is (125,151,139).

RGB: (125,151,139) (49%, 59%, 55%)

RGB channels and saturation

R 125 of 255 = 49%
G 151 of 255 = 59%
B 139 of 255 = 55%

125
151
139

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

Portions of RGB colors in percentages

R + G + B = 125 + 151 + 139 = 415 (100%)
R 125 of 415 ~ 30.12%
G 151 of 415 ~ 36.39%
B 139 of 415 ~ 33.49'%

%30.12
%36.39
%33.49

CMYK color model

#7D978B color CMYK value is (17,0,8,41).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 40.78%

CMYK: (17,0,8,41)
C17M0Y8K41 (17%, 0%, 8%, 41%)
(0.17 / 0.00 / 0.08 / 0.41)

CMYK percentages

%17.22
%0
%7.95
%40.78

Codes

Color #7D978B in popluar color models

7D 97 8B
RGB 125 151 139
HSL 152° 11.11% 54.12%
HSB/HSV 152° 17.22% 59.22%
CMYK 17.22% 0.00% 7.95%
40.78%

Color #7D978B in popluar number systems.

HEX 7D 97 8B
Decimal 125 151 139
Binary 1111101 10010111 10001011
Octal 175 227 213

Shades and tints

Shades of #7D978B

#7D978B
(125,151,139)
#728A7F
(114,138,127)
#677D73
(103,125,115)
#5C7067
(92,112,103)
#51635B
(81,99,91)
#46564F
(70,86,79)
#3B4943
(59,73,67)
#303C37
(48,60,55)
#252F2B
(37,47,43)
#1A221F
(26,34,31)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #7D978B

#7D978B
(125,151,139)
#88A095
(136,160,149)
#93A99F
(147,169,159)
#9EB2A9
(158,178,169)
#A9BBB3
(169,187,179)
#B4C4BD
(180,196,189)
#BFCDC7
(191,205,199)
#CAD6D1
(202,214,209)
#D5DFDB
(213,223,219)
#E0E8E5
(224,232,229)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D978B color. Also use rgb(125,151,139) instead hex code.

Text Font Color

.myTextColor { color: #7D978B; }

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

This text font color is #7D978B.

Background Color

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

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

This div background color is #7D978B.

Border color

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

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

This div border color is #7D978B.

Opacity

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

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

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

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

This text has shadow with #7D978B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D978B.

Preview

Color preview on black background

This text has color #7D978B on black background.


Color preview on white background

This text has color #7D978B on white background.


Black color preview on #7D978B background

This text has black color on #7D978B background.


White color preview on #7D978B background

This text has white color on #7D978B background.


Related colors

Complementary color

Complementary color for #hex is #826874.


I love getcolorcode.com

Triadic colors

1 #8B7D97 and #978B7D with #7D978B are triadic colors.

2 #8B977D and #977D8B with #7D978B are triadic colors.