COLOR #7896D2

HEX: #7896D2
RGB: (120,150,210)

Color info

#7896D2 contains mainly blue color. Web safe color of #7896D2 is #6699CC (or #69C).

RGB color model

#7896D2 color RGB value is (120,150,210).

  • red value is 120;
  • green value is 150;
  • blue value is 210.
RGB:
(120,150,210)
(47%,59%,82%)

RGB channels and saturation

R 120 of 255 = 47%
G 150 of 255 = 59%
B 210 of 255 = 82%

120
150
210

R + G + B ~ 63%. #7896D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 150 + 210 = 480 (100%)
R 120 of 480 ~ 25%
G 150 of 480 ~ 31.25%
B 210 of 480 ~ 43.75%

%25
%31.25
%43.75

CMYK color model

#7896D2 color CMYK value is (43,29,0,18).

  • cyan value is 42.86%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(43,29,0,18)
C43M29Y0K18 
(43%,29%,0%,18%)
(0.43/0.29/0.00/0.18)	

CMYK percentages

%42.86
%28.57
%0
%17.65

Codes

Color #7896D2 in popluar color models

7896D2
RGB120150210
HSL220°50.00%64.71%
HSB/HSV220°42.86%82.35%
CMYK42.86%28.57%0.00%
17.65%

Color #7896D2 in popluar number systems.

HEX7896D2
Decimal120150210
Binary11110001001011011010010
Octal170226322

Shades and tints

Shades of #7896D2

#7896D2
(120,150,210)
#6E89BF
(110,137,191)
#647CAC
(100,124,172)
#5A6F99
(90,111,153)
#506286
(80,98,134)
#465573
(70,85,115)
#3C4860
(60,72,96)
#323B4D
(50,59,77)
#282E3A
(40,46,58)
#1E2127
(30,33,39)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #7896D2

#7896D2
(120,150,210)
#849FD6
(132,159,214)
#90A8DA
(144,168,218)
#9CB1DE
(156,177,222)
#A8BAE2
(168,186,226)
#B4C3E6
(180,195,230)
#C0CCEA
(192,204,234)
#CCD5EE
(204,213,238)
#D8DEF2
(216,222,242)
#E4E7F6
(228,231,246)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7896D2 color. Also use rgb(120,150,210) instead hex code.

Text Font Color

.myTextColor { color: #7896D2; }

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

This text font color is #7896D2.


Background Color

.myBgColor { background-color: #7896D2; }

<div style="background-color:#7896D2">Inner text</div>

This div background color is #7896D2.


Border color

.myBorderColor { border: 1px solid #7896D2; }

<div style="border:3px solid #7896D2">Div</div>

This div border color is #7896D2.


Opacity

.myOpacity80 { color: #7896D2; opacity: 0.8; }

<p style="color:#7896D2;opacity:0.8;">80%</p>

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

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

This text has shadow with #7896D2 color.

.textShadow {text-shadow: 3px 3px 1px #7896D2, 3px 3px 1px red;}

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

This text has shadow with #7896D2 primary color and red secondary color.


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

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

This text has shadow with #7896D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7896D2 on black background.


Color preview on white background

This text has color #7896D2 on white background.



Black color preview on #7896D2 background

This text has black color on #7896D2 background.


White color preview on #7896D2 background

This text has white color on #7896D2 background.