COLOR #7B8CB7

HEX: #7B8CB7 RGB: (123,140,183)

Color info

#7B8CB7 contains mainly green and blue colors. Web safe color of #7B8CB7 is #6699CC (or #69C).

RGB color model

#7B8CB7 color RGB value is (123,140,183).

RGB: (123,140,183) (48%, 55%, 72%)

RGB channels and saturation

R 123 of 255 = 48%
G 140 of 255 = 55%
B 183 of 255 = 72%

123
140
183

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

Portions of RGB colors in percentages

R + G + B = 123 + 140 + 183 = 446 (100%)
R 123 of 446 ~ 27.58%
G 140 of 446 ~ 31.39%
B 183 of 446 ~ 41.03'%

%27.58
%31.39
%41.03

CMYK color model

#7B8CB7 color CMYK value is (33,23,0,28).

  • cyan value is 32.79%
  • magenta value is 23.50%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (33,23,0,28)
C33M23Y0K28 (33%, 23%, 0%, 28%)
(0.33 / 0.23 / 0.00 / 0.28)

CMYK percentages

%32.79
%23.5
%0
%28.24

Codes

Color #7B8CB7 in popluar color models

7B 8C B7
RGB 123 140 183
HSL 223° 29.41% 60.00%
HSB/HSV 223° 32.79% 71.76%
CMYK 32.79% 23.50% 0.00%
28.24%

Color #7B8CB7 in popluar number systems.

HEX 7B 8C B7
Decimal 123 140 183
Binary 1111011 10001100 10110111
Octal 173 214 267

Shades and tints

Shades of #7B8CB7

#7B8CB7
(123,140,183)
#7080A7
(112,128,167)
#657497
(101,116,151)
#5A6887
(90,104,135)
#4F5C77
(79,92,119)
#445067
(68,80,103)
#394457
(57,68,87)
#2E3847
(46,56,71)
#232C37
(35,44,55)
#182027
(24,32,39)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #7B8CB7

#7B8CB7
(123,140,183)
#8796BD
(135,150,189)
#93A0C3
(147,160,195)
#9FAAC9
(159,170,201)
#ABB4CF
(171,180,207)
#B7BED5
(183,190,213)
#C3C8DB
(195,200,219)
#CFD2E1
(207,210,225)
#DBDCE7
(219,220,231)
#E7E6ED
(231,230,237)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8CB7 color. Also use rgb(123,140,183) instead hex code.

Text Font Color

.myTextColor { color: #7B8CB7; }

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

This text font color is #7B8CB7.

Background Color

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

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

This div background color is #7B8CB7.

Border color

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

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

This div border color is #7B8CB7.

Opacity

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

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

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

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

This text has shadow with #7B8CB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8CB7.

Preview

Color preview on black background

This text has color #7B8CB7 on black background.


Color preview on white background

This text has color #7B8CB7 on white background.


Black color preview on #7B8CB7 background

This text has black color on #7B8CB7 background.


White color preview on #7B8CB7 background

This text has white color on #7B8CB7 background.


Related colors

Complementary color

Complementary color for #hex is #847348.


I love getcolorcode.com

Triadic colors

1 #B77B8C and #8CB77B with #7B8CB7 are triadic colors.

2 #B78C7B and #8C7BB7 with #7B8CB7 are triadic colors.