COLOR #857998

HEX: #857998
RGB: (133,121,152)

Color info

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

RGB color model

#857998 color RGB value is (133,121,152).

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

RGB channels and saturation

R 133 of 255 = 52%
G 121 of 255 = 47%
B 152 of 255 = 60%

133
121
152

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

Portions of RGB colors in percentages

R + G + B =
133 + 121 + 152 = 406 (100%)
R 133 of 406 ~ 32.76%
G 121 of 406 ~ 29.8%
B 152 of 406 ~ 37.44%

%32.76
%29.8
%37.44

CMYK color model

#857998 color CMYK value is (13,20,0,40).

  • cyan value is 12.50%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(13,20,0,40)
C13M20Y0K40 
(13%,20%,0%,40%)
(0.13/0.20/0.00/0.40)	

CMYK percentages

%12.5
%20.39
%0
%40.39

Codes

Color #857998 in popluar color models

857998
RGB133121152
HSL263°13.08%53.53%
HSB/HSV263°20.39%59.61%
CMYK12.50%20.39%0.00%
40.39%

Color #857998 in popluar number systems.

HEX857998
Decimal133121152
Binary10000101111100110011000
Octal205171230

Shades and tints

Shades of #857998

#857998
(133,121,152)
#796E8B
(121,110,139)
#6D637E
(109,99,126)
#615871
(97,88,113)
#554D64
(85,77,100)
#494257
(73,66,87)
#3D374A
(61,55,74)
#312C3D
(49,44,61)
#252130
(37,33,48)
#191623
(25,22,35)
#0D0B16
(13,11,22)
#000000
(0,0,0)

Tints of #857998

#857998
(133,121,152)
#9085A1
(144,133,161)
#9B91AA
(155,145,170)
#A69DB3
(166,157,179)
#B1A9BC
(177,169,188)
#BCB5C5
(188,181,197)
#C7C1CE
(199,193,206)
#D2CDD7
(210,205,215)
#DDD9E0
(221,217,224)
#E8E5E9
(232,229,233)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857998; }

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

This text font color is #857998.


Background Color

.myBgColor { background-color: #857998; }

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

This div background color is #857998.


Border color

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

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

This div border color is #857998.


Opacity

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

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

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

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

This text has shadow with #857998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857998 on black background.


Color preview on white background

This text has color #857998 on white background.



Black color preview on #857998 background

This text has black color on #857998 background.


White color preview on #857998 background

This text has white color on #857998 background.