COLOR #7887BC

HEX: #7887BC RGB: (120,135,188)

Color info

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

RGB color model

#7887BC color RGB value is (120,135,188).

RGB: (120,135,188) (47%, 53%, 74%)

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 188 of 255 = 74%

120
135
188

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

Portions of RGB colors in percentages

R + G + B = 120 + 135 + 188 = 443 (100%)
R 120 of 443 ~ 27.09%
G 135 of 443 ~ 30.47%
B 188 of 443 ~ 42.44'%

%27.09
%30.47
%42.44

CMYK color model

#7887BC color CMYK value is (36,28,0,26).

  • cyan value is 36.17%
  • magenta value is 28.19%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (36,28,0,26) C36M28Y0K26 (36%,28%,0%,26%) (0.36/0.28/0.00/0.26) 

CMYK percentages

%36.17
%28.19
%0
%26.27

Codes

Color #7887BC in popluar color models

78 87 BC
RGB 120 135 188
HSL 227° 33.66% 60.39%
HSB/HSV 227° 36.17% 73.73%
CMYK 36.17% 28.19% 0.00%
26.27%

Color #7887BC in popluar number systems.

HEX 78 87 BC
Decimal 120 135 188
Binary 1111000 10000111 10111100
Octal 170 207 274

Shades and tints

Shades of #7887BC

#7887BC
(120,135,188)
#6E7BAB
(110,123,171)
#646F9A
(100,111,154)
#5A6389
(90,99,137)
#505778
(80,87,120)
#464B67
(70,75,103)
#3C3F56
(60,63,86)
#323345
(50,51,69)
#282734
(40,39,52)
#1E1B23
(30,27,35)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #7887BC

#7887BC
(120,135,188)
#8491C2
(132,145,194)
#909BC8
(144,155,200)
#9CA5CE
(156,165,206)
#A8AFD4
(168,175,212)
#B4B9DA
(180,185,218)
#C0C3E0
(192,195,224)
#CCCDE6
(204,205,230)
#D8D7EC
(216,215,236)
#E4E1F2
(228,225,242)
#F0EBF8
(240,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7887BC; }

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

This text font color is #7887BC.

Background Color

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

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

This div background color is #7887BC.

Border color

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

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

This div border color is #7887BC.

Opacity

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

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

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

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

This text has shadow with #7887BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7887BC.

Preview

Color preview on black background

This text has color #7887BC on black background.


Color preview on white background

This text has color #7887BC on white background.


Black color preview on #7887BC background

This text has black color on #7887BC background.


White color preview on #7887BC background

This text has white color on #7887BC background.


Related colors

Complementary color

Complementary color for #hex is #877843.


I love getcolorcode.com

Triadic colors

1 #BC7887 and #87BC78 with #7887BC are triadic colors.

2 #BC8778 and #8778BC with #7887BC are triadic colors.