COLOR #857EB8

HEX: #857EB8
RGB: (133,126,184)

Color info

#857EB8 contains red, green and blue colors in about the same proportion. Web safe color of #857EB8 is #9966CC (or #96C).

RGB color model

#857EB8 color RGB value is (133,126,184).

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

RGB channels and saturation

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

133
126
184

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

Portions of RGB colors in percentages

R + G + B =
133 + 126 + 184 = 443 (100%)
R 133 of 443 ~ 30.02%
G 126 of 443 ~ 28.44%
B 184 of 443 ~ 41.53%

%30.02
%28.44
%41.53

CMYK color model

#857EB8 color CMYK value is (28,32,0,28).

  • cyan value is 27.72%
  • magenta value is 31.52%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(28,32,0,28)
C28M32Y0K28 
(28%,32%,0%,28%)
(0.28/0.32/0.00/0.28)	

CMYK percentages

%27.72
%31.52
%0
%27.84

Codes

Color #857EB8 in popluar color models

857EB8
RGB133126184
HSL247°29.00%60.78%
HSB/HSV247°31.52%72.16%
CMYK27.72%31.52%0.00%
27.84%

Color #857EB8 in popluar number systems.

HEX857EB8
Decimal133126184
Binary10000101111111010111000
Octal205176270

Shades and tints

Shades of #857EB8

#857EB8
(133,126,184)
#7973A8
(121,115,168)
#6D6898
(109,104,152)
#615D88
(97,93,136)
#555278
(85,82,120)
#494768
(73,71,104)
#3D3C58
(61,60,88)
#313148
(49,49,72)
#252638
(37,38,56)
#191B28
(25,27,40)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #857EB8

#857EB8
(133,126,184)
#9089BE
(144,137,190)
#9B94C4
(155,148,196)
#A69FCA
(166,159,202)
#B1AAD0
(177,170,208)
#BCB5D6
(188,181,214)
#C7C0DC
(199,192,220)
#D2CBE2
(210,203,226)
#DDD6E8
(221,214,232)
#E8E1EE
(232,225,238)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857EB8 color. Also use rgb(133,126,184) instead hex code.

Text Font Color

.myTextColor { color: #857EB8; }

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

This text font color is #857EB8.


Background Color

.myBgColor { background-color: #857EB8; }

<div style="background-color:#857EB8">Inner text</div>

This div background color is #857EB8.


Border color

.myBorderColor { border: 1px solid #857EB8; }

<div style="border:3px solid #857EB8">Div</div>

This div border color is #857EB8.


Opacity

.myOpacity80 { color: #857EB8; opacity: 0.8; }

<p style="color:#857EB8;opacity:0.8;">80%</p>

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

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

This text has shadow with #857EB8 color.

.textShadow {text-shadow: 3px 3px 1px #857EB8, 3px 3px 1px red;}

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

This text has shadow with #857EB8 primary color and red secondary color.


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

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

This text has shadow with #857EB8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857EB8 on black background.


Color preview on white background

This text has color #857EB8 on white background.



Black color preview on #857EB8 background

This text has black color on #857EB8 background.


White color preview on #857EB8 background

This text has white color on #857EB8 background.