COLOR #857893

HEX: #857893
RGB: (133,120,147)

Color info

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

RGB color model

#857893 color RGB value is (133,120,147).

  • red value is 133;
  • green value is 120;
  • blue value is 147.
RGB:
(133,120,147)
(52%,47%,58%)

RGB channels and saturation

R 133 of 255 = 52%
G 120 of 255 = 47%
B 147 of 255 = 58%

133
120
147

R + G + B ~ 52%. #857893 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 120 + 147 = 400 (100%)
R 133 of 400 ~ 33.25%
G 120 of 400 ~ 30%
B 147 of 400 ~ 36.75%

%33.25
%30
%36.75

CMYK color model

#857893 color CMYK value is (10,18,0,42).

  • cyan value is 9.52%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(10,18,0,42)
C10M18Y0K42 
(10%,18%,0%,42%)
(0.10/0.18/0.00/0.42)	

CMYK percentages

%9.52
%18.37
%0
%42.35

Codes

Color #857893 in popluar color models

857893
RGB133120147
HSL269°11.11%52.35%
HSB/HSV269°18.37%57.65%
CMYK9.52%18.37%0.00%
42.35%

Color #857893 in popluar number systems.

HEX857893
Decimal133120147
Binary10000101111100010010011
Octal205170223

Shades and tints

Shades of #857893

#857893
(133,120,147)
#796E86
(121,110,134)
#6D6479
(109,100,121)
#615A6C
(97,90,108)
#55505F
(85,80,95)
#494652
(73,70,82)
#3D3C45
(61,60,69)
#313238
(49,50,56)
#25282B
(37,40,43)
#191E1E
(25,30,30)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #857893

#857893
(133,120,147)
#90849C
(144,132,156)
#9B90A5
(155,144,165)
#A69CAE
(166,156,174)
#B1A8B7
(177,168,183)
#BCB4C0
(188,180,192)
#C7C0C9
(199,192,201)
#D2CCD2
(210,204,210)
#DDD8DB
(221,216,219)
#E8E4E4
(232,228,228)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857893 color. Also use rgb(133,120,147) instead hex code.

Text Font Color

.myTextColor { color: #857893; }

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

This text font color is #857893.


Background Color

.myBgColor { background-color: #857893; }

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

This div background color is #857893.


Border color

.myBorderColor { border: 1px solid #857893; }

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

This div border color is #857893.


Opacity

.myOpacity80 { color: #857893; opacity: 0.8; }

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

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

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

This text has shadow with #857893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857893 on black background.


Color preview on white background

This text has color #857893 on white background.



Black color preview on #857893 background

This text has black color on #857893 background.


White color preview on #857893 background

This text has white color on #857893 background.