COLOR #7B90B6

HEX: #7B90B6
RGB: (123,144,182)

Color info

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

RGB color model

#7B90B6 color RGB value is (123,144,182).

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

RGB channels and saturation

R 123 of 255 = 48%
G 144 of 255 = 56%
B 182 of 255 = 71%

123
144
182

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

Portions of RGB colors in percentages

R + G + B =
123 + 144 + 182 = 449 (100%)
R 123 of 449 ~ 27.39%
G 144 of 449 ~ 32.07%
B 182 of 449 ~ 40.53%

%27.39
%32.07
%40.53

CMYK color model

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

  • cyan value is 32.42%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(32,21,0,29)
C32M21Y0K29 
(32%,21%,0%,29%)
(0.32/0.21/0.00/0.29)	

CMYK percentages

%32.42
%20.88
%0
%28.63

Codes

Color #7B90B6 in popluar color models

7B90B6
RGB123144182
HSL219°28.78%59.80%
HSB/HSV219°32.42%71.37%
CMYK32.42%20.88%0.00%
28.63%

Color #7B90B6 in popluar number systems.

HEX7B90B6
Decimal123144182
Binary11110111001000010110110
Octal173220266

Shades and tints

Shades of #7B90B6

#7B90B6
(123,144,182)
#7083A6
(112,131,166)
#657696
(101,118,150)
#5A6986
(90,105,134)
#4F5C76
(79,92,118)
#444F66
(68,79,102)
#394256
(57,66,86)
#2E3546
(46,53,70)
#232836
(35,40,54)
#181B26
(24,27,38)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #7B90B6

#7B90B6
(123,144,182)
#879ABC
(135,154,188)
#93A4C2
(147,164,194)
#9FAEC8
(159,174,200)
#ABB8CE
(171,184,206)
#B7C2D4
(183,194,212)
#C3CCDA
(195,204,218)
#CFD6E0
(207,214,224)
#DBE0E6
(219,224,230)
#E7EAEC
(231,234,236)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B90B6; }

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

This text font color is #7B90B6.


Background Color

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

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

This div background color is #7B90B6.


Border color

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

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

This div border color is #7B90B6.


Opacity

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

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

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

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

This text has shadow with #7B90B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B90B6 on black background.


Color preview on white background

This text has color #7B90B6 on white background.



Black color preview on #7B90B6 background

This text has black color on #7B90B6 background.


White color preview on #7B90B6 background

This text has white color on #7B90B6 background.