COLOR #7D9686

HEX: #7D9686 RGB: (125,150,134)

Color info

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

RGB color model

#7D9686 color RGB value is (125,150,134).

RGB: (125,150,134) (49%, 59%, 53%)

RGB channels and saturation

R 125 of 255 = 49%
G 150 of 255 = 59%
B 134 of 255 = 53%

125
150
134

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

Portions of RGB colors in percentages

R + G + B = 125 + 150 + 134 = 409 (100%)
R 125 of 409 ~ 30.56%
G 150 of 409 ~ 36.67%
B 134 of 409 ~ 32.76'%

%30.56
%36.67
%32.76

CMYK color model

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

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 41.18%

CMYK: (17,0,11,41)
C17M0Y11K41 (17%, 0%, 11%, 41%)
(0.17 / 0.00 / 0.11 / 0.41)

CMYK percentages

%16.67
%0
%10.67
%41.18

Codes

Color #7D9686 in popluar color models

7D 96 86
RGB 125 150 134
HSL 142° 10.64% 53.92%
HSB/HSV 142° 16.67% 58.82%
CMYK 16.67% 0.00% 10.67%
41.18%

Color #7D9686 in popluar number systems.

HEX 7D 96 86
Decimal 125 150 134
Binary 1111101 10010110 10000110
Octal 175 226 206

Shades and tints

Shades of #7D9686

#7D9686
(125,150,134)
#72897A
(114,137,122)
#677C6E
(103,124,110)
#5C6F62
(92,111,98)
#516256
(81,98,86)
#46554A
(70,85,74)
#3B483E
(59,72,62)
#303B32
(48,59,50)
#252E26
(37,46,38)
#1A211A
(26,33,26)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #7D9686

#7D9686
(125,150,134)
#889F91
(136,159,145)
#93A89C
(147,168,156)
#9EB1A7
(158,177,167)
#A9BAB2
(169,186,178)
#B4C3BD
(180,195,189)
#BFCCC8
(191,204,200)
#CAD5D3
(202,213,211)
#D5DEDE
(213,222,222)
#E0E7E9
(224,231,233)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9686 color. Also use rgb(125,150,134) instead hex code.

Text Font Color

.myTextColor { color: #7D9686; }

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

This text font color is #7D9686.

Background Color

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

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

This div background color is #7D9686.

Border color

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

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

This div border color is #7D9686.

Opacity

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

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

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

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

This text has shadow with #7D9686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9686.

Preview

Color preview on black background

This text has color #7D9686 on black background.


Color preview on white background

This text has color #7D9686 on white background.


Black color preview on #7D9686 background

This text has black color on #7D9686 background.


White color preview on #7D9686 background

This text has white color on #7D9686 background.


Related colors

Complementary color

Complementary color for #hex is #826979.


I love getcolorcode.com

Triadic colors

1 #867D96 and #96867D with #7D9686 are triadic colors.

2 #86967D and #967D86 with #7D9686 are triadic colors.