COLOR #7887B6

HEX: #7887B6
RGB: (120,135,182)

Color info

#7887B6 contains mainly green and blue colors. Web safe color of #7887B6 is #6699CC (or #69C).

RGB color model

#7887B6 color RGB value is (120,135,182).

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

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 182 of 255 = 71%

120
135
182

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

Portions of RGB colors in percentages

R + G + B =
120 + 135 + 182 = 437 (100%)
R 120 of 437 ~ 27.46%
G 135 of 437 ~ 30.89%
B 182 of 437 ~ 41.65%

%27.46
%30.89
%41.65

CMYK color model

#7887B6 color CMYK value is (34,26,0,29).

  • cyan value is 34.07%
  • magenta value is 25.82%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(34,26,0,29)
C34M26Y0K29 
(34%,26%,0%,29%)
(0.34/0.26/0.00/0.29)	

CMYK percentages

%34.07
%25.82
%0
%28.63

Codes

Color #7887B6 in popluar color models

7887B6
RGB120135182
HSL225°29.81%59.22%
HSB/HSV225°34.07%71.37%
CMYK34.07%25.82%0.00%
28.63%

Color #7887B6 in popluar number systems.

HEX7887B6
Decimal120135182
Binary11110001000011110110110
Octal170207266

Shades and tints

Shades of #7887B6

#7887B6
(120,135,182)
#6E7BA6
(110,123,166)
#646F96
(100,111,150)
#5A6386
(90,99,134)
#505776
(80,87,118)
#464B66
(70,75,102)
#3C3F56
(60,63,86)
#323346
(50,51,70)
#282736
(40,39,54)
#1E1B26
(30,27,38)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #7887B6

#7887B6
(120,135,182)
#8491BC
(132,145,188)
#909BC2
(144,155,194)
#9CA5C8
(156,165,200)
#A8AFCE
(168,175,206)
#B4B9D4
(180,185,212)
#C0C3DA
(192,195,218)
#CCCDE0
(204,205,224)
#D8D7E6
(216,215,230)
#E4E1EC
(228,225,236)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7887B6; }

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

This text font color is #7887B6.


Background Color

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

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

This div background color is #7887B6.


Border color

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

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

This div border color is #7887B6.


Opacity

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

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

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

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

This text has shadow with #7887B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7887B6 on black background.


Color preview on white background

This text has color #7887B6 on white background.



Black color preview on #7887B6 background

This text has black color on #7887B6 background.


White color preview on #7887B6 background

This text has white color on #7887B6 background.