COLOR #7894A4

HEX: #7894A4
RGB: (120,148,164)

Color info

#7894A4 contains red, green and blue colors in about the same proportion. Web safe color of #7894A4 is #669999 (or #699).

RGB color model

#7894A4 color RGB value is (120,148,164).

  • red value is 120;
  • green value is 148;
  • blue value is 164.
RGB:
(120,148,164)
(47%,58%,64%)

RGB channels and saturation

R 120 of 255 = 47%
G 148 of 255 = 58%
B 164 of 255 = 64%

120
148
164

R + G + B ~ 56%. #7894A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 148 + 164 = 432 (100%)
R 120 of 432 ~ 27.78%
G 148 of 432 ~ 34.26%
B 164 of 432 ~ 37.96%

%27.78
%34.26
%37.96

CMYK color model

#7894A4 color CMYK value is (27,10,0,36).

  • cyan value is 26.83%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(27,10,0,36)
C27M10Y0K36 
(27%,10%,0%,36%)
(0.27/0.10/0.00/0.36)	

CMYK percentages

%26.83
%9.76
%0
%35.69

Codes

Color #7894A4 in popluar color models

7894A4
RGB120148164
HSL202°19.47%55.69%
HSB/HSV202°26.83%64.31%
CMYK26.83%9.76%0.00%
35.69%

Color #7894A4 in popluar number systems.

HEX7894A4
Decimal120148164
Binary11110001001010010100100
Octal170224244

Shades and tints

Shades of #7894A4

#7894A4
(120,148,164)
#6E8796
(110,135,150)
#647A88
(100,122,136)
#5A6D7A
(90,109,122)
#50606C
(80,96,108)
#46535E
(70,83,94)
#3C4650
(60,70,80)
#323942
(50,57,66)
#282C34
(40,44,52)
#1E1F26
(30,31,38)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #7894A4

#7894A4
(120,148,164)
#849DAC
(132,157,172)
#90A6B4
(144,166,180)
#9CAFBC
(156,175,188)
#A8B8C4
(168,184,196)
#B4C1CC
(180,193,204)
#C0CAD4
(192,202,212)
#CCD3DC
(204,211,220)
#D8DCE4
(216,220,228)
#E4E5EC
(228,229,236)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7894A4 color. Also use rgb(120,148,164) instead hex code.

Text Font Color

.myTextColor { color: #7894A4; }

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

This text font color is #7894A4.


Background Color

.myBgColor { background-color: #7894A4; }

<div style="background-color:#7894A4">Inner text</div>

This div background color is #7894A4.


Border color

.myBorderColor { border: 1px solid #7894A4; }

<div style="border:3px solid #7894A4">Div</div>

This div border color is #7894A4.


Opacity

.myOpacity80 { color: #7894A4; opacity: 0.8; }

<p style="color:#7894A4;opacity:0.8;">80%</p>

Text with #7894A4 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 #7894A4;}

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

This text has shadow with #7894A4 color.

.textShadow {text-shadow: 3px 3px 1px #7894A4, 3px 3px 1px red;}

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

This text has shadow with #7894A4 primary color and red secondary color.


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

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

This text has shadow with #7894A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7894A4 on black background.


Color preview on white background

This text has color #7894A4 on white background.



Black color preview on #7894A4 background

This text has black color on #7894A4 background.


White color preview on #7894A4 background

This text has white color on #7894A4 background.