COLOR #7B8986

HEX: #7B8986
RGB: (123,137,134)

Color info

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

RGB color model

#7B8986 color RGB value is (123,137,134).

  • red value is 123;
  • green value is 137;
  • blue value is 134.
RGB:
(123,137,134)
(48%,54%,53%)

RGB channels and saturation

R 123 of 255 = 48%
G 137 of 255 = 54%
B 134 of 255 = 53%

123
137
134

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

Portions of RGB colors in percentages

R + G + B =
123 + 137 + 134 = 394 (100%)
R 123 of 394 ~ 31.22%
G 137 of 394 ~ 34.77%
B 134 of 394 ~ 34.01%

%31.22
%34.77
%34.01

CMYK color model

#7B8986 color CMYK value is (10,0,2,46).

  • cyan value is 10.22%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 46.27%
CMYK:
(10,0,2,46)
C10M0Y2K46 
(10%,0%,2%,46%)
(0.10/0.00/0.02/0.46)	

CMYK percentages

%10.22
%0
%2.19
%46.27

Codes

Color #7B8986 in popluar color models

7B8986
RGB123137134
HSL167°5.60%50.98%
HSB/HSV167°10.22%53.73%
CMYK10.22%0.00%2.19%
46.27%

Color #7B8986 in popluar number systems.

HEX7B8986
Decimal123137134
Binary11110111000100110000110
Octal173211206

Shades and tints

Shades of #7B8986

#7B8986
(123,137,134)
#707D7A
(112,125,122)
#65716E
(101,113,110)
#5A6562
(90,101,98)
#4F5956
(79,89,86)
#444D4A
(68,77,74)
#39413E
(57,65,62)
#2E3532
(46,53,50)
#232926
(35,41,38)
#181D1A
(24,29,26)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #7B8986

#7B8986
(123,137,134)
#879391
(135,147,145)
#939D9C
(147,157,156)
#9FA7A7
(159,167,167)
#ABB1B2
(171,177,178)
#B7BBBD
(183,187,189)
#C3C5C8
(195,197,200)
#CFCFD3
(207,207,211)
#DBD9DE
(219,217,222)
#E7E3E9
(231,227,233)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8986 color. Also use rgb(123,137,134) instead hex code.

Text Font Color

.myTextColor { color: #7B8986; }

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

This text font color is #7B8986.


Background Color

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

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

This div background color is #7B8986.


Border color

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

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

This div border color is #7B8986.


Opacity

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

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

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

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

This text has shadow with #7B8986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8986 on black background.


Color preview on white background

This text has color #7B8986 on white background.



Black color preview on #7B8986 background

This text has black color on #7B8986 background.


White color preview on #7B8986 background

This text has white color on #7B8986 background.