COLOR #7B82BB

HEX: #7B82BB
RGB: (123,130,187)

Color info

#7B82BB contains mainly green and blue colors. Web safe color of #7B82BB is #6699CC (or #69C).

RGB color model

#7B82BB color RGB value is (123,130,187).

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

RGB channels and saturation

R 123 of 255 = 48%
G 130 of 255 = 51%
B 187 of 255 = 73%

123
130
187

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

Portions of RGB colors in percentages

R + G + B =
123 + 130 + 187 = 440 (100%)
R 123 of 440 ~ 27.95%
G 130 of 440 ~ 29.55%
B 187 of 440 ~ 42.5%

%27.95
%29.55
%42.5

CMYK color model

#7B82BB color CMYK value is (34,30,0,27).

  • cyan value is 34.22%
  • magenta value is 30.48%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(34,30,0,27)
C34M30Y0K27 
(34%,30%,0%,27%)
(0.34/0.30/0.00/0.27)	

CMYK percentages

%34.22
%30.48
%0
%26.67

Codes

Color #7B82BB in popluar color models

7B82BB
RGB123130187
HSL233°32.00%60.78%
HSB/HSV233°34.22%73.33%
CMYK34.22%30.48%0.00%
26.67%

Color #7B82BB in popluar number systems.

HEX7B82BB
Decimal123130187
Binary11110111000001010111011
Octal173202273

Shades and tints

Shades of #7B82BB

#7B82BB
(123,130,187)
#7077AA
(112,119,170)
#656C99
(101,108,153)
#5A6188
(90,97,136)
#4F5677
(79,86,119)
#444B66
(68,75,102)
#394055
(57,64,85)
#2E3544
(46,53,68)
#232A33
(35,42,51)
#181F22
(24,31,34)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #7B82BB

#7B82BB
(123,130,187)
#878DC1
(135,141,193)
#9398C7
(147,152,199)
#9FA3CD
(159,163,205)
#ABAED3
(171,174,211)
#B7B9D9
(183,185,217)
#C3C4DF
(195,196,223)
#CFCFE5
(207,207,229)
#DBDAEB
(219,218,235)
#E7E5F1
(231,229,241)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B82BB; }

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

This text font color is #7B82BB.


Background Color

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

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

This div background color is #7B82BB.


Border color

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

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

This div border color is #7B82BB.


Opacity

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

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

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

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

This text has shadow with #7B82BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B82BB on black background.


Color preview on white background

This text has color #7B82BB on white background.



Black color preview on #7B82BB background

This text has black color on #7B82BB background.


White color preview on #7B82BB background

This text has white color on #7B82BB background.