COLOR #7897B8

HEX: #7897B8
RGB: (120,151,184)

Color info

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

RGB color model

#7897B8 color RGB value is (120,151,184).

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

RGB channels and saturation

R 120 of 255 = 47%
G 151 of 255 = 59%
B 184 of 255 = 72%

120
151
184

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

Portions of RGB colors in percentages

R + G + B =
120 + 151 + 184 = 455 (100%)
R 120 of 455 ~ 26.37%
G 151 of 455 ~ 33.19%
B 184 of 455 ~ 40.44%

%26.37
%33.19
%40.44

CMYK color model

#7897B8 color CMYK value is (35,18,0,28).

  • cyan value is 34.78%
  • magenta value is 17.93%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(35,18,0,28)
C35M18Y0K28 
(35%,18%,0%,28%)
(0.35/0.18/0.00/0.28)	

CMYK percentages

%34.78
%17.93
%0
%27.84

Codes

Color #7897B8 in popluar color models

7897B8
RGB120151184
HSL211°31.07%59.61%
HSB/HSV211°34.78%72.16%
CMYK34.78%17.93%0.00%
27.84%

Color #7897B8 in popluar number systems.

HEX7897B8
Decimal120151184
Binary11110001001011110111000
Octal170227270

Shades and tints

Shades of #7897B8

#7897B8
(120,151,184)
#6E8AA8
(110,138,168)
#647D98
(100,125,152)
#5A7088
(90,112,136)
#506378
(80,99,120)
#465668
(70,86,104)
#3C4958
(60,73,88)
#323C48
(50,60,72)
#282F38
(40,47,56)
#1E2228
(30,34,40)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #7897B8

#7897B8
(120,151,184)
#84A0BE
(132,160,190)
#90A9C4
(144,169,196)
#9CB2CA
(156,178,202)
#A8BBD0
(168,187,208)
#B4C4D6
(180,196,214)
#C0CDDC
(192,205,220)
#CCD6E2
(204,214,226)
#D8DFE8
(216,223,232)
#E4E8EE
(228,232,238)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7897B8; }

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

This text font color is #7897B8.


Background Color

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

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

This div background color is #7897B8.


Border color

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

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

This div border color is #7897B8.


Opacity

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

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

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

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

This text has shadow with #7897B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7897B8 on black background.


Color preview on white background

This text has color #7897B8 on white background.



Black color preview on #7897B8 background

This text has black color on #7897B8 background.


White color preview on #7897B8 background

This text has white color on #7897B8 background.