COLOR #857990

HEX: #857990
RGB: (133,121,144)

Color info

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

RGB color model

#857990 color RGB value is (133,121,144).

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

RGB channels and saturation

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

133
121
144

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

Portions of RGB colors in percentages

R + G + B =
133 + 121 + 144 = 398 (100%)
R 133 of 398 ~ 33.42%
G 121 of 398 ~ 30.4%
B 144 of 398 ~ 36.18%

%33.42
%30.4
%36.18

CMYK color model

#857990 color CMYK value is (8,16,0,44).

  • cyan value is 7.64%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(8,16,0,44)
C8M16Y0K44 
(8%,16%,0%,44%)
(0.08/0.16/0.00/0.44)	

CMYK percentages

%7.64
%15.97
%0
%43.53

Codes

Color #857990 in popluar color models

857990
RGB133121144
HSL271°9.39%51.96%
HSB/HSV271°15.97%56.47%
CMYK7.64%15.97%0.00%
43.53%

Color #857990 in popluar number systems.

HEX857990
Decimal133121144
Binary10000101111100110010000
Octal205171220

Shades and tints

Shades of #857990

#857990
(133,121,144)
#796E83
(121,110,131)
#6D6376
(109,99,118)
#615869
(97,88,105)
#554D5C
(85,77,92)
#49424F
(73,66,79)
#3D3742
(61,55,66)
#312C35
(49,44,53)
#252128
(37,33,40)
#19161B
(25,22,27)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #857990

#857990
(133,121,144)
#90859A
(144,133,154)
#9B91A4
(155,145,164)
#A69DAE
(166,157,174)
#B1A9B8
(177,169,184)
#BCB5C2
(188,181,194)
#C7C1CC
(199,193,204)
#D2CDD6
(210,205,214)
#DDD9E0
(221,217,224)
#E8E5EA
(232,229,234)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857990; }

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

This text font color is #857990.


Background Color

.myBgColor { background-color: #857990; }

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

This div background color is #857990.


Border color

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

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

This div border color is #857990.


Opacity

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

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

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

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

This text has shadow with #857990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857990 on black background.


Color preview on white background

This text has color #857990 on white background.



Black color preview on #857990 background

This text has black color on #857990 background.


White color preview on #857990 background

This text has white color on #857990 background.