COLOR #7886A3

HEX: #7886A3
RGB: (120,134,163)

Color info

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

RGB color model

#7886A3 color RGB value is (120,134,163).

  • red value is 120;
  • green value is 134;
  • blue value is 163.
RGB:
(120,134,163)
(47%,53%,64%)

RGB channels and saturation

R 120 of 255 = 47%
G 134 of 255 = 53%
B 163 of 255 = 64%

120
134
163

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

Portions of RGB colors in percentages

R + G + B =
120 + 134 + 163 = 417 (100%)
R 120 of 417 ~ 28.78%
G 134 of 417 ~ 32.13%
B 163 of 417 ~ 39.09%

%28.78
%32.13
%39.09

CMYK color model

#7886A3 color CMYK value is (26,18,0,36).

  • cyan value is 26.38%
  • magenta value is 17.79%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(26,18,0,36)
C26M18Y0K36 
(26%,18%,0%,36%)
(0.26/0.18/0.00/0.36)	

CMYK percentages

%26.38
%17.79
%0
%36.08

Codes

Color #7886A3 in popluar color models

7886A3
RGB120134163
HSL220°18.94%55.49%
HSB/HSV220°26.38%63.92%
CMYK26.38%17.79%0.00%
36.08%

Color #7886A3 in popluar number systems.

HEX7886A3
Decimal120134163
Binary11110001000011010100011
Octal170206243

Shades and tints

Shades of #7886A3

#7886A3
(120,134,163)
#6E7A95
(110,122,149)
#646E87
(100,110,135)
#5A6279
(90,98,121)
#50566B
(80,86,107)
#464A5D
(70,74,93)
#3C3E4F
(60,62,79)
#323241
(50,50,65)
#282633
(40,38,51)
#1E1A25
(30,26,37)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #7886A3

#7886A3
(120,134,163)
#8491AB
(132,145,171)
#909CB3
(144,156,179)
#9CA7BB
(156,167,187)
#A8B2C3
(168,178,195)
#B4BDCB
(180,189,203)
#C0C8D3
(192,200,211)
#CCD3DB
(204,211,219)
#D8DEE3
(216,222,227)
#E4E9EB
(228,233,235)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7886A3 color. Also use rgb(120,134,163) instead hex code.

Text Font Color

.myTextColor { color: #7886A3; }

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

This text font color is #7886A3.


Background Color

.myBgColor { background-color: #7886A3; }

<div style="background-color:#7886A3">Inner text</div>

This div background color is #7886A3.


Border color

.myBorderColor { border: 1px solid #7886A3; }

<div style="border:3px solid #7886A3">Div</div>

This div border color is #7886A3.


Opacity

.myOpacity80 { color: #7886A3; opacity: 0.8; }

<p style="color:#7886A3;opacity:0.8;">80%</p>

Text with #7886A3 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 #7886A3;}

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

This text has shadow with #7886A3 color.

.textShadow {text-shadow: 3px 3px 1px #7886A3, 3px 3px 1px red;}

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

This text has shadow with #7886A3 primary color and red secondary color.


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

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

This text has shadow with #7886A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7886A3 on black background.


Color preview on white background

This text has color #7886A3 on white background.



Black color preview on #7886A3 background

This text has black color on #7886A3 background.


White color preview on #7886A3 background

This text has white color on #7886A3 background.