COLOR #7881BA

HEX: #7881BA
RGB: (120,129,186)

Color info

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

RGB color model

#7881BA color RGB value is (120,129,186).

  • red value is 120;
  • green value is 129;
  • blue value is 186.
RGB:
(120,129,186)
(47%,51%,73%)

RGB channels and saturation

R 120 of 255 = 47%
G 129 of 255 = 51%
B 186 of 255 = 73%

120
129
186

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

Portions of RGB colors in percentages

R + G + B =
120 + 129 + 186 = 435 (100%)
R 120 of 435 ~ 27.59%
G 129 of 435 ~ 29.66%
B 186 of 435 ~ 42.76%

%27.59
%29.66
%42.76

CMYK color model

#7881BA color CMYK value is (35,31,0,27).

  • cyan value is 35.48%
  • magenta value is 30.65%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(35,31,0,27)
C35M31Y0K27 
(35%,31%,0%,27%)
(0.35/0.31/0.00/0.27)	

CMYK percentages

%35.48
%30.65
%0
%27.06

Codes

Color #7881BA in popluar color models

7881BA
RGB120129186
HSL232°32.35%60.00%
HSB/HSV232°35.48%72.94%
CMYK35.48%30.65%0.00%
27.06%

Color #7881BA in popluar number systems.

HEX7881BA
Decimal120129186
Binary11110001000000110111010
Octal170201272

Shades and tints

Shades of #7881BA

#7881BA
(120,129,186)
#6E76AA
(110,118,170)
#646B9A
(100,107,154)
#5A608A
(90,96,138)
#50557A
(80,85,122)
#464A6A
(70,74,106)
#3C3F5A
(60,63,90)
#32344A
(50,52,74)
#28293A
(40,41,58)
#1E1E2A
(30,30,42)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #7881BA

#7881BA
(120,129,186)
#848CC0
(132,140,192)
#9097C6
(144,151,198)
#9CA2CC
(156,162,204)
#A8ADD2
(168,173,210)
#B4B8D8
(180,184,216)
#C0C3DE
(192,195,222)
#CCCEE4
(204,206,228)
#D8D9EA
(216,217,234)
#E4E4F0
(228,228,240)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7881BA color. Also use rgb(120,129,186) instead hex code.

Text Font Color

.myTextColor { color: #7881BA; }

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

This text font color is #7881BA.


Background Color

.myBgColor { background-color: #7881BA; }

<div style="background-color:#7881BA">Inner text</div>

This div background color is #7881BA.


Border color

.myBorderColor { border: 1px solid #7881BA; }

<div style="border:3px solid #7881BA">Div</div>

This div border color is #7881BA.


Opacity

.myOpacity80 { color: #7881BA; opacity: 0.8; }

<p style="color:#7881BA;opacity:0.8;">80%</p>

Text with #7881BA 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 #7881BA;}

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

This text has shadow with #7881BA color.

.textShadow {text-shadow: 3px 3px 1px #7881BA, 3px 3px 1px red;}

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

This text has shadow with #7881BA primary color and red secondary color.


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

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

This text has shadow with #7881BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7881BA on black background.


Color preview on white background

This text has color #7881BA on white background.



Black color preview on #7881BA background

This text has black color on #7881BA background.


White color preview on #7881BA background

This text has white color on #7881BA background.