COLOR #7897EE

HEX: #7897EE
RGB: (120,151,238)

Color info

#7897EE contains mainly blue color. Web safe color of #7897EE is #6699FF (or #69F).

RGB color model

#7897EE color RGB value is (120,151,238).

  • red value is 120;
  • green value is 151;
  • blue value is 238.
RGB:
(120,151,238)
(47%,59%,93%)

RGB channels and saturation

R 120 of 255 = 47%
G 151 of 255 = 59%
B 238 of 255 = 93%

120
151
238

R + G + B ~ 66%. #7897EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 151 + 238 = 509 (100%)
R 120 of 509 ~ 23.58%
G 151 of 509 ~ 29.67%
B 238 of 509 ~ 46.76%

%23.58
%29.67
%46.76

CMYK color model

#7897EE color CMYK value is (50,37,0,7).

  • cyan value is 49.58%
  • magenta value is 36.55%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(50,37,0,7)
C50M37Y0K7 
(50%,37%,0%,7%)
(0.50/0.37/0.00/0.07)	

CMYK percentages

%49.58
%36.55
%0
%6.67

Codes

Color #7897EE in popluar color models

7897EE
RGB120151238
HSL224°77.63%70.20%
HSB/HSV224°49.58%93.33%
CMYK49.58%36.55%0.00%
6.67%

Color #7897EE in popluar number systems.

HEX7897EE
Decimal120151238
Binary11110001001011111101110
Octal170227356

Shades and tints

Shades of #7897EE

#7897EE
(120,151,238)
#6E8AD9
(110,138,217)
#647DC4
(100,125,196)
#5A70AF
(90,112,175)
#50639A
(80,99,154)
#465685
(70,86,133)
#3C4970
(60,73,112)
#323C5B
(50,60,91)
#282F46
(40,47,70)
#1E2231
(30,34,49)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #7897EE

#7897EE
(120,151,238)
#84A0EF
(132,160,239)
#90A9F0
(144,169,240)
#9CB2F1
(156,178,241)
#A8BBF2
(168,187,242)
#B4C4F3
(180,196,243)
#C0CDF4
(192,205,244)
#CCD6F5
(204,214,245)
#D8DFF6
(216,223,246)
#E4E8F7
(228,232,247)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7897EE color. Also use rgb(120,151,238) instead hex code.

Text Font Color

.myTextColor { color: #7897EE; }

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

This text font color is #7897EE.


Background Color

.myBgColor { background-color: #7897EE; }

<div style="background-color:#7897EE">Inner text</div>

This div background color is #7897EE.


Border color

.myBorderColor { border: 1px solid #7897EE; }

<div style="border:3px solid #7897EE">Div</div>

This div border color is #7897EE.


Opacity

.myOpacity80 { color: #7897EE; opacity: 0.8; }

<p style="color:#7897EE;opacity:0.8;">80%</p>

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

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

This text has shadow with #7897EE color.

.textShadow {text-shadow: 3px 3px 1px #7897EE, 3px 3px 1px red;}

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

This text has shadow with #7897EE primary color and red secondary color.


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

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

This text has shadow with #7897EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7897EE on black background.


Color preview on white background

This text has color #7897EE on white background.



Black color preview on #7897EE background

This text has black color on #7897EE background.


White color preview on #7897EE background

This text has white color on #7897EE background.