COLOR #85688F

HEX: #85688F RGB: (133,104,143)

Color info

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

RGB color model

#85688F color RGB value is (133,104,143).

RGB: (133,104,143) (52%, 41%, 56%)

RGB channels and saturation

R 133 of 255 = 52%
G 104 of 255 = 41%
B 143 of 255 = 56%

133
104
143

R + G + B ~ 50%. #85688F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 104 + 143 = 380 (100%)
R 133 of 380 ~ 35%
G 104 of 380 ~ 27.37%
B 143 of 380 ~ 37.63'%

%35
%27.37
%37.63

CMYK color model

#85688F color CMYK value is (7,27,0,44).

  • cyan value is 6.99%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (7,27,0,44)
C7M27Y0K44 (7%, 27%, 0%, 44%)
(0.07 / 0.27 / 0.00 / 0.44)

CMYK percentages

%6.99
%27.27
%0
%43.92

Codes

Color #85688F in popluar color models

85 68 8F
RGB 133 104 143
HSL 285° 15.79% 48.43%
HSB/HSV 285° 27.27% 56.08%
CMYK 6.99% 27.27% 0.00%
43.92%

Color #85688F in popluar number systems.

HEX 85 68 8F
Decimal 133 104 143
Binary 10000101 1101000 10001111
Octal 205 150 217

Shades and tints

Shades of #85688F

#85688F
(133,104,143)
#795F82
(121,95,130)
#6D5675
(109,86,117)
#614D68
(97,77,104)
#55445B
(85,68,91)
#493B4E
(73,59,78)
#3D3241
(61,50,65)
#312934
(49,41,52)
#252027
(37,32,39)
#19171A
(25,23,26)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #85688F

#85688F
(133,104,143)
#907599
(144,117,153)
#9B82A3
(155,130,163)
#A68FAD
(166,143,173)
#B19CB7
(177,156,183)
#BCA9C1
(188,169,193)
#C7B6CB
(199,182,203)
#D2C3D5
(210,195,213)
#DDD0DF
(221,208,223)
#E8DDE9
(232,221,233)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85688F color. Also use rgb(133,104,143) instead hex code.

Text Font Color

.myTextColor { color: #85688F; }

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

This text font color is #85688F.

Background Color

.myBgColor { background-color: #85688F; }

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

This div background color is #85688F.

Border color

.myBorderColor { border: 1px solid #85688F; }

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

This div border color is #85688F.

Opacity

.myOpacity80 { color: #85688F; opacity: 0.8; }

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

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

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

This text has shadow with #85688F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85688F.

Preview

Color preview on black background

This text has color #85688F on black background.


Color preview on white background

This text has color #85688F on white background.


Black color preview on #85688F background

This text has black color on #85688F background.


White color preview on #85688F background

This text has white color on #85688F background.


Related colors

Complementary color

Complementary color for #hex is #7A9770.


I love getcolorcode.com

Triadic colors

1 #8F8568 and #688F85 with #85688F are triadic colors.

2 #8F6885 and #68858F with #85688F are triadic colors.