COLOR #7887C2

HEX: #7887C2
RGB: (120,135,194)

Color info

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

RGB color model

#7887C2 color RGB value is (120,135,194).

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

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 194 of 255 = 76%

120
135
194

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

Portions of RGB colors in percentages

R + G + B =
120 + 135 + 194 = 449 (100%)
R 120 of 449 ~ 26.73%
G 135 of 449 ~ 30.07%
B 194 of 449 ~ 43.21%

%26.73
%30.07
%43.21

CMYK color model

#7887C2 color CMYK value is (38,30,0,24).

  • cyan value is 38.14%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(38,30,0,24)
C38M30Y0K24 
(38%,30%,0%,24%)
(0.38/0.30/0.00/0.24)	

CMYK percentages

%38.14
%30.41
%0
%23.92

Codes

Color #7887C2 in popluar color models

7887C2
RGB120135194
HSL228°37.76%61.57%
HSB/HSV228°38.14%76.08%
CMYK38.14%30.41%0.00%
23.92%

Color #7887C2 in popluar number systems.

HEX7887C2
Decimal120135194
Binary11110001000011111000010
Octal170207302

Shades and tints

Shades of #7887C2

#7887C2
(120,135,194)
#6E7BB1
(110,123,177)
#646FA0
(100,111,160)
#5A638F
(90,99,143)
#50577E
(80,87,126)
#464B6D
(70,75,109)
#3C3F5C
(60,63,92)
#32334B
(50,51,75)
#28273A
(40,39,58)
#1E1B29
(30,27,41)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #7887C2

#7887C2
(120,135,194)
#8491C7
(132,145,199)
#909BCC
(144,155,204)
#9CA5D1
(156,165,209)
#A8AFD6
(168,175,214)
#B4B9DB
(180,185,219)
#C0C3E0
(192,195,224)
#CCCDE5
(204,205,229)
#D8D7EA
(216,215,234)
#E4E1EF
(228,225,239)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7887C2; }

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

This text font color is #7887C2.


Background Color

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

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

This div background color is #7887C2.


Border color

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

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

This div border color is #7887C2.


Opacity

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

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

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

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

This text has shadow with #7887C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7887C2 on black background.


Color preview on white background

This text has color #7887C2 on white background.



Black color preview on #7887C2 background

This text has black color on #7887C2 background.


White color preview on #7887C2 background

This text has white color on #7887C2 background.