COLOR #7890B0

HEX: #7890B0
RGB: (120,144,176)

Color info

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

RGB color model

#7890B0 color RGB value is (120,144,176).

  • red value is 120;
  • green value is 144;
  • blue value is 176.
RGB:
(120,144,176)
(47%,56%,69%)

RGB channels and saturation

R 120 of 255 = 47%
G 144 of 255 = 56%
B 176 of 255 = 69%

120
144
176

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

Portions of RGB colors in percentages

R + G + B =
120 + 144 + 176 = 440 (100%)
R 120 of 440 ~ 27.27%
G 144 of 440 ~ 32.73%
B 176 of 440 ~ 40%

%27.27
%32.73
%40

CMYK color model

#7890B0 color CMYK value is (32,18,0,31).

  • cyan value is 31.82%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(32,18,0,31)
C32M18Y0K31 
(32%,18%,0%,31%)
(0.32/0.18/0.00/0.31)	

CMYK percentages

%31.82
%18.18
%0
%30.98

Codes

Color #7890B0 in popluar color models

7890B0
RGB120144176
HSL214°26.17%58.04%
HSB/HSV214°31.82%69.02%
CMYK31.82%18.18%0.00%
30.98%

Color #7890B0 in popluar number systems.

HEX7890B0
Decimal120144176
Binary11110001001000010110000
Octal170220260

Shades and tints

Shades of #7890B0

#7890B0
(120,144,176)
#6E83A0
(110,131,160)
#647690
(100,118,144)
#5A6980
(90,105,128)
#505C70
(80,92,112)
#464F60
(70,79,96)
#3C4250
(60,66,80)
#323540
(50,53,64)
#282830
(40,40,48)
#1E1B20
(30,27,32)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #7890B0

#7890B0
(120,144,176)
#849AB7
(132,154,183)
#90A4BE
(144,164,190)
#9CAEC5
(156,174,197)
#A8B8CC
(168,184,204)
#B4C2D3
(180,194,211)
#C0CCDA
(192,204,218)
#CCD6E1
(204,214,225)
#D8E0E8
(216,224,232)
#E4EAEF
(228,234,239)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7890B0 color. Also use rgb(120,144,176) instead hex code.

Text Font Color

.myTextColor { color: #7890B0; }

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

This text font color is #7890B0.


Background Color

.myBgColor { background-color: #7890B0; }

<div style="background-color:#7890B0">Inner text</div>

This div background color is #7890B0.


Border color

.myBorderColor { border: 1px solid #7890B0; }

<div style="border:3px solid #7890B0">Div</div>

This div border color is #7890B0.


Opacity

.myOpacity80 { color: #7890B0; opacity: 0.8; }

<p style="color:#7890B0;opacity:0.8;">80%</p>

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

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

This text has shadow with #7890B0 color.

.textShadow {text-shadow: 3px 3px 1px #7890B0, 3px 3px 1px red;}

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

This text has shadow with #7890B0 primary color and red secondary color.


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

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

This text has shadow with #7890B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7890B0 on black background.


Color preview on white background

This text has color #7890B0 on white background.



Black color preview on #7890B0 background

This text has black color on #7890B0 background.


White color preview on #7890B0 background

This text has white color on #7890B0 background.