COLOR #7D8E6F

HEX: #7D8E6F
RGB: (125,142,111)

Color info

#7D8E6F contains red, green and blue colors in about the same proportion. Web safe color of #7D8E6F is #669966 (or #696).

RGB color model

#7D8E6F color RGB value is (125,142,111).

  • red value is 125;
  • green value is 142;
  • blue value is 111.
RGB:
(125,142,111)
(49%,56%,44%)

RGB channels and saturation

R 125 of 255 = 49%
G 142 of 255 = 56%
B 111 of 255 = 44%

125
142
111

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

Portions of RGB colors in percentages

R + G + B =
125 + 142 + 111 = 378 (100%)
R 125 of 378 ~ 33.07%
G 142 of 378 ~ 37.57%
B 111 of 378 ~ 29.37%

%33.07
%37.57
%29.37

CMYK color model

#7D8E6F color CMYK value is (12,0,22,44).

  • cyan value is 11.97%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 44.31%
CMYK:
(12,0,22,44)
C12M0Y22K44 
(12%,0%,22%,44%)
(0.12/0.00/0.22/0.44)	

CMYK percentages

%11.97
%0
%21.83
%44.31

Codes

Color #7D8E6F in popluar color models

7D8E6F
RGB125142111
HSL93°12.25%49.61%
HSB/HSV93°21.83%55.69%
CMYK11.97%0.00%21.83%
44.31%

Color #7D8E6F in popluar number systems.

HEX7D8E6F
Decimal125142111
Binary1111101100011101101111
Octal175216157

Shades and tints

Shades of #7D8E6F

#7D8E6F
(125,142,111)
#728265
(114,130,101)
#67765B
(103,118,91)
#5C6A51
(92,106,81)
#515E47
(81,94,71)
#46523D
(70,82,61)
#3B4633
(59,70,51)
#303A29
(48,58,41)
#252E1F
(37,46,31)
#1A2215
(26,34,21)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #7D8E6F

#7D8E6F
(125,142,111)
#88987C
(136,152,124)
#93A289
(147,162,137)
#9EAC96
(158,172,150)
#A9B6A3
(169,182,163)
#B4C0B0
(180,192,176)
#BFCABD
(191,202,189)
#CAD4CA
(202,212,202)
#D5DED7
(213,222,215)
#E0E8E4
(224,232,228)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8E6F color. Also use rgb(125,142,111) instead hex code.

Text Font Color

.myTextColor { color: #7D8E6F; }

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

This text font color is #7D8E6F.


Background Color

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

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

This div background color is #7D8E6F.


Border color

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

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

This div border color is #7D8E6F.


Opacity

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

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

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

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

This text has shadow with #7D8E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8E6F on black background.


Color preview on white background

This text has color #7D8E6F on white background.



Black color preview on #7D8E6F background

This text has black color on #7D8E6F background.


White color preview on #7D8E6F background

This text has white color on #7D8E6F background.