COLOR #7899A4

HEX: #7899A4
RGB: (120,153,164)

Color info

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

RGB color model

#7899A4 color RGB value is (120,153,164).

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

RGB channels and saturation

R 120 of 255 = 47%
G 153 of 255 = 60%
B 164 of 255 = 64%

120
153
164

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

Portions of RGB colors in percentages

R + G + B =
120 + 153 + 164 = 437 (100%)
R 120 of 437 ~ 27.46%
G 153 of 437 ~ 35.01%
B 164 of 437 ~ 37.53%

%27.46
%35.01
%37.53

CMYK color model

#7899A4 color CMYK value is (27,7,0,36).

  • cyan value is 26.83%
  • magenta value is 6.71%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(27,7,0,36)
C27M7Y0K36 
(27%,7%,0%,36%)
(0.27/0.07/0.00/0.36)	

CMYK percentages

%26.83
%6.71
%0
%35.69

Codes

Color #7899A4 in popluar color models

7899A4
RGB120153164
HSL195°19.47%55.69%
HSB/HSV195°26.83%64.31%
CMYK26.83%6.71%0.00%
35.69%

Color #7899A4 in popluar number systems.

HEX7899A4
Decimal120153164
Binary11110001001100110100100
Octal170231244

Shades and tints

Shades of #7899A4

#7899A4
(120,153,164)
#6E8C96
(110,140,150)
#647F88
(100,127,136)
#5A727A
(90,114,122)
#50656C
(80,101,108)
#46585E
(70,88,94)
#3C4B50
(60,75,80)
#323E42
(50,62,66)
#283134
(40,49,52)
#1E2426
(30,36,38)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #7899A4

#7899A4
(120,153,164)
#84A2AC
(132,162,172)
#90ABB4
(144,171,180)
#9CB4BC
(156,180,188)
#A8BDC4
(168,189,196)
#B4C6CC
(180,198,204)
#C0CFD4
(192,207,212)
#CCD8DC
(204,216,220)
#D8E1E4
(216,225,228)
#E4EAEC
(228,234,236)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7899A4; }

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

This text font color is #7899A4.


Background Color

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

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

This div background color is #7899A4.


Border color

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

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

This div border color is #7899A4.


Opacity

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

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

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

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

This text has shadow with #7899A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7899A4 on black background.


Color preview on white background

This text has color #7899A4 on white background.



Black color preview on #7899A4 background

This text has black color on #7899A4 background.


White color preview on #7899A4 background

This text has white color on #7899A4 background.