COLOR #7E81B0

HEX: #7E81B0
RGB: (126,129,176)

Color info

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

RGB color model

#7E81B0 color RGB value is (126,129,176).

  • red value is 126;
  • green value is 129;
  • blue value is 176.
RGB:
(126,129,176)
(49%,51%,69%)

RGB channels and saturation

R 126 of 255 = 49%
G 129 of 255 = 51%
B 176 of 255 = 69%

126
129
176

R + G + B ~ 56%. #7E81B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 129 + 176 = 431 (100%)
R 126 of 431 ~ 29.23%
G 129 of 431 ~ 29.93%
B 176 of 431 ~ 40.84%

%29.23
%29.93
%40.84

CMYK color model

#7E81B0 color CMYK value is (28,27,0,31).

  • cyan value is 28.41%
  • magenta value is 26.70%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(28,27,0,31)
C28M27Y0K31 
(28%,27%,0%,31%)
(0.28/0.27/0.00/0.31)	

CMYK percentages

%28.41
%26.7
%0
%30.98

Codes

Color #7E81B0 in popluar color models

7E81B0
RGB126129176
HSL236°24.04%59.22%
HSB/HSV236°28.41%69.02%
CMYK28.41%26.70%0.00%
30.98%

Color #7E81B0 in popluar number systems.

HEX7E81B0
Decimal126129176
Binary11111101000000110110000
Octal176201260

Shades and tints

Shades of #7E81B0

#7E81B0
(126,129,176)
#7376A0
(115,118,160)
#686B90
(104,107,144)
#5D6080
(93,96,128)
#525570
(82,85,112)
#474A60
(71,74,96)
#3C3F50
(60,63,80)
#313440
(49,52,64)
#262930
(38,41,48)
#1B1E20
(27,30,32)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #7E81B0

#7E81B0
(126,129,176)
#898CB7
(137,140,183)
#9497BE
(148,151,190)
#9FA2C5
(159,162,197)
#AAADCC
(170,173,204)
#B5B8D3
(181,184,211)
#C0C3DA
(192,195,218)
#CBCEE1
(203,206,225)
#D6D9E8
(214,217,232)
#E1E4EF
(225,228,239)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E81B0 color. Also use rgb(126,129,176) instead hex code.

Text Font Color

.myTextColor { color: #7E81B0; }

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

This text font color is #7E81B0.


Background Color

.myBgColor { background-color: #7E81B0; }

<div style="background-color:#7E81B0">Inner text</div>

This div background color is #7E81B0.


Border color

.myBorderColor { border: 1px solid #7E81B0; }

<div style="border:3px solid #7E81B0">Div</div>

This div border color is #7E81B0.


Opacity

.myOpacity80 { color: #7E81B0; opacity: 0.8; }

<p style="color:#7E81B0;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E81B0 color.

.textShadow {text-shadow: 3px 3px 1px #7E81B0, 3px 3px 1px red;}

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

This text has shadow with #7E81B0 primary color and red secondary color.


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

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

This text has shadow with #7E81B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E81B0 on black background.


Color preview on white background

This text has color #7E81B0 on white background.



Black color preview on #7E81B0 background

This text has black color on #7E81B0 background.


White color preview on #7E81B0 background

This text has white color on #7E81B0 background.