COLOR #7B8893

HEX: #7B8893 RGB: (123,136,147)

Color info

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

RGB color model

#7B8893 color RGB value is (123,136,147).

RGB: (123,136,147) (48%, 53%, 58%)

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 147 of 255 = 58%

123
136
147

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

Portions of RGB colors in percentages

R + G + B = 123 + 136 + 147 = 406 (100%)
R 123 of 406 ~ 30.3%
G 136 of 406 ~ 33.5%
B 147 of 406 ~ 36.21'%

%30.3
%33.5
%36.21

CMYK color model

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

  • cyan value is 16.33%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK: (16,7,0,42) C16M7Y0K42 (16%,7%,0%,42%) (0.16/0.07/0.00/0.42) 

CMYK percentages

%16.33
%7.48
%0
%42.35

Codes

Color #7B8893 in popluar color models

7B 88 93
RGB 123 136 147
HSL 208° 10.00% 52.94%
HSB/HSV 208° 16.33% 57.65%
CMYK 16.33% 7.48% 0.00%
42.35%

Color #7B8893 in popluar number systems.

HEX 7B 88 93
Decimal 123 136 147
Binary 1111011 10001000 10010011
Octal 173 210 223

Shades and tints

Shades of #7B8893

#7B8893
(123,136,147)
#707C86
(112,124,134)
#657079
(101,112,121)
#5A646C
(90,100,108)
#4F585F
(79,88,95)
#444C52
(68,76,82)
#394045
(57,64,69)
#2E3438
(46,52,56)
#23282B
(35,40,43)
#181C1E
(24,28,30)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #7B8893

#7B8893
(123,136,147)
#87929C
(135,146,156)
#939CA5
(147,156,165)
#9FA6AE
(159,166,174)
#ABB0B7
(171,176,183)
#B7BAC0
(183,186,192)
#C3C4C9
(195,196,201)
#CFCED2
(207,206,210)
#DBD8DB
(219,216,219)
#E7E2E4
(231,226,228)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8893; }

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

This text font color is #7B8893.

Background Color

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

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

This div background color is #7B8893.

Border color

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

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

This div border color is #7B8893.

Opacity

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

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

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

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

This text has shadow with #7B8893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8893.

Preview

Color preview on black background

This text has color #7B8893 on black background.


Color preview on white background

This text has color #7B8893 on white background.


Black color preview on #7B8893 background

This text has black color on #7B8893 background.


White color preview on #7B8893 background

This text has white color on #7B8893 background.


Related colors

Complementary color

Complementary color for #hex is #84776C.


I love getcolorcode.com

Triadic colors

1 #937B88 and #88937B with #7B8893 are triadic colors.

2 #93887B and #887B93 with #7B8893 are triadic colors.