COLOR #7B82B6

HEX: #7B82B6
RGB: (123,130,182)

Color info

#7B82B6 contains red, green and blue colors in about the same proportion. Web safe color of #7B82B6 is #6699CC (or #69C).

RGB color model

#7B82B6 color RGB value is (123,130,182).

  • red value is 123;
  • green value is 130;
  • blue value is 182.
RGB:
(123,130,182)
(48%,51%,71%)

RGB channels and saturation

R 123 of 255 = 48%
G 130 of 255 = 51%
B 182 of 255 = 71%

123
130
182

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

Portions of RGB colors in percentages

R + G + B =
123 + 130 + 182 = 435 (100%)
R 123 of 435 ~ 28.28%
G 130 of 435 ~ 29.89%
B 182 of 435 ~ 41.84%

%28.28
%29.89
%41.84

CMYK color model

#7B82B6 color CMYK value is (32,29,0,29).

  • cyan value is 32.42%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(32,29,0,29)
C32M29Y0K29 
(32%,29%,0%,29%)
(0.32/0.29/0.00/0.29)	

CMYK percentages

%32.42
%28.57
%0
%28.63

Codes

Color #7B82B6 in popluar color models

7B82B6
RGB123130182
HSL233°28.78%59.80%
HSB/HSV233°32.42%71.37%
CMYK32.42%28.57%0.00%
28.63%

Color #7B82B6 in popluar number systems.

HEX7B82B6
Decimal123130182
Binary11110111000001010110110
Octal173202266

Shades and tints

Shades of #7B82B6

#7B82B6
(123,130,182)
#7077A6
(112,119,166)
#656C96
(101,108,150)
#5A6186
(90,97,134)
#4F5676
(79,86,118)
#444B66
(68,75,102)
#394056
(57,64,86)
#2E3546
(46,53,70)
#232A36
(35,42,54)
#181F26
(24,31,38)
#0D1416
(13,20,22)
#000000
(0,0,0)

Tints of #7B82B6

#7B82B6
(123,130,182)
#878DBC
(135,141,188)
#9398C2
(147,152,194)
#9FA3C8
(159,163,200)
#ABAECE
(171,174,206)
#B7B9D4
(183,185,212)
#C3C4DA
(195,196,218)
#CFCFE0
(207,207,224)
#DBDAE6
(219,218,230)
#E7E5EC
(231,229,236)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B82B6 color. Also use rgb(123,130,182) instead hex code.

Text Font Color

.myTextColor { color: #7B82B6; }

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

This text font color is #7B82B6.


Background Color

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

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

This div background color is #7B82B6.


Border color

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

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

This div border color is #7B82B6.


Opacity

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

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

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

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

This text has shadow with #7B82B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B82B6 on black background.


Color preview on white background

This text has color #7B82B6 on white background.



Black color preview on #7B82B6 background

This text has black color on #7B82B6 background.


White color preview on #7B82B6 background

This text has white color on #7B82B6 background.