COLOR #7B89A7

HEX: #7B89A7
RGB: (123,137,167)

Color info

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

RGB color model

#7B89A7 color RGB value is (123,137,167).

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

RGB channels and saturation

R 123 of 255 = 48%
G 137 of 255 = 54%
B 167 of 255 = 65%

123
137
167

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

Portions of RGB colors in percentages

R + G + B =
123 + 137 + 167 = 427 (100%)
R 123 of 427 ~ 28.81%
G 137 of 427 ~ 32.08%
B 167 of 427 ~ 39.11%

%28.81
%32.08
%39.11

CMYK color model

#7B89A7 color CMYK value is (26,18,0,35).

  • cyan value is 26.35%
  • magenta value is 17.96%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(26,18,0,35)
C26M18Y0K35 
(26%,18%,0%,35%)
(0.26/0.18/0.00/0.35)	

CMYK percentages

%26.35
%17.96
%0
%34.51

Codes

Color #7B89A7 in popluar color models

7B89A7
RGB123137167
HSL221°20.00%56.86%
HSB/HSV221°26.35%65.49%
CMYK26.35%17.96%0.00%
34.51%

Color #7B89A7 in popluar number systems.

HEX7B89A7
Decimal123137167
Binary11110111000100110100111
Octal173211247

Shades and tints

Shades of #7B89A7

#7B89A7
(123,137,167)
#707D98
(112,125,152)
#657189
(101,113,137)
#5A657A
(90,101,122)
#4F596B
(79,89,107)
#444D5C
(68,77,92)
#39414D
(57,65,77)
#2E353E
(46,53,62)
#23292F
(35,41,47)
#181D20
(24,29,32)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #7B89A7

#7B89A7
(123,137,167)
#8793AF
(135,147,175)
#939DB7
(147,157,183)
#9FA7BF
(159,167,191)
#ABB1C7
(171,177,199)
#B7BBCF
(183,187,207)
#C3C5D7
(195,197,215)
#CFCFDF
(207,207,223)
#DBD9E7
(219,217,231)
#E7E3EF
(231,227,239)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B89A7; }

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

This text font color is #7B89A7.


Background Color

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

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

This div background color is #7B89A7.


Border color

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

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

This div border color is #7B89A7.


Opacity

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

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

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

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

This text has shadow with #7B89A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B89A7 on black background.


Color preview on white background

This text has color #7B89A7 on white background.



Black color preview on #7B89A7 background

This text has black color on #7B89A7 background.


White color preview on #7B89A7 background

This text has white color on #7B89A7 background.