COLOR #857DB1

HEX: #857DB1
RGB: (133,125,177)

Color info

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

RGB color model

#857DB1 color RGB value is (133,125,177).

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

RGB channels and saturation

R 133 of 255 = 52%
G 125 of 255 = 49%
B 177 of 255 = 69%

133
125
177

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

Portions of RGB colors in percentages

R + G + B =
133 + 125 + 177 = 435 (100%)
R 133 of 435 ~ 30.57%
G 125 of 435 ~ 28.74%
B 177 of 435 ~ 40.69%

%30.57
%28.74
%40.69

CMYK color model

#857DB1 color CMYK value is (25,29,0,31).

  • cyan value is 24.86%
  • magenta value is 29.38%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(25,29,0,31)
C25M29Y0K31 
(25%,29%,0%,31%)
(0.25/0.29/0.00/0.31)	

CMYK percentages

%24.86
%29.38
%0
%30.59

Codes

Color #857DB1 in popluar color models

857DB1
RGB133125177
HSL249°25.00%59.22%
HSB/HSV249°29.38%69.41%
CMYK24.86%29.38%0.00%
30.59%

Color #857DB1 in popluar number systems.

HEX857DB1
Decimal133125177
Binary10000101111110110110001
Octal205175261

Shades and tints

Shades of #857DB1

#857DB1
(133,125,177)
#7972A1
(121,114,161)
#6D6791
(109,103,145)
#615C81
(97,92,129)
#555171
(85,81,113)
#494661
(73,70,97)
#3D3B51
(61,59,81)
#313041
(49,48,65)
#252531
(37,37,49)
#191A21
(25,26,33)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #857DB1

#857DB1
(133,125,177)
#9088B8
(144,136,184)
#9B93BF
(155,147,191)
#A69EC6
(166,158,198)
#B1A9CD
(177,169,205)
#BCB4D4
(188,180,212)
#C7BFDB
(199,191,219)
#D2CAE2
(210,202,226)
#DDD5E9
(221,213,233)
#E8E0F0
(232,224,240)
#F3EBF7
(243,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857DB1; }

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

This text font color is #857DB1.


Background Color

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

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

This div background color is #857DB1.


Border color

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

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

This div border color is #857DB1.


Opacity

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

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

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

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

This text has shadow with #857DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857DB1 on black background.


Color preview on white background

This text has color #857DB1 on white background.



Black color preview on #857DB1 background

This text has black color on #857DB1 background.


White color preview on #857DB1 background

This text has white color on #857DB1 background.