COLOR #7E85BA

HEX: #7E85BA
RGB: (126,133,186)

Color info

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

RGB color model

#7E85BA color RGB value is (126,133,186).

  • red value is 126;
  • green value is 133;
  • blue value is 186.
RGB:
(126,133,186)
(49%,52%,73%)

RGB channels and saturation

R 126 of 255 = 49%
G 133 of 255 = 52%
B 186 of 255 = 73%

126
133
186

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

Portions of RGB colors in percentages

R + G + B =
126 + 133 + 186 = 445 (100%)
R 126 of 445 ~ 28.31%
G 133 of 445 ~ 29.89%
B 186 of 445 ~ 41.8%

%28.31
%29.89
%41.8

CMYK color model

#7E85BA color CMYK value is (32,28,0,27).

  • cyan value is 32.26%
  • magenta value is 28.49%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(32,28,0,27)
C32M28Y0K27 
(32%,28%,0%,27%)
(0.32/0.28/0.00/0.27)	

CMYK percentages

%32.26
%28.49
%0
%27.06

Codes

Color #7E85BA in popluar color models

7E85BA
RGB126133186
HSL233°30.30%61.18%
HSB/HSV233°32.26%72.94%
CMYK32.26%28.49%0.00%
27.06%

Color #7E85BA in popluar number systems.

HEX7E85BA
Decimal126133186
Binary11111101000010110111010
Octal176205272

Shades and tints

Shades of #7E85BA

#7E85BA
(126,133,186)
#7379AA
(115,121,170)
#686D9A
(104,109,154)
#5D618A
(93,97,138)
#52557A
(82,85,122)
#47496A
(71,73,106)
#3C3D5A
(60,61,90)
#31314A
(49,49,74)
#26253A
(38,37,58)
#1B192A
(27,25,42)
#100D1A
(16,13,26)
#000000
(0,0,0)

Tints of #7E85BA

#7E85BA
(126,133,186)
#8990C0
(137,144,192)
#949BC6
(148,155,198)
#9FA6CC
(159,166,204)
#AAB1D2
(170,177,210)
#B5BCD8
(181,188,216)
#C0C7DE
(192,199,222)
#CBD2E4
(203,210,228)
#D6DDEA
(214,221,234)
#E1E8F0
(225,232,240)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E85BA color. Also use rgb(126,133,186) instead hex code.

Text Font Color

.myTextColor { color: #7E85BA; }

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

This text font color is #7E85BA.


Background Color

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

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

This div background color is #7E85BA.


Border color

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

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

This div border color is #7E85BA.


Opacity

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

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

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

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

This text has shadow with #7E85BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E85BA on black background.


Color preview on white background

This text has color #7E85BA on white background.



Black color preview on #7E85BA background

This text has black color on #7E85BA background.


White color preview on #7E85BA background

This text has white color on #7E85BA background.