COLOR #857AB1

HEX: #857AB1
RGB: (133,122,177)

Color info

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

RGB color model

#857AB1 color RGB value is (133,122,177).

  • red value is 133;
  • green value is 122;
  • blue value is 177.
RGB:
(133,122,177)
(52%,48%,69%)

RGB channels and saturation

R 133 of 255 = 52%
G 122 of 255 = 48%
B 177 of 255 = 69%

133
122
177

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

Portions of RGB colors in percentages

R + G + B =
133 + 122 + 177 = 432 (100%)
R 133 of 432 ~ 30.79%
G 122 of 432 ~ 28.24%
B 177 of 432 ~ 40.97%

%30.79
%28.24
%40.97

CMYK color model

#857AB1 color CMYK value is (25,31,0,31).

  • cyan value is 24.86%
  • magenta value is 31.07%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(25,31,0,31)
C25M31Y0K31 
(25%,31%,0%,31%)
(0.25/0.31/0.00/0.31)	

CMYK percentages

%24.86
%31.07
%0
%30.59

Codes

Color #857AB1 in popluar color models

857AB1
RGB133122177
HSL252°26.07%58.63%
HSB/HSV252°31.07%69.41%
CMYK24.86%31.07%0.00%
30.59%

Color #857AB1 in popluar number systems.

HEX857AB1
Decimal133122177
Binary10000101111101010110001
Octal205172261

Shades and tints

Shades of #857AB1

#857AB1
(133,122,177)
#796FA1
(121,111,161)
#6D6491
(109,100,145)
#615981
(97,89,129)
#554E71
(85,78,113)
#494361
(73,67,97)
#3D3851
(61,56,81)
#312D41
(49,45,65)
#252231
(37,34,49)
#191721
(25,23,33)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #857AB1

#857AB1
(133,122,177)
#9086B8
(144,134,184)
#9B92BF
(155,146,191)
#A69EC6
(166,158,198)
#B1AACD
(177,170,205)
#BCB6D4
(188,182,212)
#C7C2DB
(199,194,219)
#D2CEE2
(210,206,226)
#DDDAE9
(221,218,233)
#E8E6F0
(232,230,240)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857AB1 color. Also use rgb(133,122,177) instead hex code.

Text Font Color

.myTextColor { color: #857AB1; }

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

This text font color is #857AB1.


Background Color

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

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

This div background color is #857AB1.


Border color

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

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

This div border color is #857AB1.


Opacity

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

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

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

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

This text has shadow with #857AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857AB1 on black background.


Color preview on white background

This text has color #857AB1 on white background.



Black color preview on #857AB1 background

This text has black color on #857AB1 background.


White color preview on #857AB1 background

This text has white color on #857AB1 background.