COLOR #857DAD

HEX: #857DAD
RGB: (133,125,173)

Color info

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

RGB color model

#857DAD color RGB value is (133,125,173).

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

RGB channels and saturation

R 133 of 255 = 52%
G 125 of 255 = 49%
B 173 of 255 = 68%

133
125
173

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

Portions of RGB colors in percentages

R + G + B =
133 + 125 + 173 = 431 (100%)
R 133 of 431 ~ 30.86%
G 125 of 431 ~ 29%
B 173 of 431 ~ 40.14%

%30.86
%29
%40.14

CMYK color model

#857DAD color CMYK value is (23,28,0,32).

  • cyan value is 23.12%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(23,28,0,32)
C23M28Y0K32 
(23%,28%,0%,32%)
(0.23/0.28/0.00/0.32)	

CMYK percentages

%23.12
%27.75
%0
%32.16

Codes

Color #857DAD in popluar color models

857DAD
RGB133125173
HSL250°22.64%58.43%
HSB/HSV250°27.75%67.84%
CMYK23.12%27.75%0.00%
32.16%

Color #857DAD in popluar number systems.

HEX857DAD
Decimal133125173
Binary10000101111110110101101
Octal205175255

Shades and tints

Shades of #857DAD

#857DAD
(133,125,173)
#79729E
(121,114,158)
#6D678F
(109,103,143)
#615C80
(97,92,128)
#555171
(85,81,113)
#494662
(73,70,98)
#3D3B53
(61,59,83)
#313044
(49,48,68)
#252535
(37,37,53)
#191A26
(25,26,38)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #857DAD

#857DAD
(133,125,173)
#9088B4
(144,136,180)
#9B93BB
(155,147,187)
#A69EC2
(166,158,194)
#B1A9C9
(177,169,201)
#BCB4D0
(188,180,208)
#C7BFD7
(199,191,215)
#D2CADE
(210,202,222)
#DDD5E5
(221,213,229)
#E8E0EC
(232,224,236)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857DAD; }

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

This text font color is #857DAD.


Background Color

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

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

This div background color is #857DAD.


Border color

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

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

This div border color is #857DAD.


Opacity

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

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

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

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

This text has shadow with #857DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857DAD on black background.


Color preview on white background

This text has color #857DAD on white background.



Black color preview on #857DAD background

This text has black color on #857DAD background.


White color preview on #857DAD background

This text has white color on #857DAD background.