COLOR #7882A5

HEX: #7882A5
RGB: (120,130,165)

Color info

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

RGB color model

#7882A5 color RGB value is (120,130,165).

  • red value is 120;
  • green value is 130;
  • blue value is 165.
RGB:
(120,130,165)
(47%,51%,65%)

RGB channels and saturation

R 120 of 255 = 47%
G 130 of 255 = 51%
B 165 of 255 = 65%

120
130
165

R + G + B ~ 54%. #7882A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 130 + 165 = 415 (100%)
R 120 of 415 ~ 28.92%
G 130 of 415 ~ 31.33%
B 165 of 415 ~ 39.76%

%28.92
%31.33
%39.76

CMYK color model

#7882A5 color CMYK value is (27,21,0,35).

  • cyan value is 27.27%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(27,21,0,35)
C27M21Y0K35 
(27%,21%,0%,35%)
(0.27/0.21/0.00/0.35)	

CMYK percentages

%27.27
%21.21
%0
%35.29

Codes

Color #7882A5 in popluar color models

7882A5
RGB120130165
HSL227°20.00%55.88%
HSB/HSV227°27.27%64.71%
CMYK27.27%21.21%0.00%
35.29%

Color #7882A5 in popluar number systems.

HEX7882A5
Decimal120130165
Binary11110001000001010100101
Octal170202245

Shades and tints

Shades of #7882A5

#7882A5
(120,130,165)
#6E7796
(110,119,150)
#646C87
(100,108,135)
#5A6178
(90,97,120)
#505669
(80,86,105)
#464B5A
(70,75,90)
#3C404B
(60,64,75)
#32353C
(50,53,60)
#282A2D
(40,42,45)
#1E1F1E
(30,31,30)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #7882A5

#7882A5
(120,130,165)
#848DAD
(132,141,173)
#9098B5
(144,152,181)
#9CA3BD
(156,163,189)
#A8AEC5
(168,174,197)
#B4B9CD
(180,185,205)
#C0C4D5
(192,196,213)
#CCCFDD
(204,207,221)
#D8DAE5
(216,218,229)
#E4E5ED
(228,229,237)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7882A5 color. Also use rgb(120,130,165) instead hex code.

Text Font Color

.myTextColor { color: #7882A5; }

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

This text font color is #7882A5.


Background Color

.myBgColor { background-color: #7882A5; }

<div style="background-color:#7882A5">Inner text</div>

This div background color is #7882A5.


Border color

.myBorderColor { border: 1px solid #7882A5; }

<div style="border:3px solid #7882A5">Div</div>

This div border color is #7882A5.


Opacity

.myOpacity80 { color: #7882A5; opacity: 0.8; }

<p style="color:#7882A5;opacity:0.8;">80%</p>

Text with #7882A5 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 #7882A5;}

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

This text has shadow with #7882A5 color.

.textShadow {text-shadow: 3px 3px 1px #7882A5, 3px 3px 1px red;}

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

This text has shadow with #7882A5 primary color and red secondary color.


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

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

This text has shadow with #7882A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7882A5 on black background.


Color preview on white background

This text has color #7882A5 on white background.



Black color preview on #7882A5 background

This text has black color on #7882A5 background.


White color preview on #7882A5 background

This text has white color on #7882A5 background.