COLOR #857D9D

HEX: #857D9D
RGB: (133,125,157)

Color info

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

RGB color model

#857D9D color RGB value is (133,125,157).

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

RGB channels and saturation

R 133 of 255 = 52%
G 125 of 255 = 49%
B 157 of 255 = 62%

133
125
157

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

Portions of RGB colors in percentages

R + G + B =
133 + 125 + 157 = 415 (100%)
R 133 of 415 ~ 32.05%
G 125 of 415 ~ 30.12%
B 157 of 415 ~ 37.83%

%32.05
%30.12
%37.83

CMYK color model

#857D9D color CMYK value is (15,20,0,38).

  • cyan value is 15.29%
  • magenta value is 20.38%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(15,20,0,38)
C15M20Y0K38 
(15%,20%,0%,38%)
(0.15/0.20/0.00/0.38)	

CMYK percentages

%15.29
%20.38
%0
%38.43

Codes

Color #857D9D in popluar color models

857D9D
RGB133125157
HSL255°14.04%55.29%
HSB/HSV255°20.38%61.57%
CMYK15.29%20.38%0.00%
38.43%

Color #857D9D in popluar number systems.

HEX857D9D
Decimal133125157
Binary10000101111110110011101
Octal205175235

Shades and tints

Shades of #857D9D

#857D9D
(133,125,157)
#79728F
(121,114,143)
#6D6781
(109,103,129)
#615C73
(97,92,115)
#555165
(85,81,101)
#494657
(73,70,87)
#3D3B49
(61,59,73)
#31303B
(49,48,59)
#25252D
(37,37,45)
#191A1F
(25,26,31)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #857D9D

#857D9D
(133,125,157)
#9088A5
(144,136,165)
#9B93AD
(155,147,173)
#A69EB5
(166,158,181)
#B1A9BD
(177,169,189)
#BCB4C5
(188,180,197)
#C7BFCD
(199,191,205)
#D2CAD5
(210,202,213)
#DDD5DD
(221,213,221)
#E8E0E5
(232,224,229)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857D9D; }

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

This text font color is #857D9D.


Background Color

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

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

This div background color is #857D9D.


Border color

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

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

This div border color is #857D9D.


Opacity

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

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

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

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

This text has shadow with #857D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857D9D on black background.


Color preview on white background

This text has color #857D9D on white background.



Black color preview on #857D9D background

This text has black color on #857D9D background.


White color preview on #857D9D background

This text has white color on #857D9D background.