COLOR #7B8CA4

HEX: #7B8CA4
RGB: (123,140,164)

Color info

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

RGB color model

#7B8CA4 color RGB value is (123,140,164).

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

RGB channels and saturation

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

123
140
164

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

Portions of RGB colors in percentages

R + G + B =
123 + 140 + 164 = 427 (100%)
R 123 of 427 ~ 28.81%
G 140 of 427 ~ 32.79%
B 164 of 427 ~ 38.41%

%28.81
%32.79
%38.41

CMYK color model

#7B8CA4 color CMYK value is (25,15,0,36).

  • cyan value is 25.00%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(25,15,0,36)
C25M15Y0K36 
(25%,15%,0%,36%)
(0.25/0.15/0.00/0.36)	

CMYK percentages

%25
%14.63
%0
%35.69

Codes

Color #7B8CA4 in popluar color models

7B8CA4
RGB123140164
HSL215°18.39%56.27%
HSB/HSV215°25.00%64.31%
CMYK25.00%14.63%0.00%
35.69%

Color #7B8CA4 in popluar number systems.

HEX7B8CA4
Decimal123140164
Binary11110111000110010100100
Octal173214244

Shades and tints

Shades of #7B8CA4

#7B8CA4
(123,140,164)
#708096
(112,128,150)
#657488
(101,116,136)
#5A687A
(90,104,122)
#4F5C6C
(79,92,108)
#44505E
(68,80,94)
#394450
(57,68,80)
#2E3842
(46,56,66)
#232C34
(35,44,52)
#182026
(24,32,38)
#0D1418
(13,20,24)
#000000
(0,0,0)

Tints of #7B8CA4

#7B8CA4
(123,140,164)
#8796AC
(135,150,172)
#93A0B4
(147,160,180)
#9FAABC
(159,170,188)
#ABB4C4
(171,180,196)
#B7BECC
(183,190,204)
#C3C8D4
(195,200,212)
#CFD2DC
(207,210,220)
#DBDCE4
(219,220,228)
#E7E6EC
(231,230,236)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8CA4; }

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

This text font color is #7B8CA4.


Background Color

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

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

This div background color is #7B8CA4.


Border color

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

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

This div border color is #7B8CA4.


Opacity

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

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

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

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

This text has shadow with #7B8CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8CA4 on black background.


Color preview on white background

This text has color #7B8CA4 on white background.



Black color preview on #7B8CA4 background

This text has black color on #7B8CA4 background.


White color preview on #7B8CA4 background

This text has white color on #7B8CA4 background.