COLOR #7B8994

HEX: #7B8994
RGB: (123,137,148)

Color info

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

RGB color model

#7B8994 color RGB value is (123,137,148).

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

RGB channels and saturation

R 123 of 255 = 48%
G 137 of 255 = 54%
B 148 of 255 = 58%

123
137
148

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

Portions of RGB colors in percentages

R + G + B =
123 + 137 + 148 = 408 (100%)
R 123 of 408 ~ 30.15%
G 137 of 408 ~ 33.58%
B 148 of 408 ~ 36.27%

%30.15
%33.58
%36.27

CMYK color model

#7B8994 color CMYK value is (17,7,0,42).

  • cyan value is 16.89%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(17,7,0,42)
C17M7Y0K42 
(17%,7%,0%,42%)
(0.17/0.07/0.00/0.42)	

CMYK percentages

%16.89
%7.43
%0
%41.96

Codes

Color #7B8994 in popluar color models

7B8994
RGB123137148
HSL206°10.46%53.14%
HSB/HSV206°16.89%58.04%
CMYK16.89%7.43%0.00%
41.96%

Color #7B8994 in popluar number systems.

HEX7B8994
Decimal123137148
Binary11110111000100110010100
Octal173211224

Shades and tints

Shades of #7B8994

#7B8994
(123,137,148)
#707D87
(112,125,135)
#65717A
(101,113,122)
#5A656D
(90,101,109)
#4F5960
(79,89,96)
#444D53
(68,77,83)
#394146
(57,65,70)
#2E3539
(46,53,57)
#23292C
(35,41,44)
#181D1F
(24,29,31)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #7B8994

#7B8994
(123,137,148)
#87939D
(135,147,157)
#939DA6
(147,157,166)
#9FA7AF
(159,167,175)
#ABB1B8
(171,177,184)
#B7BBC1
(183,187,193)
#C3C5CA
(195,197,202)
#CFCFD3
(207,207,211)
#DBD9DC
(219,217,220)
#E7E3E5
(231,227,229)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8994; }

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

This text font color is #7B8994.


Background Color

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

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

This div background color is #7B8994.


Border color

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

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

This div border color is #7B8994.


Opacity

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

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

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

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

This text has shadow with #7B8994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8994 on black background.


Color preview on white background

This text has color #7B8994 on white background.



Black color preview on #7B8994 background

This text has black color on #7B8994 background.


White color preview on #7B8994 background

This text has white color on #7B8994 background.