COLOR #857184

HEX: #857184
RGB: (133,113,132)

Color info

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

RGB color model

#857184 color RGB value is (133,113,132).

  • red value is 133;
  • green value is 113;
  • blue value is 132.
RGB:
(133,113,132)
(52%,44%,52%)

RGB channels and saturation

R 133 of 255 = 52%
G 113 of 255 = 44%
B 132 of 255 = 52%

133
113
132

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

Portions of RGB colors in percentages

R + G + B =
133 + 113 + 132 = 378 (100%)
R 133 of 378 ~ 35.19%
G 113 of 378 ~ 29.89%
B 132 of 378 ~ 34.92%

%35.19
%29.89
%34.92

CMYK color model

#857184 color CMYK value is (0,15,1,48).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 0.75%
  • key color value is 47.84%
CMYK:
(0,15,1,48)
C0M15Y1K48 
(0%,15%,1%,48%)
(0.00/0.15/0.01/0.48)	

CMYK percentages

%0
%15.04
%0.75
%47.84

Codes

Color #857184 in popluar color models

857184
RGB133113132
HSL303°8.13%48.24%
HSB/HSV303°15.04%52.16%
CMYK0.00%15.04%0.75%
47.84%

Color #857184 in popluar number systems.

HEX857184
Decimal133113132
Binary10000101111000110000100
Octal205161204

Shades and tints

Shades of #857184

#857184
(133,113,132)
#796778
(121,103,120)
#6D5D6C
(109,93,108)
#615360
(97,83,96)
#554954
(85,73,84)
#493F48
(73,63,72)
#3D353C
(61,53,60)
#312B30
(49,43,48)
#252124
(37,33,36)
#191718
(25,23,24)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #857184

#857184
(133,113,132)
#907D8F
(144,125,143)
#9B899A
(155,137,154)
#A695A5
(166,149,165)
#B1A1B0
(177,161,176)
#BCADBB
(188,173,187)
#C7B9C6
(199,185,198)
#D2C5D1
(210,197,209)
#DDD1DC
(221,209,220)
#E8DDE7
(232,221,231)
#F3E9F2
(243,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857184 color. Also use rgb(133,113,132) instead hex code.

Text Font Color

.myTextColor { color: #857184; }

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

This text font color is #857184.


Background Color

.myBgColor { background-color: #857184; }

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

This div background color is #857184.


Border color

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

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

This div border color is #857184.


Opacity

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

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

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

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

This text has shadow with #857184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857184 on black background.


Color preview on white background

This text has color #857184 on white background.



Black color preview on #857184 background

This text has black color on #857184 background.


White color preview on #857184 background

This text has white color on #857184 background.