COLOR #7B8493

HEX: #7B8493
RGB: (123,132,147)

Color info

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

RGB color model

#7B8493 color RGB value is (123,132,147).

  • red value is 123;
  • green value is 132;
  • blue value is 147.
RGB:
(123,132,147)
(48%,52%,58%)

RGB channels and saturation

R 123 of 255 = 48%
G 132 of 255 = 52%
B 147 of 255 = 58%

123
132
147

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

Portions of RGB colors in percentages

R + G + B =
123 + 132 + 147 = 402 (100%)
R 123 of 402 ~ 30.6%
G 132 of 402 ~ 32.84%
B 147 of 402 ~ 36.57%

%30.6
%32.84
%36.57

CMYK color model

#7B8493 color CMYK value is (16,10,0,42).

  • cyan value is 16.33%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(16,10,0,42)
C16M10Y0K42 
(16%,10%,0%,42%)
(0.16/0.10/0.00/0.42)	

CMYK percentages

%16.33
%10.2
%0
%42.35

Codes

Color #7B8493 in popluar color models

7B8493
RGB123132147
HSL218°10.00%52.94%
HSB/HSV218°16.33%57.65%
CMYK16.33%10.20%0.00%
42.35%

Color #7B8493 in popluar number systems.

HEX7B8493
Decimal123132147
Binary11110111000010010010011
Octal173204223

Shades and tints

Shades of #7B8493

#7B8493
(123,132,147)
#707886
(112,120,134)
#656C79
(101,108,121)
#5A606C
(90,96,108)
#4F545F
(79,84,95)
#444852
(68,72,82)
#393C45
(57,60,69)
#2E3038
(46,48,56)
#23242B
(35,36,43)
#18181E
(24,24,30)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #7B8493

#7B8493
(123,132,147)
#878F9C
(135,143,156)
#939AA5
(147,154,165)
#9FA5AE
(159,165,174)
#ABB0B7
(171,176,183)
#B7BBC0
(183,187,192)
#C3C6C9
(195,198,201)
#CFD1D2
(207,209,210)
#DBDCDB
(219,220,219)
#E7E7E4
(231,231,228)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8493 color. Also use rgb(123,132,147) instead hex code.

Text Font Color

.myTextColor { color: #7B8493; }

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

This text font color is #7B8493.


Background Color

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

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

This div background color is #7B8493.


Border color

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

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

This div border color is #7B8493.


Opacity

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

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

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

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

This text has shadow with #7B8493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8493 on black background.


Color preview on white background

This text has color #7B8493 on white background.



Black color preview on #7B8493 background

This text has black color on #7B8493 background.


White color preview on #7B8493 background

This text has white color on #7B8493 background.