COLOR #7887A9

HEX: #7887A9
RGB: (120,135,169)

Color info

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

RGB color model

#7887A9 color RGB value is (120,135,169).

  • red value is 120;
  • green value is 135;
  • blue value is 169.
RGB:
(120,135,169)
(47%,53%,66%)

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 169 of 255 = 66%

120
135
169

R + G + B ~ 55%. #7887A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 135 + 169 = 424 (100%)
R 120 of 424 ~ 28.3%
G 135 of 424 ~ 31.84%
B 169 of 424 ~ 39.86%

%28.3
%31.84
%39.86

CMYK color model

#7887A9 color CMYK value is (29,20,0,34).

  • cyan value is 28.99%
  • magenta value is 20.12%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(29,20,0,34)
C29M20Y0K34 
(29%,20%,0%,34%)
(0.29/0.20/0.00/0.34)	

CMYK percentages

%28.99
%20.12
%0
%33.73

Codes

Color #7887A9 in popluar color models

7887A9
RGB120135169
HSL222°22.17%56.67%
HSB/HSV222°28.99%66.27%
CMYK28.99%20.12%0.00%
33.73%

Color #7887A9 in popluar number systems.

HEX7887A9
Decimal120135169
Binary11110001000011110101001
Octal170207251

Shades and tints

Shades of #7887A9

#7887A9
(120,135,169)
#6E7B9A
(110,123,154)
#646F8B
(100,111,139)
#5A637C
(90,99,124)
#50576D
(80,87,109)
#464B5E
(70,75,94)
#3C3F4F
(60,63,79)
#323340
(50,51,64)
#282731
(40,39,49)
#1E1B22
(30,27,34)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #7887A9

#7887A9
(120,135,169)
#8491B0
(132,145,176)
#909BB7
(144,155,183)
#9CA5BE
(156,165,190)
#A8AFC5
(168,175,197)
#B4B9CC
(180,185,204)
#C0C3D3
(192,195,211)
#CCCDDA
(204,205,218)
#D8D7E1
(216,215,225)
#E4E1E8
(228,225,232)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7887A9 color. Also use rgb(120,135,169) instead hex code.

Text Font Color

.myTextColor { color: #7887A9; }

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

This text font color is #7887A9.


Background Color

.myBgColor { background-color: #7887A9; }

<div style="background-color:#7887A9">Inner text</div>

This div background color is #7887A9.


Border color

.myBorderColor { border: 1px solid #7887A9; }

<div style="border:3px solid #7887A9">Div</div>

This div border color is #7887A9.


Opacity

.myOpacity80 { color: #7887A9; opacity: 0.8; }

<p style="color:#7887A9;opacity:0.8;">80%</p>

Text with #7887A9 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 #7887A9;}

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

This text has shadow with #7887A9 color.

.textShadow {text-shadow: 3px 3px 1px #7887A9, 3px 3px 1px red;}

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

This text has shadow with #7887A9 primary color and red secondary color.


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

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

This text has shadow with #7887A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7887A9 on black background.


Color preview on white background

This text has color #7887A9 on white background.



Black color preview on #7887A9 background

This text has black color on #7887A9 background.


White color preview on #7887A9 background

This text has white color on #7887A9 background.