COLOR #857AA0

HEX: #857AA0
RGB: (133,122,160)

Color info

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

RGB color model

#857AA0 color RGB value is (133,122,160).

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

RGB channels and saturation

R 133 of 255 = 52%
G 122 of 255 = 48%
B 160 of 255 = 63%

133
122
160

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

Portions of RGB colors in percentages

R + G + B =
133 + 122 + 160 = 415 (100%)
R 133 of 415 ~ 32.05%
G 122 of 415 ~ 29.4%
B 160 of 415 ~ 38.55%

%32.05
%29.4
%38.55

CMYK color model

#857AA0 color CMYK value is (17,24,0,37).

  • cyan value is 16.88%
  • magenta value is 23.75%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(17,24,0,37)
C17M24Y0K37 
(17%,24%,0%,37%)
(0.17/0.24/0.00/0.37)	

CMYK percentages

%16.88
%23.75
%0
%37.25

Codes

Color #857AA0 in popluar color models

857AA0
RGB133122160
HSL257°16.67%55.29%
HSB/HSV257°23.75%62.75%
CMYK16.88%23.75%0.00%
37.25%

Color #857AA0 in popluar number systems.

HEX857AA0
Decimal133122160
Binary10000101111101010100000
Octal205172240

Shades and tints

Shades of #857AA0

#857AA0
(133,122,160)
#796F92
(121,111,146)
#6D6484
(109,100,132)
#615976
(97,89,118)
#554E68
(85,78,104)
#49435A
(73,67,90)
#3D384C
(61,56,76)
#312D3E
(49,45,62)
#252230
(37,34,48)
#191722
(25,23,34)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #857AA0

#857AA0
(133,122,160)
#9086A8
(144,134,168)
#9B92B0
(155,146,176)
#A69EB8
(166,158,184)
#B1AAC0
(177,170,192)
#BCB6C8
(188,182,200)
#C7C2D0
(199,194,208)
#D2CED8
(210,206,216)
#DDDAE0
(221,218,224)
#E8E6E8
(232,230,232)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857AA0; }

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

This text font color is #857AA0.


Background Color

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

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

This div background color is #857AA0.


Border color

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

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

This div border color is #857AA0.


Opacity

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

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

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

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

This text has shadow with #857AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857AA0 on black background.


Color preview on white background

This text has color #857AA0 on white background.



Black color preview on #857AA0 background

This text has black color on #857AA0 background.


White color preview on #857AA0 background

This text has white color on #857AA0 background.