COLOR #7897DB

HEX: #7897DB RGB: (120,151,219)

Color info

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

RGB color model

#7897DB color RGB value is (120,151,219).

RGB: (120,151,219) (47%, 59%, 86%)

RGB channels and saturation

R 120 of 255 = 47%
G 151 of 255 = 59%
B 219 of 255 = 86%

120
151
219

R + G + B ~ 64%. #7897DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 151 + 219 = 490 (100%)
R 120 of 490 ~ 24.49%
G 151 of 490 ~ 30.82%
B 219 of 490 ~ 44.69'%

%24.49
%30.82
%44.69

CMYK color model

#7897DB color CMYK value is (45,31,0,14).

  • cyan value is 45.21%
  • magenta value is 31.05%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (45,31,0,14)
C45M31Y0K14 (45%, 31%, 0%, 14%)
(0.45 / 0.31 / 0.00 / 0.14)

CMYK percentages

%45.21
%31.05
%0
%14.12

Codes

Color #7897DB in popluar color models

78 97 DB
RGB 120 151 219
HSL 221° 57.89% 66.47%
HSB/HSV 221° 45.21% 85.88%
CMYK 45.21% 31.05% 0.00%
14.12%

Color #7897DB in popluar number systems.

HEX 78 97 DB
Decimal 120 151 219
Binary 1111000 10010111 11011011
Octal 170 227 333

Shades and tints

Shades of #7897DB

#7897DB
(120,151,219)
#6E8AC8
(110,138,200)
#647DB5
(100,125,181)
#5A70A2
(90,112,162)
#50638F
(80,99,143)
#46567C
(70,86,124)
#3C4969
(60,73,105)
#323C56
(50,60,86)
#282F43
(40,47,67)
#1E2230
(30,34,48)
#14151D
(20,21,29)
#000000
(0,0,0)

Tints of #7897DB

#7897DB
(120,151,219)
#84A0DE
(132,160,222)
#90A9E1
(144,169,225)
#9CB2E4
(156,178,228)
#A8BBE7
(168,187,231)
#B4C4EA
(180,196,234)
#C0CDED
(192,205,237)
#CCD6F0
(204,214,240)
#D8DFF3
(216,223,243)
#E4E8F6
(228,232,246)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7897DB; }

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

This text font color is #7897DB.

Background Color

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

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

This div background color is #7897DB.

Border color

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

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

This div border color is #7897DB.

Opacity

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

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

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

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

This text has shadow with #7897DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7897DB.

Preview

Color preview on black background

This text has color #7897DB on black background.


Color preview on white background

This text has color #7897DB on white background.


Black color preview on #7897DB background

This text has black color on #7897DB background.


White color preview on #7897DB background

This text has white color on #7897DB background.


Related colors

Complementary color

Complementary color for #hex is #876824.


I love getcolorcode.com

Triadic colors

1 #DB7897 and #97DB78 with #7897DB are triadic colors.

2 #DB9778 and #9778DB with #7897DB are triadic colors.