COLOR #857C98

HEX: #857C98 RGB: (133,124,152)

Color info

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

RGB color model

#857C98 color RGB value is (133,124,152).

RGB: (133,124,152) (52%, 49%, 60%)

RGB channels and saturation

R 133 of 255 = 52%
G 124 of 255 = 49%
B 152 of 255 = 60%

133
124
152

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

Portions of RGB colors in percentages

R + G + B = 133 + 124 + 152 = 409 (100%)
R 133 of 409 ~ 32.52%
G 124 of 409 ~ 30.32%
B 152 of 409 ~ 37.16'%

%32.52
%30.32
%37.16

CMYK color model

#857C98 color CMYK value is (13,18,0,40).

  • cyan value is 12.50%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (13,18,0,40)
C13M18Y0K40 (13%, 18%, 0%, 40%)
(0.13 / 0.18 / 0.00 / 0.40)

CMYK percentages

%12.5
%18.42
%0
%40.39

Codes

Color #857C98 in popluar color models

85 7C 98
RGB 133 124 152
HSL 259° 11.97% 54.12%
HSB/HSV 259° 18.42% 59.61%
CMYK 12.50% 18.42% 0.00%
40.39%

Color #857C98 in popluar number systems.

HEX 85 7C 98
Decimal 133 124 152
Binary 10000101 1111100 10011000
Octal 205 174 230

Shades and tints

Shades of #857C98

#857C98
(133,124,152)
#79718B
(121,113,139)
#6D667E
(109,102,126)
#615B71
(97,91,113)
#555064
(85,80,100)
#494557
(73,69,87)
#3D3A4A
(61,58,74)
#312F3D
(49,47,61)
#252430
(37,36,48)
#191923
(25,25,35)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #857C98

#857C98
(133,124,152)
#9087A1
(144,135,161)
#9B92AA
(155,146,170)
#A69DB3
(166,157,179)
#B1A8BC
(177,168,188)
#BCB3C5
(188,179,197)
#C7BECE
(199,190,206)
#D2C9D7
(210,201,215)
#DDD4E0
(221,212,224)
#E8DFE9
(232,223,233)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857C98; }

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

This text font color is #857C98.

Background Color

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

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

This div background color is #857C98.

Border color

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

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

This div border color is #857C98.

Opacity

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

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

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

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

This text has shadow with #857C98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857C98.

Preview

Color preview on black background

This text has color #857C98 on black background.


Color preview on white background

This text has color #857C98 on white background.


Black color preview on #857C98 background

This text has black color on #857C98 background.


White color preview on #857C98 background

This text has white color on #857C98 background.


Related colors

Complementary color

Complementary color for #hex is #7A8367.


I love getcolorcode.com

Triadic colors

1 #98857C and #7C9885 with #857C98 are triadic colors.

2 #987C85 and #7C8598 with #857C98 are triadic colors.