COLOR #857C90

HEX: #857C90
RGB: (133,124,144)

Color info

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

RGB color model

#857C90 color RGB value is (133,124,144).

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

RGB channels and saturation

R 133 of 255 = 52%
G 124 of 255 = 49%
B 144 of 255 = 56%

133
124
144

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

Portions of RGB colors in percentages

R + G + B =
133 + 124 + 144 = 401 (100%)
R 133 of 401 ~ 33.17%
G 124 of 401 ~ 30.92%
B 144 of 401 ~ 35.91%

%33.17
%30.92
%35.91

CMYK color model

#857C90 color CMYK value is (8,14,0,44).

  • cyan value is 7.64%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (8,14,0,44) C8M14Y0K44 (8%,14%,0%,44%) (0.08/0.14/0.00/0.44)

CMYK percentages

%7.64
%13.89
%0
%43.53

Codes

Color #857C90 in popluar color models

857C90
RGB133124144
HSL267°8.26%52.55%
HSB/HSV267°13.89%56.47%
CMYK7.64%13.89%0.00%
43.53%

Color #857C90 in popluar number systems.

HEX857C90
Decimal133124144
Binary10000101111110010010000
Octal205174220

Shades and tints

Shades of #857C90

#857C90
(133,124,144)
#797183
(121,113,131)
#6D6676
(109,102,118)
#615B69
(97,91,105)
#55505C
(85,80,92)
#49454F
(73,69,79)
#3D3A42
(61,58,66)
#312F35
(49,47,53)
#252428
(37,36,40)
#19191B
(25,25,27)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #857C90

#857C90
(133,124,144)
#90879A
(144,135,154)
#9B92A4
(155,146,164)
#A69DAE
(166,157,174)
#B1A8B8
(177,168,184)
#BCB3C2
(188,179,194)
#C7BECC
(199,190,204)
#D2C9D6
(210,201,214)
#DDD4E0
(221,212,224)
#E8DFEA
(232,223,234)
#F3EAF4
(243,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857C90; }

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

This text font color is #857C90.


Background Color

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

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

This div background color is #857C90.


Border color

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

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

This div border color is #857C90.


Opacity

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

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

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

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

This text has shadow with #857C90 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #857C90 on black background.


Color preview on white background

This text has color #857C90 on white background.



Black color preview on #857C90 background

This text has black color on #857C90 background.


White color preview on #857C90 background

This text has white color on #857C90 background.