COLOR #7B82AA

HEX: #7B82AA
RGB: (123,130,170)

Color info

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

RGB color model

#7B82AA color RGB value is (123,130,170).

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

RGB channels and saturation

R 123 of 255 = 48%
G 130 of 255 = 51%
B 170 of 255 = 67%

123
130
170

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

Portions of RGB colors in percentages

R + G + B =
123 + 130 + 170 = 423 (100%)
R 123 of 423 ~ 29.08%
G 130 of 423 ~ 30.73%
B 170 of 423 ~ 40.19%

%29.08
%30.73
%40.19

CMYK color model

#7B82AA color CMYK value is (28,24,0,33).

  • cyan value is 27.65%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(28,24,0,33)
C28M24Y0K33 
(28%,24%,0%,33%)
(0.28/0.24/0.00/0.33)	

CMYK percentages

%27.65
%23.53
%0
%33.33

Codes

Color #7B82AA in popluar color models

7B82AA
RGB123130170
HSL231°21.66%57.45%
HSB/HSV231°27.65%66.67%
CMYK27.65%23.53%0.00%
33.33%

Color #7B82AA in popluar number systems.

HEX7B82AA
Decimal123130170
Binary11110111000001010101010
Octal173202252

Shades and tints

Shades of #7B82AA

#7B82AA
(123,130,170)
#70779B
(112,119,155)
#656C8C
(101,108,140)
#5A617D
(90,97,125)
#4F566E
(79,86,110)
#444B5F
(68,75,95)
#394050
(57,64,80)
#2E3541
(46,53,65)
#232A32
(35,42,50)
#181F23
(24,31,35)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #7B82AA

#7B82AA
(123,130,170)
#878DB1
(135,141,177)
#9398B8
(147,152,184)
#9FA3BF
(159,163,191)
#ABAEC6
(171,174,198)
#B7B9CD
(183,185,205)
#C3C4D4
(195,196,212)
#CFCFDB
(207,207,219)
#DBDAE2
(219,218,226)
#E7E5E9
(231,229,233)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B82AA; }

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

This text font color is #7B82AA.


Background Color

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

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

This div background color is #7B82AA.


Border color

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

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

This div border color is #7B82AA.


Opacity

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

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

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

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

This text has shadow with #7B82AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B82AA on black background.


Color preview on white background

This text has color #7B82AA on white background.



Black color preview on #7B82AA background

This text has black color on #7B82AA background.


White color preview on #7B82AA background

This text has white color on #7B82AA background.