COLOR #7B889E

HEX: #7B889E
RGB: (123,136,158)

Color info

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

RGB color model

#7B889E color RGB value is (123,136,158).

  • red value is 123;
  • green value is 136;
  • blue value is 158.
RGB:
(123,136,158)
(48%,53%,62%)

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 158 of 255 = 62%

123
136
158

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

Portions of RGB colors in percentages

R + G + B =
123 + 136 + 158 = 417 (100%)
R 123 of 417 ~ 29.5%
G 136 of 417 ~ 32.61%
B 158 of 417 ~ 37.89%

%29.5
%32.61
%37.89

CMYK color model

#7B889E color CMYK value is (22,14,0,38).

  • cyan value is 22.15%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(22,14,0,38)
C22M14Y0K38 
(22%,14%,0%,38%)
(0.22/0.14/0.00/0.38)	

CMYK percentages

%22.15
%13.92
%0
%38.04

Codes

Color #7B889E in popluar color models

7B889E
RGB123136158
HSL218°15.28%55.10%
HSB/HSV218°22.15%61.96%
CMYK22.15%13.92%0.00%
38.04%

Color #7B889E in popluar number systems.

HEX7B889E
Decimal123136158
Binary11110111000100010011110
Octal173210236

Shades and tints

Shades of #7B889E

#7B889E
(123,136,158)
#707C90
(112,124,144)
#657082
(101,112,130)
#5A6474
(90,100,116)
#4F5866
(79,88,102)
#444C58
(68,76,88)
#39404A
(57,64,74)
#2E343C
(46,52,60)
#23282E
(35,40,46)
#181C20
(24,28,32)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #7B889E

#7B889E
(123,136,158)
#8792A6
(135,146,166)
#939CAE
(147,156,174)
#9FA6B6
(159,166,182)
#ABB0BE
(171,176,190)
#B7BAC6
(183,186,198)
#C3C4CE
(195,196,206)
#CFCED6
(207,206,214)
#DBD8DE
(219,216,222)
#E7E2E6
(231,226,230)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B889E; }

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

This text font color is #7B889E.


Background Color

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

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

This div background color is #7B889E.


Border color

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

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

This div border color is #7B889E.


Opacity

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

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

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

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

This text has shadow with #7B889E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B889E on black background.


Color preview on white background

This text has color #7B889E on white background.



Black color preview on #7B889E background

This text has black color on #7B889E background.


White color preview on #7B889E background

This text has white color on #7B889E background.