COLOR #857AB3

HEX: #857AB3
RGB: (133,122,179)

Color info

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

RGB color model

#857AB3 color RGB value is (133,122,179).

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

RGB channels and saturation

R 133 of 255 = 52%
G 122 of 255 = 48%
B 179 of 255 = 70%

133
122
179

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

Portions of RGB colors in percentages

R + G + B =
133 + 122 + 179 = 434 (100%)
R 133 of 434 ~ 30.65%
G 122 of 434 ~ 28.11%
B 179 of 434 ~ 41.24%

%30.65
%28.11
%41.24

CMYK color model

#857AB3 color CMYK value is (26,32,0,30).

  • cyan value is 25.70%
  • magenta value is 31.84%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(26,32,0,30)
C26M32Y0K30 
(26%,32%,0%,30%)
(0.26/0.32/0.00/0.30)	

CMYK percentages

%25.7
%31.84
%0
%29.8

Codes

Color #857AB3 in popluar color models

857AB3
RGB133122179
HSL252°27.27%59.02%
HSB/HSV252°31.84%70.20%
CMYK25.70%31.84%0.00%
29.80%

Color #857AB3 in popluar number systems.

HEX857AB3
Decimal133122179
Binary10000101111101010110011
Octal205172263

Shades and tints

Shades of #857AB3

#857AB3
(133,122,179)
#796FA3
(121,111,163)
#6D6493
(109,100,147)
#615983
(97,89,131)
#554E73
(85,78,115)
#494363
(73,67,99)
#3D3853
(61,56,83)
#312D43
(49,45,67)
#252233
(37,34,51)
#191723
(25,23,35)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #857AB3

#857AB3
(133,122,179)
#9086B9
(144,134,185)
#9B92BF
(155,146,191)
#A69EC5
(166,158,197)
#B1AACB
(177,170,203)
#BCB6D1
(188,182,209)
#C7C2D7
(199,194,215)
#D2CEDD
(210,206,221)
#DDDAE3
(221,218,227)
#E8E6E9
(232,230,233)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857AB3; }

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

This text font color is #857AB3.


Background Color

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

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

This div background color is #857AB3.


Border color

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

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

This div border color is #857AB3.


Opacity

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

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

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

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

This text has shadow with #857AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857AB3 on black background.


Color preview on white background

This text has color #857AB3 on white background.



Black color preview on #857AB3 background

This text has black color on #857AB3 background.


White color preview on #857AB3 background

This text has white color on #857AB3 background.