COLOR #857CA1

HEX: #857CA1 RGB: (133,124,161)

Color info

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

RGB color model

#857CA1 color RGB value is (133,124,161).

RGB: (133,124,161) (52%, 49%, 63%)

RGB channels and saturation

R 133 of 255 = 52%
G 124 of 255 = 49%
B 161 of 255 = 63%

133
124
161

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

Portions of RGB colors in percentages

R + G + B = 133 + 124 + 161 = 418 (100%)
R 133 of 418 ~ 31.82%
G 124 of 418 ~ 29.67%
B 161 of 418 ~ 38.52'%

%31.82
%29.67
%38.52

CMYK color model

#857CA1 color CMYK value is (17,23,0,37).

  • cyan value is 17.39%
  • magenta value is 22.98%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (17,23,0,37)
C17M23Y0K37 (17%, 23%, 0%, 37%)
(0.17 / 0.23 / 0.00 / 0.37)

CMYK percentages

%17.39
%22.98
%0
%36.86

Codes

Color #857CA1 in popluar color models

85 7C A1
RGB 133 124 161
HSL 255° 16.44% 55.88%
HSB/HSV 255° 22.98% 63.14%
CMYK 17.39% 22.98% 0.00%
36.86%

Color #857CA1 in popluar number systems.

HEX 85 7C A1
Decimal 133 124 161
Binary 10000101 1111100 10100001
Octal 205 174 241

Shades and tints

Shades of #857CA1

#857CA1
(133,124,161)
#797193
(121,113,147)
#6D6685
(109,102,133)
#615B77
(97,91,119)
#555069
(85,80,105)
#49455B
(73,69,91)
#3D3A4D
(61,58,77)
#312F3F
(49,47,63)
#252431
(37,36,49)
#191923
(25,25,35)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #857CA1

#857CA1
(133,124,161)
#9087A9
(144,135,169)
#9B92B1
(155,146,177)
#A69DB9
(166,157,185)
#B1A8C1
(177,168,193)
#BCB3C9
(188,179,201)
#C7BED1
(199,190,209)
#D2C9D9
(210,201,217)
#DDD4E1
(221,212,225)
#E8DFE9
(232,223,233)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857CA1; }

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

This text font color is #857CA1.

Background Color

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

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

This div background color is #857CA1.

Border color

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

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

This div border color is #857CA1.

Opacity

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

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

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

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

This text has shadow with #857CA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857CA1.

Preview

Color preview on black background

This text has color #857CA1 on black background.


Color preview on white background

This text has color #857CA1 on white background.


Black color preview on #857CA1 background

This text has black color on #857CA1 background.


White color preview on #857CA1 background

This text has white color on #857CA1 background.


Related colors

Complementary color

Complementary color for #hex is #7A835E.


I love getcolorcode.com

Triadic colors

1 #A1857C and #7CA185 with #857CA1 are triadic colors.

2 #A17C85 and #7C85A1 with #857CA1 are triadic colors.