COLOR #7B8FA3

HEX: #7B8FA3
RGB: (123,143,163)

Color info

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

RGB color model

#7B8FA3 color RGB value is (123,143,163).

  • red value is 123;
  • green value is 143;
  • blue value is 163.
RGB:
(123,143,163)
(48%,56%,64%)

RGB channels and saturation

R 123 of 255 = 48%
G 143 of 255 = 56%
B 163 of 255 = 64%

123
143
163

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

Portions of RGB colors in percentages

R + G + B =
123 + 143 + 163 = 429 (100%)
R 123 of 429 ~ 28.67%
G 143 of 429 ~ 33.33%
B 163 of 429 ~ 38%

%28.67
%33.33
%38

CMYK color model

#7B8FA3 color CMYK value is (25,12,0,36).

  • cyan value is 24.54%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(25,12,0,36)
C25M12Y0K36 
(25%,12%,0%,36%)
(0.25/0.12/0.00/0.36)	

CMYK percentages

%24.54
%12.27
%0
%36.08

Codes

Color #7B8FA3 in popluar color models

7B8FA3
RGB123143163
HSL210°17.86%56.08%
HSB/HSV210°24.54%63.92%
CMYK24.54%12.27%0.00%
36.08%

Color #7B8FA3 in popluar number systems.

HEX7B8FA3
Decimal123143163
Binary11110111000111110100011
Octal173217243

Shades and tints

Shades of #7B8FA3

#7B8FA3
(123,143,163)
#708295
(112,130,149)
#657587
(101,117,135)
#5A6879
(90,104,121)
#4F5B6B
(79,91,107)
#444E5D
(68,78,93)
#39414F
(57,65,79)
#2E3441
(46,52,65)
#232733
(35,39,51)
#181A25
(24,26,37)
#0D0D17
(13,13,23)
#000000
(0,0,0)

Tints of #7B8FA3

#7B8FA3
(123,143,163)
#8799AB
(135,153,171)
#93A3B3
(147,163,179)
#9FADBB
(159,173,187)
#ABB7C3
(171,183,195)
#B7C1CB
(183,193,203)
#C3CBD3
(195,203,211)
#CFD5DB
(207,213,219)
#DBDFE3
(219,223,227)
#E7E9EB
(231,233,235)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8FA3 color. Also use rgb(123,143,163) instead hex code.

Text Font Color

.myTextColor { color: #7B8FA3; }

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

This text font color is #7B8FA3.


Background Color

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

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

This div background color is #7B8FA3.


Border color

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

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

This div border color is #7B8FA3.


Opacity

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

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

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

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

This text has shadow with #7B8FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8FA3 on black background.


Color preview on white background

This text has color #7B8FA3 on white background.



Black color preview on #7B8FA3 background

This text has black color on #7B8FA3 background.


White color preview on #7B8FA3 background

This text has white color on #7B8FA3 background.