COLOR #7E85B7

HEX: #7E85B7
RGB: (126,133,183)

Color info

#7E85B7 contains red, green and blue colors in about the same proportion. Web safe color of #7E85B7 is #6699CC (or #69C).

RGB color model

#7E85B7 color RGB value is (126,133,183).

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

RGB channels and saturation

R 126 of 255 = 49%
G 133 of 255 = 52%
B 183 of 255 = 72%

126
133
183

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

Portions of RGB colors in percentages

R + G + B =
126 + 133 + 183 = 442 (100%)
R 126 of 442 ~ 28.51%
G 133 of 442 ~ 30.09%
B 183 of 442 ~ 41.4%

%28.51
%30.09
%41.4

CMYK color model

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

  • cyan value is 31.15%
  • magenta value is 27.32%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(31,27,0,28)
C31M27Y0K28 
(31%,27%,0%,28%)
(0.31/0.27/0.00/0.28)	

CMYK percentages

%31.15
%27.32
%0
%28.24

Codes

Color #7E85B7 in popluar color models

7E85B7
RGB126133183
HSL233°28.36%60.59%
HSB/HSV233°31.15%71.76%
CMYK31.15%27.32%0.00%
28.24%

Color #7E85B7 in popluar number systems.

HEX7E85B7
Decimal126133183
Binary11111101000010110110111
Octal176205267

Shades and tints

Shades of #7E85B7

#7E85B7
(126,133,183)
#7379A7
(115,121,167)
#686D97
(104,109,151)
#5D6187
(93,97,135)
#525577
(82,85,119)
#474967
(71,73,103)
#3C3D57
(60,61,87)
#313147
(49,49,71)
#262537
(38,37,55)
#1B1927
(27,25,39)
#100D17
(16,13,23)
#000000
(0,0,0)

Tints of #7E85B7

#7E85B7
(126,133,183)
#8990BD
(137,144,189)
#949BC3
(148,155,195)
#9FA6C9
(159,166,201)
#AAB1CF
(170,177,207)
#B5BCD5
(181,188,213)
#C0C7DB
(192,199,219)
#CBD2E1
(203,210,225)
#D6DDE7
(214,221,231)
#E1E8ED
(225,232,237)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E85B7; }

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

This text font color is #7E85B7.


Background Color

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

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

This div background color is #7E85B7.


Border color

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

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

This div border color is #7E85B7.


Opacity

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

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

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

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

This text has shadow with #7E85B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E85B7 on black background.


Color preview on white background

This text has color #7E85B7 on white background.



Black color preview on #7E85B7 background

This text has black color on #7E85B7 background.


White color preview on #7E85B7 background

This text has white color on #7E85B7 background.