COLOR #857EAF

HEX: #857EAF RGB: (133,126,175)

Color info

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

RGB color model

#857EAF color RGB value is (133,126,175).

RGB: (133,126,175) (52%, 49%, 69%)

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 175 of 255 = 69%

133
126
175

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

Portions of RGB colors in percentages

R + G + B = 133 + 126 + 175 = 434 (100%)
R 133 of 434 ~ 30.65%
G 126 of 434 ~ 29.03%
B 175 of 434 ~ 40.32'%

%30.65
%29.03
%40.32

CMYK color model

#857EAF color CMYK value is (24,28,0,31).

  • cyan value is 24.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (24,28,0,31)
C24M28Y0K31 (24%, 28%, 0%, 31%)
(0.24 / 0.28 / 0.00 / 0.31)

CMYK percentages

%24
%28
%0
%31.37

Codes

Color #857EAF in popluar color models

85 7E AF
RGB 133 126 175
HSL 249° 23.44% 59.02%
HSB/HSV 249° 28.00% 68.63%
CMYK 24.00% 28.00% 0.00%
31.37%

Color #857EAF in popluar number systems.

HEX 85 7E AF
Decimal 133 126 175
Binary 10000101 1111110 10101111
Octal 205 176 257

Shades and tints

Shades of #857EAF

#857EAF
(133,126,175)
#7973A0
(121,115,160)
#6D6891
(109,104,145)
#615D82
(97,93,130)
#555273
(85,82,115)
#494764
(73,71,100)
#3D3C55
(61,60,85)
#313146
(49,49,70)
#252637
(37,38,55)
#191B28
(25,27,40)
#0D1019
(13,16,25)
#000000
(0,0,0)

Tints of #857EAF

#857EAF
(133,126,175)
#9089B6
(144,137,182)
#9B94BD
(155,148,189)
#A69FC4
(166,159,196)
#B1AACB
(177,170,203)
#BCB5D2
(188,181,210)
#C7C0D9
(199,192,217)
#D2CBE0
(210,203,224)
#DDD6E7
(221,214,231)
#E8E1EE
(232,225,238)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857EAF color. Also use rgb(133,126,175) instead hex code.

Text Font Color

.myTextColor { color: #857EAF; }

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

This text font color is #857EAF.

Background Color

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

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

This div background color is #857EAF.

Border color

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

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

This div border color is #857EAF.

Opacity

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

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

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

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

This text has shadow with #857EAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857EAF.

Preview

Color preview on black background

This text has color #857EAF on black background.


Color preview on white background

This text has color #857EAF on white background.


Black color preview on #857EAF background

This text has black color on #857EAF background.


White color preview on #857EAF background

This text has white color on #857EAF background.


Related colors

Complementary color

Complementary color for #hex is #7A8150.


I love getcolorcode.com

Triadic colors

1 #AF857E and #7EAF85 with #857EAF are triadic colors.

2 #AF7E85 and #7E85AF with #857EAF are triadic colors.