COLOR #7B8CA2

HEX: #7B8CA2
RGB: (123,140,162)

Color info

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

RGB color model

#7B8CA2 color RGB value is (123,140,162).

  • red value is 123;
  • green value is 140;
  • blue value is 162.
RGB:
(123,140,162)
(48%,55%,64%)

RGB channels and saturation

R 123 of 255 = 48%
G 140 of 255 = 55%
B 162 of 255 = 64%

123
140
162

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

Portions of RGB colors in percentages

R + G + B =
123 + 140 + 162 = 425 (100%)
R 123 of 425 ~ 28.94%
G 140 of 425 ~ 32.94%
B 162 of 425 ~ 38.12%

%28.94
%32.94
%38.12

CMYK color model

#7B8CA2 color CMYK value is (24,14,0,36).

  • cyan value is 24.07%
  • magenta value is 13.58%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(24,14,0,36)
C24M14Y0K36 
(24%,14%,0%,36%)
(0.24/0.14/0.00/0.36)	

CMYK percentages

%24.07
%13.58
%0
%36.47

Codes

Color #7B8CA2 in popluar color models

7B8CA2
RGB123140162
HSL214°17.33%55.88%
HSB/HSV214°24.07%63.53%
CMYK24.07%13.58%0.00%
36.47%

Color #7B8CA2 in popluar number systems.

HEX7B8CA2
Decimal123140162
Binary11110111000110010100010
Octal173214242

Shades and tints

Shades of #7B8CA2

#7B8CA2
(123,140,162)
#708094
(112,128,148)
#657486
(101,116,134)
#5A6878
(90,104,120)
#4F5C6A
(79,92,106)
#44505C
(68,80,92)
#39444E
(57,68,78)
#2E3840
(46,56,64)
#232C32
(35,44,50)
#182024
(24,32,36)
#0D1416
(13,20,22)
#000000
(0,0,0)

Tints of #7B8CA2

#7B8CA2
(123,140,162)
#8796AA
(135,150,170)
#93A0B2
(147,160,178)
#9FAABA
(159,170,186)
#ABB4C2
(171,180,194)
#B7BECA
(183,190,202)
#C3C8D2
(195,200,210)
#CFD2DA
(207,210,218)
#DBDCE2
(219,220,226)
#E7E6EA
(231,230,234)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8CA2; }

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

This text font color is #7B8CA2.


Background Color

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

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

This div background color is #7B8CA2.


Border color

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

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

This div border color is #7B8CA2.


Opacity

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

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

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

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

This text has shadow with #7B8CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8CA2 on black background.


Color preview on white background

This text has color #7B8CA2 on white background.



Black color preview on #7B8CA2 background

This text has black color on #7B8CA2 background.


White color preview on #7B8CA2 background

This text has white color on #7B8CA2 background.