COLOR #7D9682

HEX: #7D9682
RGB: (125,150,130)

Color info

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

RGB color model

#7D9682 color RGB value is (125,150,130).

  • red value is 125;
  • green value is 150;
  • blue value is 130.
RGB: (125,150,130) (49%,59%,51%)

RGB channels and saturation

R 125 of 255 = 49%
G 150 of 255 = 59%
B 130 of 255 = 51%

125
150
130

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

Portions of RGB colors in percentages

R + G + B =
125 + 150 + 130 = 405 (100%)
R 125 of 405 ~ 30.86%
G 150 of 405 ~ 37.04%
B 130 of 405 ~ 32.1%

%30.86
%37.04
%32.1

CMYK color model

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

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 41.18%
CMYK: (17,0,13,41) C17M0Y13K41 (17%,0%,13%,41%) (0.17/0.00/0.13/0.41)

CMYK percentages

%16.67
%0
%13.33
%41.18

Codes

Color #7D9682 in popluar color models

7D9682
RGB125150130
HSL132°10.64%53.92%
HSB/HSV132°16.67%58.82%
CMYK16.67%0.00%13.33%
41.18%

Color #7D9682 in popluar number systems.

HEX7D9682
Decimal125150130
Binary11111011001011010000010
Octal175226202

Shades and tints

Shades of #7D9682

#7D9682
(125,150,130)
#728977
(114,137,119)
#677C6C
(103,124,108)
#5C6F61
(92,111,97)
#516256
(81,98,86)
#46554B
(70,85,75)
#3B4840
(59,72,64)
#303B35
(48,59,53)
#252E2A
(37,46,42)
#1A211F
(26,33,31)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #7D9682

#7D9682
(125,150,130)
#889F8D
(136,159,141)
#93A898
(147,168,152)
#9EB1A3
(158,177,163)
#A9BAAE
(169,186,174)
#B4C3B9
(180,195,185)
#BFCCC4
(191,204,196)
#CAD5CF
(202,213,207)
#D5DEDA
(213,222,218)
#E0E7E5
(224,231,229)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9682; }

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

This text font color is #7D9682.


Background Color

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

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

This div background color is #7D9682.


Border color

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

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

This div border color is #7D9682.


Opacity

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

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

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

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

This text has shadow with #7D9682 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7D9682 on black background.


Color preview on white background

This text has color #7D9682 on white background.



Black color preview on #7D9682 background

This text has black color on #7D9682 background.


White color preview on #7D9682 background

This text has white color on #7D9682 background.