COLOR #7D978C

HEX: #7D978C
RGB: (125,151,140)

Color info

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

RGB color model

#7D978C color RGB value is (125,151,140).

  • red value is 125;
  • green value is 151;
  • blue value is 140.
RGB:
(125,151,140)
(49%,59%,55%)

RGB channels and saturation

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

125
151
140

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

Portions of RGB colors in percentages

R + G + B =
125 + 151 + 140 = 416 (100%)
R 125 of 416 ~ 30.05%
G 151 of 416 ~ 36.3%
B 140 of 416 ~ 33.65%

%30.05
%36.3
%33.65

CMYK color model

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

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 7.28%
  • key color value is 40.78%
CMYK:
(17,0,7,41)
C17M0Y7K41 
(17%,0%,7%,41%)
(0.17/0.00/0.07/0.41)	

CMYK percentages

%17.22
%0
%7.28
%40.78

Codes

Color #7D978C in popluar color models

7D978C
RGB125151140
HSL155°11.11%54.12%
HSB/HSV155°17.22%59.22%
CMYK17.22%0.00%7.28%
40.78%

Color #7D978C in popluar number systems.

HEX7D978C
Decimal125151140
Binary11111011001011110001100
Octal175227214

Shades and tints

Shades of #7D978C

#7D978C
(125,151,140)
#728A80
(114,138,128)
#677D74
(103,125,116)
#5C7068
(92,112,104)
#51635C
(81,99,92)
#465650
(70,86,80)
#3B4944
(59,73,68)
#303C38
(48,60,56)
#252F2C
(37,47,44)
#1A2220
(26,34,32)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #7D978C

#7D978C
(125,151,140)
#88A096
(136,160,150)
#93A9A0
(147,169,160)
#9EB2AA
(158,178,170)
#A9BBB4
(169,187,180)
#B4C4BE
(180,196,190)
#BFCDC8
(191,205,200)
#CAD6D2
(202,214,210)
#D5DFDC
(213,223,220)
#E0E8E6
(224,232,230)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D978C; }

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

This text font color is #7D978C.


Background Color

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

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

This div background color is #7D978C.


Border color

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

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

This div border color is #7D978C.


Opacity

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

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

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

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

This text has shadow with #7D978C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D978C on black background.


Color preview on white background

This text has color #7D978C on white background.



Black color preview on #7D978C background

This text has black color on #7D978C background.


White color preview on #7D978C background

This text has white color on #7D978C background.