COLOR #7893BE

HEX: #7893BE
RGB: (120,147,190)

Color info

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

RGB color model

#7893BE color RGB value is (120,147,190).

  • red value is 120;
  • green value is 147;
  • blue value is 190.
RGB:
(120,147,190)
(47%,58%,75%)

RGB channels and saturation

R 120 of 255 = 47%
G 147 of 255 = 58%
B 190 of 255 = 75%

120
147
190

R + G + B ~ 60%. #7893BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 147 + 190 = 457 (100%)
R 120 of 457 ~ 26.26%
G 147 of 457 ~ 32.17%
B 190 of 457 ~ 41.58%

%26.26
%32.17
%41.58

CMYK color model

#7893BE color CMYK value is (37,23,0,25).

  • cyan value is 36.84%
  • magenta value is 22.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(37,23,0,25)
C37M23Y0K25 
(37%,23%,0%,25%)
(0.37/0.23/0.00/0.25)	

CMYK percentages

%36.84
%22.63
%0
%25.49

Codes

Color #7893BE in popluar color models

7893BE
RGB120147190
HSL217°35.00%60.78%
HSB/HSV217°36.84%74.51%
CMYK36.84%22.63%0.00%
25.49%

Color #7893BE in popluar number systems.

HEX7893BE
Decimal120147190
Binary11110001001001110111110
Octal170223276

Shades and tints

Shades of #7893BE

#7893BE
(120,147,190)
#6E86AD
(110,134,173)
#64799C
(100,121,156)
#5A6C8B
(90,108,139)
#505F7A
(80,95,122)
#465269
(70,82,105)
#3C4558
(60,69,88)
#323847
(50,56,71)
#282B36
(40,43,54)
#1E1E25
(30,30,37)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #7893BE

#7893BE
(120,147,190)
#849CC3
(132,156,195)
#90A5C8
(144,165,200)
#9CAECD
(156,174,205)
#A8B7D2
(168,183,210)
#B4C0D7
(180,192,215)
#C0C9DC
(192,201,220)
#CCD2E1
(204,210,225)
#D8DBE6
(216,219,230)
#E4E4EB
(228,228,235)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7893BE color. Also use rgb(120,147,190) instead hex code.

Text Font Color

.myTextColor { color: #7893BE; }

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

This text font color is #7893BE.


Background Color

.myBgColor { background-color: #7893BE; }

<div style="background-color:#7893BE">Inner text</div>

This div background color is #7893BE.


Border color

.myBorderColor { border: 1px solid #7893BE; }

<div style="border:3px solid #7893BE">Div</div>

This div border color is #7893BE.


Opacity

.myOpacity80 { color: #7893BE; opacity: 0.8; }

<p style="color:#7893BE;opacity:0.8;">80%</p>

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

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

This text has shadow with #7893BE color.

.textShadow {text-shadow: 3px 3px 1px #7893BE, 3px 3px 1px red;}

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

This text has shadow with #7893BE primary color and red secondary color.


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

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

This text has shadow with #7893BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7893BE on black background.


Color preview on white background

This text has color #7893BE on white background.



Black color preview on #7893BE background

This text has black color on #7893BE background.


White color preview on #7893BE background

This text has white color on #7893BE background.