COLOR #857EAD

HEX: #857EAD
RGB: (133,126,173)

Color info

#857EAD contains red, green and blue colors in about the same proportion. Web safe color of #857EAD is #996699 (or #969).

RGB color model

#857EAD color RGB value is (133,126,173).

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

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 173 of 255 = 68%

133
126
173

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

Portions of RGB colors in percentages

R + G + B =
133 + 126 + 173 = 432 (100%)
R 133 of 432 ~ 30.79%
G 126 of 432 ~ 29.17%
B 173 of 432 ~ 40.05%

%30.79
%29.17
%40.05

CMYK color model

#857EAD color CMYK value is (23,27,0,32).

  • cyan value is 23.12%
  • magenta value is 27.17%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(23,27,0,32)
C23M27Y0K32 
(23%,27%,0%,32%)
(0.23/0.27/0.00/0.32)	

CMYK percentages

%23.12
%27.17
%0
%32.16

Codes

Color #857EAD in popluar color models

857EAD
RGB133126173
HSL249°22.27%58.63%
HSB/HSV249°27.17%67.84%
CMYK23.12%27.17%0.00%
32.16%

Color #857EAD in popluar number systems.

HEX857EAD
Decimal133126173
Binary10000101111111010101101
Octal205176255

Shades and tints

Shades of #857EAD

#857EAD
(133,126,173)
#79739E
(121,115,158)
#6D688F
(109,104,143)
#615D80
(97,93,128)
#555271
(85,82,113)
#494762
(73,71,98)
#3D3C53
(61,60,83)
#313144
(49,49,68)
#252635
(37,38,53)
#191B26
(25,27,38)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #857EAD

#857EAD
(133,126,173)
#9089B4
(144,137,180)
#9B94BB
(155,148,187)
#A69FC2
(166,159,194)
#B1AAC9
(177,170,201)
#BCB5D0
(188,181,208)
#C7C0D7
(199,192,215)
#D2CBDE
(210,203,222)
#DDD6E5
(221,214,229)
#E8E1EC
(232,225,236)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857EAD; }

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

This text font color is #857EAD.


Background Color

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

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

This div background color is #857EAD.


Border color

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

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

This div border color is #857EAD.


Opacity

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

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

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

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

This text has shadow with #857EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857EAD on black background.


Color preview on white background

This text has color #857EAD on white background.



Black color preview on #857EAD background

This text has black color on #857EAD background.


White color preview on #857EAD background

This text has white color on #857EAD background.