COLOR #7E81BB

HEX: #7E81BB
RGB: (126,129,187)

Color info

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

RGB color model

#7E81BB color RGB value is (126,129,187).

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

RGB channels and saturation

R 126 of 255 = 49%
G 129 of 255 = 51%
B 187 of 255 = 73%

126
129
187

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

Portions of RGB colors in percentages

R + G + B =
126 + 129 + 187 = 442 (100%)
R 126 of 442 ~ 28.51%
G 129 of 442 ~ 29.19%
B 187 of 442 ~ 42.31%

%28.51
%29.19
%42.31

CMYK color model

#7E81BB color CMYK value is (33,31,0,27).

  • cyan value is 32.62%
  • magenta value is 31.02%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(33,31,0,27)
C33M31Y0K27 
(33%,31%,0%,27%)
(0.33/0.31/0.00/0.27)	

CMYK percentages

%32.62
%31.02
%0
%26.67

Codes

Color #7E81BB in popluar color models

7E81BB
RGB126129187
HSL237°30.96%61.37%
HSB/HSV237°32.62%73.33%
CMYK32.62%31.02%0.00%
26.67%

Color #7E81BB in popluar number systems.

HEX7E81BB
Decimal126129187
Binary11111101000000110111011
Octal176201273

Shades and tints

Shades of #7E81BB

#7E81BB
(126,129,187)
#7376AA
(115,118,170)
#686B99
(104,107,153)
#5D6088
(93,96,136)
#525577
(82,85,119)
#474A66
(71,74,102)
#3C3F55
(60,63,85)
#313444
(49,52,68)
#262933
(38,41,51)
#1B1E22
(27,30,34)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #7E81BB

#7E81BB
(126,129,187)
#898CC1
(137,140,193)
#9497C7
(148,151,199)
#9FA2CD
(159,162,205)
#AAADD3
(170,173,211)
#B5B8D9
(181,184,217)
#C0C3DF
(192,195,223)
#CBCEE5
(203,206,229)
#D6D9EB
(214,217,235)
#E1E4F1
(225,228,241)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E81BB; }

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

This text font color is #7E81BB.


Background Color

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

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

This div background color is #7E81BB.


Border color

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

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

This div border color is #7E81BB.


Opacity

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

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

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

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

This text has shadow with #7E81BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E81BB on black background.


Color preview on white background

This text has color #7E81BB on white background.



Black color preview on #7E81BB background

This text has black color on #7E81BB background.


White color preview on #7E81BB background

This text has white color on #7E81BB background.