COLOR #857D8C

HEX: #857D8C
RGB: (133,125,140)

Color info

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

RGB color model

#857D8C color RGB value is (133,125,140).

  • red value is 133;
  • green value is 125;
  • blue value is 140.
RGB: (133,125,140) (52%,49%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 125 of 255 = 49%
B 140 of 255 = 55%

133
125
140

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

Portions of RGB colors in percentages

R + G + B =
133 + 125 + 140 = 398 (100%)
R 133 of 398 ~ 33.42%
G 125 of 398 ~ 31.41%
B 140 of 398 ~ 35.18%

%33.42
%31.41
%35.18

CMYK color model

#857D8C color CMYK value is (5,11,0,45).

  • cyan value is 5.00%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK: (5,11,0,45) C5M11Y0K45 (5%,11%,0%,45%) (0.05/0.11/0.00/0.45)

CMYK percentages

%5
%10.71
%0
%45.1

Codes

Color #857D8C in popluar color models

857D8C
RGB133125140
HSL272°6.12%51.96%
HSB/HSV272°10.71%54.90%
CMYK5.00%10.71%0.00%
45.10%

Color #857D8C in popluar number systems.

HEX857D8C
Decimal133125140
Binary10000101111110110001100
Octal205175214

Shades and tints

Shades of #857D8C

#857D8C
(133,125,140)
#797280
(121,114,128)
#6D6774
(109,103,116)
#615C68
(97,92,104)
#55515C
(85,81,92)
#494650
(73,70,80)
#3D3B44
(61,59,68)
#313038
(49,48,56)
#25252C
(37,37,44)
#191A20
(25,26,32)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #857D8C

#857D8C
(133,125,140)
#908896
(144,136,150)
#9B93A0
(155,147,160)
#A69EAA
(166,158,170)
#B1A9B4
(177,169,180)
#BCB4BE
(188,180,190)
#C7BFC8
(199,191,200)
#D2CAD2
(210,202,210)
#DDD5DC
(221,213,220)
#E8E0E6
(232,224,230)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857D8C color. Also use rgb(133,125,140) instead hex code.

Text Font Color

.myTextColor { color: #857D8C; }

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

This text font color is #857D8C.


Background Color

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

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

This div background color is #857D8C.


Border color

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

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

This div border color is #857D8C.


Opacity

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

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

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

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

This text has shadow with #857D8C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #857D8C on black background.


Color preview on white background

This text has color #857D8C on white background.



Black color preview on #857D8C background

This text has black color on #857D8C background.


White color preview on #857D8C background

This text has white color on #857D8C background.