COLOR #857690

HEX: #857690
RGB: (133,118,144)

Color info

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

RGB color model

#857690 color RGB value is (133,118,144).

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

RGB channels and saturation

R 133 of 255 = 52%
G 118 of 255 = 46%
B 144 of 255 = 56%

133
118
144

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

Portions of RGB colors in percentages

R + G + B =
133 + 118 + 144 = 395 (100%)
R 133 of 395 ~ 33.67%
G 118 of 395 ~ 29.87%
B 144 of 395 ~ 36.46%

%33.67
%29.87
%36.46

CMYK color model

#857690 color CMYK value is (8,18,0,44).

  • cyan value is 7.64%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(8,18,0,44)
C8M18Y0K44 
(8%,18%,0%,44%)
(0.08/0.18/0.00/0.44)	

CMYK percentages

%7.64
%18.06
%0
%43.53

Codes

Color #857690 in popluar color models

857690
RGB133118144
HSL275°10.48%51.37%
HSB/HSV275°18.06%56.47%
CMYK7.64%18.06%0.00%
43.53%

Color #857690 in popluar number systems.

HEX857690
Decimal133118144
Binary10000101111011010010000
Octal205166220

Shades and tints

Shades of #857690

#857690
(133,118,144)
#796C83
(121,108,131)
#6D6276
(109,98,118)
#615869
(97,88,105)
#554E5C
(85,78,92)
#49444F
(73,68,79)
#3D3A42
(61,58,66)
#313035
(49,48,53)
#252628
(37,38,40)
#191C1B
(25,28,27)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #857690

#857690
(133,118,144)
#90829A
(144,130,154)
#9B8EA4
(155,142,164)
#A69AAE
(166,154,174)
#B1A6B8
(177,166,184)
#BCB2C2
(188,178,194)
#C7BECC
(199,190,204)
#D2CAD6
(210,202,214)
#DDD6E0
(221,214,224)
#E8E2EA
(232,226,234)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857690; }

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

This text font color is #857690.


Background Color

.myBgColor { background-color: #857690; }

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

This div background color is #857690.


Border color

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

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

This div border color is #857690.


Opacity

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

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

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

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

This text has shadow with #857690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857690 on black background.


Color preview on white background

This text has color #857690 on white background.



Black color preview on #857690 background

This text has black color on #857690 background.


White color preview on #857690 background

This text has white color on #857690 background.