COLOR #7887AD

HEX: #7887AD
RGB: (120,135,173)

Color info

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

RGB color model

#7887AD color RGB value is (120,135,173).

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

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 173 of 255 = 68%

120
135
173

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

Portions of RGB colors in percentages

R + G + B =
120 + 135 + 173 = 428 (100%)
R 120 of 428 ~ 28.04%
G 135 of 428 ~ 31.54%
B 173 of 428 ~ 40.42%

%28.04
%31.54
%40.42

CMYK color model

#7887AD color CMYK value is (31,22,0,32).

  • cyan value is 30.64%
  • magenta value is 21.97%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(31,22,0,32)
C31M22Y0K32 
(31%,22%,0%,32%)
(0.31/0.22/0.00/0.32)	

CMYK percentages

%30.64
%21.97
%0
%32.16

Codes

Color #7887AD in popluar color models

7887AD
RGB120135173
HSL223°24.42%57.45%
HSB/HSV223°30.64%67.84%
CMYK30.64%21.97%0.00%
32.16%

Color #7887AD in popluar number systems.

HEX7887AD
Decimal120135173
Binary11110001000011110101101
Octal170207255

Shades and tints

Shades of #7887AD

#7887AD
(120,135,173)
#6E7B9E
(110,123,158)
#646F8F
(100,111,143)
#5A6380
(90,99,128)
#505771
(80,87,113)
#464B62
(70,75,98)
#3C3F53
(60,63,83)
#323344
(50,51,68)
#282735
(40,39,53)
#1E1B26
(30,27,38)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #7887AD

#7887AD
(120,135,173)
#8491B4
(132,145,180)
#909BBB
(144,155,187)
#9CA5C2
(156,165,194)
#A8AFC9
(168,175,201)
#B4B9D0
(180,185,208)
#C0C3D7
(192,195,215)
#CCCDDE
(204,205,222)
#D8D7E5
(216,215,229)
#E4E1EC
(228,225,236)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7887AD; }

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

This text font color is #7887AD.


Background Color

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

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

This div background color is #7887AD.


Border color

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

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

This div border color is #7887AD.


Opacity

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

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

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

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

This text has shadow with #7887AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7887AD on black background.


Color preview on white background

This text has color #7887AD on white background.



Black color preview on #7887AD background

This text has black color on #7887AD background.


White color preview on #7887AD background

This text has white color on #7887AD background.