COLOR #857888

HEX: #857888
RGB: (133,120,136)

Color info

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

RGB color model

#857888 color RGB value is (133,120,136).

  • red value is 133;
  • green value is 120;
  • blue value is 136.
RGB:
(133,120,136)
(52%,47%,53%)

RGB channels and saturation

R 133 of 255 = 52%
G 120 of 255 = 47%
B 136 of 255 = 53%

133
120
136

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

Portions of RGB colors in percentages

R + G + B =
133 + 120 + 136 = 389 (100%)
R 133 of 389 ~ 34.19%
G 120 of 389 ~ 30.85%
B 136 of 389 ~ 34.96%

%34.19
%30.85
%34.96

CMYK color model

#857888 color CMYK value is (2,12,0,47).

  • cyan value is 2.21%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(2,12,0,47)
C2M12Y0K47 
(2%,12%,0%,47%)
(0.02/0.12/0.00/0.47)	

CMYK percentages

%2.21
%11.76
%0
%46.67

Codes

Color #857888 in popluar color models

857888
RGB133120136
HSL289°6.30%50.20%
HSB/HSV289°11.76%53.33%
CMYK2.21%11.76%0.00%
46.67%

Color #857888 in popluar number systems.

HEX857888
Decimal133120136
Binary10000101111100010001000
Octal205170210

Shades and tints

Shades of #857888

#857888
(133,120,136)
#796E7C
(121,110,124)
#6D6470
(109,100,112)
#615A64
(97,90,100)
#555058
(85,80,88)
#49464C
(73,70,76)
#3D3C40
(61,60,64)
#313234
(49,50,52)
#252828
(37,40,40)
#191E1C
(25,30,28)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #857888

#857888
(133,120,136)
#908492
(144,132,146)
#9B909C
(155,144,156)
#A69CA6
(166,156,166)
#B1A8B0
(177,168,176)
#BCB4BA
(188,180,186)
#C7C0C4
(199,192,196)
#D2CCCE
(210,204,206)
#DDD8D8
(221,216,216)
#E8E4E2
(232,228,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857888 color. Also use rgb(133,120,136) instead hex code.

Text Font Color

.myTextColor { color: #857888; }

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

This text font color is #857888.


Background Color

.myBgColor { background-color: #857888; }

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

This div background color is #857888.


Border color

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

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

This div border color is #857888.


Opacity

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

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

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

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

This text has shadow with #857888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857888 on black background.


Color preview on white background

This text has color #857888 on white background.



Black color preview on #857888 background

This text has black color on #857888 background.


White color preview on #857888 background

This text has white color on #857888 background.