COLOR #7895AA

HEX: #7895AA
RGB: (120,149,170)

Color info

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

RGB color model

#7895AA color RGB value is (120,149,170).

  • red value is 120;
  • green value is 149;
  • blue value is 170.
RGB:
(120,149,170)
(47%,58%,67%)

RGB channels and saturation

R 120 of 255 = 47%
G 149 of 255 = 58%
B 170 of 255 = 67%

120
149
170

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

Portions of RGB colors in percentages

R + G + B =
120 + 149 + 170 = 439 (100%)
R 120 of 439 ~ 27.33%
G 149 of 439 ~ 33.94%
B 170 of 439 ~ 38.72%

%27.33
%33.94
%38.72

CMYK color model

#7895AA color CMYK value is (29,12,0,33).

  • cyan value is 29.41%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(29,12,0,33)
C29M12Y0K33 
(29%,12%,0%,33%)
(0.29/0.12/0.00/0.33)	

CMYK percentages

%29.41
%12.35
%0
%33.33

Codes

Color #7895AA in popluar color models

7895AA
RGB120149170
HSL205°22.73%56.86%
HSB/HSV205°29.41%66.67%
CMYK29.41%12.35%0.00%
33.33%

Color #7895AA in popluar number systems.

HEX7895AA
Decimal120149170
Binary11110001001010110101010
Octal170225252

Shades and tints

Shades of #7895AA

#7895AA
(120,149,170)
#6E889B
(110,136,155)
#647B8C
(100,123,140)
#5A6E7D
(90,110,125)
#50616E
(80,97,110)
#46545F
(70,84,95)
#3C4750
(60,71,80)
#323A41
(50,58,65)
#282D32
(40,45,50)
#1E2023
(30,32,35)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #7895AA

#7895AA
(120,149,170)
#849EB1
(132,158,177)
#90A7B8
(144,167,184)
#9CB0BF
(156,176,191)
#A8B9C6
(168,185,198)
#B4C2CD
(180,194,205)
#C0CBD4
(192,203,212)
#CCD4DB
(204,212,219)
#D8DDE2
(216,221,226)
#E4E6E9
(228,230,233)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7895AA color. Also use rgb(120,149,170) instead hex code.

Text Font Color

.myTextColor { color: #7895AA; }

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

This text font color is #7895AA.


Background Color

.myBgColor { background-color: #7895AA; }

<div style="background-color:#7895AA">Inner text</div>

This div background color is #7895AA.


Border color

.myBorderColor { border: 1px solid #7895AA; }

<div style="border:3px solid #7895AA">Div</div>

This div border color is #7895AA.


Opacity

.myOpacity80 { color: #7895AA; opacity: 0.8; }

<p style="color:#7895AA;opacity:0.8;">80%</p>

Text with #7895AA 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 #7895AA;}

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

This text has shadow with #7895AA color.

.textShadow {text-shadow: 3px 3px 1px #7895AA, 3px 3px 1px red;}

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

This text has shadow with #7895AA primary color and red secondary color.


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

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

This text has shadow with #7895AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7895AA on black background.


Color preview on white background

This text has color #7895AA on white background.



Black color preview on #7895AA background

This text has black color on #7895AA background.


White color preview on #7895AA background

This text has white color on #7895AA background.