COLOR #7B8DAF

HEX: #7B8DAF
RGB: (123,141,175)

Color info

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

RGB color model

#7B8DAF color RGB value is (123,141,175).

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

RGB channels and saturation

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

123
141
175

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

Portions of RGB colors in percentages

R + G + B =
123 + 141 + 175 = 439 (100%)
R 123 of 439 ~ 28.02%
G 141 of 439 ~ 32.12%
B 175 of 439 ~ 39.86%

%28.02
%32.12
%39.86

CMYK color model

#7B8DAF color CMYK value is (30,19,0,31).

  • cyan value is 29.71%
  • magenta value is 19.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(30,19,0,31)
C30M19Y0K31 
(30%,19%,0%,31%)
(0.30/0.19/0.00/0.31)	

CMYK percentages

%29.71
%19.43
%0
%31.37

Codes

Color #7B8DAF in popluar color models

7B8DAF
RGB123141175
HSL219°24.53%58.43%
HSB/HSV219°29.71%68.63%
CMYK29.71%19.43%0.00%
31.37%

Color #7B8DAF in popluar number systems.

HEX7B8DAF
Decimal123141175
Binary11110111000110110101111
Octal173215257

Shades and tints

Shades of #7B8DAF

#7B8DAF
(123,141,175)
#7081A0
(112,129,160)
#657591
(101,117,145)
#5A6982
(90,105,130)
#4F5D73
(79,93,115)
#445164
(68,81,100)
#394555
(57,69,85)
#2E3946
(46,57,70)
#232D37
(35,45,55)
#182128
(24,33,40)
#0D1519
(13,21,25)
#000000
(0,0,0)

Tints of #7B8DAF

#7B8DAF
(123,141,175)
#8797B6
(135,151,182)
#93A1BD
(147,161,189)
#9FABC4
(159,171,196)
#ABB5CB
(171,181,203)
#B7BFD2
(183,191,210)
#C3C9D9
(195,201,217)
#CFD3E0
(207,211,224)
#DBDDE7
(219,221,231)
#E7E7EE
(231,231,238)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8DAF; }

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

This text font color is #7B8DAF.


Background Color

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

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

This div background color is #7B8DAF.


Border color

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

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

This div border color is #7B8DAF.


Opacity

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

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

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

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

This text has shadow with #7B8DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8DAF on black background.


Color preview on white background

This text has color #7B8DAF on white background.



Black color preview on #7B8DAF background

This text has black color on #7B8DAF background.


White color preview on #7B8DAF background

This text has white color on #7B8DAF background.