COLOR #857890

HEX: #857890 RGB: (133,120,144)

Color info

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

RGB color model

#857890 color RGB value is (133,120,144).

RGB: (133,120,144) (52%, 47%, 56%)

RGB channels and saturation

R 133 of 255 = 52%
G 120 of 255 = 47%
B 144 of 255 = 56%

133
120
144

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

Portions of RGB colors in percentages

R + G + B = 133 + 120 + 144 = 397 (100%)
R 133 of 397 ~ 33.5%
G 120 of 397 ~ 30.23%
B 144 of 397 ~ 36.27'%

%33.5
%30.23
%36.27

CMYK color model

#857890 color CMYK value is (8,17,0,44).

  • cyan value is 7.64%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (8,17,0,44)
C8M17Y0K44 (8%, 17%, 0%, 44%)
(0.08 / 0.17 / 0.00 / 0.44)

CMYK percentages

%7.64
%16.67
%0
%43.53

Codes

Color #857890 in popluar color models

85 78 90
RGB 133 120 144
HSL 273° 9.76% 51.76%
HSB/HSV 273° 16.67% 56.47%
CMYK 7.64% 16.67% 0.00%
43.53%

Color #857890 in popluar number systems.

HEX 85 78 90
Decimal 133 120 144
Binary 10000101 1111000 10010000
Octal 205 170 220

Shades and tints

Shades of #857890

#857890
(133,120,144)
#796E83
(121,110,131)
#6D6476
(109,100,118)
#615A69
(97,90,105)
#55505C
(85,80,92)
#49464F
(73,70,79)
#3D3C42
(61,60,66)
#313235
(49,50,53)
#252828
(37,40,40)
#191E1B
(25,30,27)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #857890

#857890
(133,120,144)
#90849A
(144,132,154)
#9B90A4
(155,144,164)
#A69CAE
(166,156,174)
#B1A8B8
(177,168,184)
#BCB4C2
(188,180,194)
#C7C0CC
(199,192,204)
#D2CCD6
(210,204,214)
#DDD8E0
(221,216,224)
#E8E4EA
(232,228,234)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857890 color. Also use rgb(133,120,144) instead hex code.

Text Font Color

.myTextColor { color: #857890; }

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

This text font color is #857890.

Background Color

.myBgColor { background-color: #857890; }

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

This div background color is #857890.

Border color

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

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

This div border color is #857890.

Opacity

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

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

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

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

This text has shadow with #857890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857890.

Preview

Color preview on black background

This text has color #857890 on black background.


Color preview on white background

This text has color #857890 on white background.


Black color preview on #857890 background

This text has black color on #857890 background.


White color preview on #857890 background

This text has white color on #857890 background.


Related colors

Complementary color

Complementary color for #hex is #7A876F.


I love getcolorcode.com

Triadic colors

1 #908578 and #789085 with #857890 are triadic colors.

2 #907885 and #788590 with #857890 are triadic colors.