COLOR #857090

HEX: #857090
RGB: (133,112,144)

Color info

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

RGB color model

#857090 color RGB value is (133,112,144).

  • red value is 133;
  • green value is 112;
  • blue value is 144.
RGB:
(133,112,144)
(52%,44%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 144 of 255 = 56%

133
112
144

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

Portions of RGB colors in percentages

R + G + B =
133 + 112 + 144 = 389 (100%)
R 133 of 389 ~ 34.19%
G 112 of 389 ~ 28.79%
B 144 of 389 ~ 37.02%

%34.19
%28.79
%37.02

CMYK color model

#857090 color CMYK value is (8,22,0,44).

  • cyan value is 7.64%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(8,22,0,44)
C8M22Y0K44 
(8%,22%,0%,44%)
(0.08/0.22/0.00/0.44)	

CMYK percentages

%7.64
%22.22
%0
%43.53

Codes

Color #857090 in popluar color models

857090
RGB133112144
HSL279°12.60%50.20%
HSB/HSV279°22.22%56.47%
CMYK7.64%22.22%0.00%
43.53%

Color #857090 in popluar number systems.

HEX857090
Decimal133112144
Binary10000101111000010010000
Octal205160220

Shades and tints

Shades of #857090

#857090
(133,112,144)
#796683
(121,102,131)
#6D5C76
(109,92,118)
#615269
(97,82,105)
#55485C
(85,72,92)
#493E4F
(73,62,79)
#3D3442
(61,52,66)
#312A35
(49,42,53)
#252028
(37,32,40)
#19161B
(25,22,27)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #857090

#857090
(133,112,144)
#907D9A
(144,125,154)
#9B8AA4
(155,138,164)
#A697AE
(166,151,174)
#B1A4B8
(177,164,184)
#BCB1C2
(188,177,194)
#C7BECC
(199,190,204)
#D2CBD6
(210,203,214)
#DDD8E0
(221,216,224)
#E8E5EA
(232,229,234)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857090; }

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

This text font color is #857090.


Background Color

.myBgColor { background-color: #857090; }

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

This div background color is #857090.


Border color

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

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

This div border color is #857090.


Opacity

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

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

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

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

This text has shadow with #857090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857090 on black background.


Color preview on white background

This text has color #857090 on white background.



Black color preview on #857090 background

This text has black color on #857090 background.


White color preview on #857090 background

This text has white color on #857090 background.