COLOR #7D9B86

HEX: #7D9B86
RGB: (125,155,134)

Color info

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

RGB color model

#7D9B86 color RGB value is (125,155,134).

  • red value is 125;
  • green value is 155;
  • blue value is 134.
RGB:
(125,155,134)
(49%,61%,53%)

RGB channels and saturation

R 125 of 255 = 49%
G 155 of 255 = 61%
B 134 of 255 = 53%

125
155
134

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

Portions of RGB colors in percentages

R + G + B =
125 + 155 + 134 = 414 (100%)
R 125 of 414 ~ 30.19%
G 155 of 414 ~ 37.44%
B 134 of 414 ~ 32.37%

%30.19
%37.44
%32.37

CMYK color model

#7D9B86 color CMYK value is (19,0,14,39).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 13.55%
  • key color value is 39.22%
CMYK:
(19,0,14,39)
C19M0Y14K39 
(19%,0%,14%,39%)
(0.19/0.00/0.14/0.39)	

CMYK percentages

%19.35
%0
%13.55
%39.22

Codes

Color #7D9B86 in popluar color models

7D9B86
RGB125155134
HSL138°13.04%54.90%
HSB/HSV138°19.35%60.78%
CMYK19.35%0.00%13.55%
39.22%

Color #7D9B86 in popluar number systems.

HEX7D9B86
Decimal125155134
Binary11111011001101110000110
Octal175233206

Shades and tints

Shades of #7D9B86

#7D9B86
(125,155,134)
#728D7A
(114,141,122)
#677F6E
(103,127,110)
#5C7162
(92,113,98)
#516356
(81,99,86)
#46554A
(70,85,74)
#3B473E
(59,71,62)
#303932
(48,57,50)
#252B26
(37,43,38)
#1A1D1A
(26,29,26)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #7D9B86

#7D9B86
(125,155,134)
#88A491
(136,164,145)
#93AD9C
(147,173,156)
#9EB6A7
(158,182,167)
#A9BFB2
(169,191,178)
#B4C8BD
(180,200,189)
#BFD1C8
(191,209,200)
#CADAD3
(202,218,211)
#D5E3DE
(213,227,222)
#E0ECE9
(224,236,233)
#EBF5F4
(235,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9B86; }

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

This text font color is #7D9B86.


Background Color

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

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

This div background color is #7D9B86.


Border color

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

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

This div border color is #7D9B86.


Opacity

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

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

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

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

This text has shadow with #7D9B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9B86 on black background.


Color preview on white background

This text has color #7D9B86 on white background.



Black color preview on #7D9B86 background

This text has black color on #7D9B86 background.


White color preview on #7D9B86 background

This text has white color on #7D9B86 background.