COLOR #7897D7

HEX: #7897D7
RGB: (120,151,215)

Color info

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

RGB color model

#7897D7 color RGB value is (120,151,215).

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

RGB channels and saturation

R 120 of 255 = 47%
G 151 of 255 = 59%
B 215 of 255 = 84%

120
151
215

R + G + B ~ 63%. #7897D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 151 + 215 = 486 (100%)
R 120 of 486 ~ 24.69%
G 151 of 486 ~ 31.07%
B 215 of 486 ~ 44.24%

%24.69
%31.07
%44.24

CMYK color model

#7897D7 color CMYK value is (44,30,0,16).

  • cyan value is 44.19%
  • magenta value is 29.77%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(44,30,0,16)
C44M30Y0K16 
(44%,30%,0%,16%)
(0.44/0.30/0.00/0.16)	

CMYK percentages

%44.19
%29.77
%0
%15.69

Codes

Color #7897D7 in popluar color models

7897D7
RGB120151215
HSL220°54.29%65.69%
HSB/HSV220°44.19%84.31%
CMYK44.19%29.77%0.00%
15.69%

Color #7897D7 in popluar number systems.

HEX7897D7
Decimal120151215
Binary11110001001011111010111
Octal170227327

Shades and tints

Shades of #7897D7

#7897D7
(120,151,215)
#6E8AC4
(110,138,196)
#647DB1
(100,125,177)
#5A709E
(90,112,158)
#50638B
(80,99,139)
#465678
(70,86,120)
#3C4965
(60,73,101)
#323C52
(50,60,82)
#282F3F
(40,47,63)
#1E222C
(30,34,44)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #7897D7

#7897D7
(120,151,215)
#84A0DA
(132,160,218)
#90A9DD
(144,169,221)
#9CB2E0
(156,178,224)
#A8BBE3
(168,187,227)
#B4C4E6
(180,196,230)
#C0CDE9
(192,205,233)
#CCD6EC
(204,214,236)
#D8DFEF
(216,223,239)
#E4E8F2
(228,232,242)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7897D7; }

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

This text font color is #7897D7.


Background Color

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

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

This div background color is #7897D7.


Border color

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

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

This div border color is #7897D7.


Opacity

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

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

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

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

This text has shadow with #7897D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7897D7 on black background.


Color preview on white background

This text has color #7897D7 on white background.



Black color preview on #7897D7 background

This text has black color on #7897D7 background.


White color preview on #7897D7 background

This text has white color on #7897D7 background.