COLOR #7893C7

HEX: #7893C7
RGB: (120,147,199)

Color info

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

RGB color model

#7893C7 color RGB value is (120,147,199).

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

RGB channels and saturation

R 120 of 255 = 47%
G 147 of 255 = 58%
B 199 of 255 = 78%

120
147
199

R + G + B ~ 61%. #7893C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 147 + 199 = 466 (100%)
R 120 of 466 ~ 25.75%
G 147 of 466 ~ 31.55%
B 199 of 466 ~ 42.7%

%25.75
%31.55
%42.7

CMYK color model

#7893C7 color CMYK value is (40,26,0,22).

  • cyan value is 39.70%
  • magenta value is 26.13%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(40,26,0,22)
C40M26Y0K22 
(40%,26%,0%,22%)
(0.40/0.26/0.00/0.22)	

CMYK percentages

%39.7
%26.13
%0
%21.96

Codes

Color #7893C7 in popluar color models

7893C7
RGB120147199
HSL219°41.36%62.55%
HSB/HSV219°39.70%78.04%
CMYK39.70%26.13%0.00%
21.96%

Color #7893C7 in popluar number systems.

HEX7893C7
Decimal120147199
Binary11110001001001111000111
Octal170223307

Shades and tints

Shades of #7893C7

#7893C7
(120,147,199)
#6E86B5
(110,134,181)
#6479A3
(100,121,163)
#5A6C91
(90,108,145)
#505F7F
(80,95,127)
#46526D
(70,82,109)
#3C455B
(60,69,91)
#323849
(50,56,73)
#282B37
(40,43,55)
#1E1E25
(30,30,37)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #7893C7

#7893C7
(120,147,199)
#849CCC
(132,156,204)
#90A5D1
(144,165,209)
#9CAED6
(156,174,214)
#A8B7DB
(168,183,219)
#B4C0E0
(180,192,224)
#C0C9E5
(192,201,229)
#CCD2EA
(204,210,234)
#D8DBEF
(216,219,239)
#E4E4F4
(228,228,244)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7893C7; }

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

This text font color is #7893C7.


Background Color

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

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

This div background color is #7893C7.


Border color

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

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

This div border color is #7893C7.


Opacity

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

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

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

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

This text has shadow with #7893C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7893C7 on black background.


Color preview on white background

This text has color #7893C7 on white background.



Black color preview on #7893C7 background

This text has black color on #7893C7 background.


White color preview on #7893C7 background

This text has white color on #7893C7 background.