COLOR #7897BE

HEX: #7897BE RGB: (120,151,190)

Color info

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

RGB color model

#7897BE color RGB value is (120,151,190).

RGB: (120,151,190) (47%, 59%, 75%)

RGB channels and saturation

R 120 of 255 = 47%
G 151 of 255 = 59%
B 190 of 255 = 75%

120
151
190

R + G + B ~ 60%. #7897BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 151 + 190 = 461 (100%)
R 120 of 461 ~ 26.03%
G 151 of 461 ~ 32.75%
B 190 of 461 ~ 41.21'%

%26.03
%32.75
%41.21

CMYK color model

#7897BE color CMYK value is (37,21,0,25).

  • cyan value is 36.84%
  • magenta value is 20.53%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (37,21,0,25)
C37M21Y0K25 (37%, 21%, 0%, 25%)
(0.37 / 0.21 / 0.00 / 0.25)

CMYK percentages

%36.84
%20.53
%0
%25.49

Codes

Color #7897BE in popluar color models

78 97 BE
RGB 120 151 190
HSL 213° 35.00% 60.78%
HSB/HSV 213° 36.84% 74.51%
CMYK 36.84% 20.53% 0.00%
25.49%

Color #7897BE in popluar number systems.

HEX 78 97 BE
Decimal 120 151 190
Binary 1111000 10010111 10111110
Octal 170 227 276

Shades and tints

Shades of #7897BE

#7897BE
(120,151,190)
#6E8AAD
(110,138,173)
#647D9C
(100,125,156)
#5A708B
(90,112,139)
#50637A
(80,99,122)
#465669
(70,86,105)
#3C4958
(60,73,88)
#323C47
(50,60,71)
#282F36
(40,47,54)
#1E2225
(30,34,37)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #7897BE

#7897BE
(120,151,190)
#84A0C3
(132,160,195)
#90A9C8
(144,169,200)
#9CB2CD
(156,178,205)
#A8BBD2
(168,187,210)
#B4C4D7
(180,196,215)
#C0CDDC
(192,205,220)
#CCD6E1
(204,214,225)
#D8DFE6
(216,223,230)
#E4E8EB
(228,232,235)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7897BE; }

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

This text font color is #7897BE.

Background Color

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

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

This div background color is #7897BE.

Border color

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

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

This div border color is #7897BE.

Opacity

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

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

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

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

This text has shadow with #7897BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7897BE.

Preview

Color preview on black background

This text has color #7897BE on black background.


Color preview on white background

This text has color #7897BE on white background.


Black color preview on #7897BE background

This text has black color on #7897BE background.


White color preview on #7897BE background

This text has white color on #7897BE background.


Related colors

Complementary color

Complementary color for #hex is #876841.


I love getcolorcode.com

Triadic colors

1 #BE7897 and #97BE78 with #7897BE are triadic colors.

2 #BE9778 and #9778BE with #7897BE are triadic colors.