COLOR #7B8DB1

HEX: #7B8DB1
RGB: (123,141,177)

Color info

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

RGB color model

#7B8DB1 color RGB value is (123,141,177).

  • red value is 123;
  • green value is 141;
  • blue value is 177.
RGB:
(123,141,177)
(48%,55%,69%)

RGB channels and saturation

R 123 of 255 = 48%
G 141 of 255 = 55%
B 177 of 255 = 69%

123
141
177

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

Portions of RGB colors in percentages

R + G + B =
123 + 141 + 177 = 441 (100%)
R 123 of 441 ~ 27.89%
G 141 of 441 ~ 31.97%
B 177 of 441 ~ 40.14%

%27.89
%31.97
%40.14

CMYK color model

#7B8DB1 color CMYK value is (31,20,0,31).

  • cyan value is 30.51%
  • magenta value is 20.34%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(31,20,0,31)
C31M20Y0K31 
(31%,20%,0%,31%)
(0.31/0.20/0.00/0.31)	

CMYK percentages

%30.51
%20.34
%0
%30.59

Codes

Color #7B8DB1 in popluar color models

7B8DB1
RGB123141177
HSL220°25.71%58.82%
HSB/HSV220°30.51%69.41%
CMYK30.51%20.34%0.00%
30.59%

Color #7B8DB1 in popluar number systems.

HEX7B8DB1
Decimal123141177
Binary11110111000110110110001
Octal173215261

Shades and tints

Shades of #7B8DB1

#7B8DB1
(123,141,177)
#7081A1
(112,129,161)
#657591
(101,117,145)
#5A6981
(90,105,129)
#4F5D71
(79,93,113)
#445161
(68,81,97)
#394551
(57,69,81)
#2E3941
(46,57,65)
#232D31
(35,45,49)
#182121
(24,33,33)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #7B8DB1

#7B8DB1
(123,141,177)
#8797B8
(135,151,184)
#93A1BF
(147,161,191)
#9FABC6
(159,171,198)
#ABB5CD
(171,181,205)
#B7BFD4
(183,191,212)
#C3C9DB
(195,201,219)
#CFD3E2
(207,211,226)
#DBDDE9
(219,221,233)
#E7E7F0
(231,231,240)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8DB1 color. Also use rgb(123,141,177) instead hex code.

Text Font Color

.myTextColor { color: #7B8DB1; }

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

This text font color is #7B8DB1.


Background Color

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

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

This div background color is #7B8DB1.


Border color

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

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

This div border color is #7B8DB1.


Opacity

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

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

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

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

This text has shadow with #7B8DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8DB1 on black background.


Color preview on white background

This text has color #7B8DB1 on white background.



Black color preview on #7B8DB1 background

This text has black color on #7B8DB1 background.


White color preview on #7B8DB1 background

This text has white color on #7B8DB1 background.