COLOR #85668D

HEX: #85668D RGB: (133,102,141)

Color info

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

RGB color model

#85668D color RGB value is (133,102,141).

RGB: (133,102,141) (52%, 40%, 55%)

RGB channels and saturation

R 133 of 255 = 52%
G 102 of 255 = 40%
B 141 of 255 = 55%

133
102
141

R + G + B ~ 49%. #85668D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 102 + 141 = 376 (100%)
R 133 of 376 ~ 35.37%
G 102 of 376 ~ 27.13%
B 141 of 376 ~ 37.5'%

%35.37
%27.13
%37.5

CMYK color model

#85668D color CMYK value is (6,28,0,45).

  • cyan value is 5.67%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (6,28,0,45)
C6M28Y0K45 (6%, 28%, 0%, 45%)
(0.06 / 0.28 / 0.00 / 0.45)

CMYK percentages

%5.67
%27.66
%0
%44.71

Codes

Color #85668D in popluar color models

85 66 8D
RGB 133 102 141
HSL 288° 16.05% 47.65%
HSB/HSV 288° 27.66% 55.29%
CMYK 5.67% 27.66% 0.00%
44.71%

Color #85668D in popluar number systems.

HEX 85 66 8D
Decimal 133 102 141
Binary 10000101 1100110 10001101
Octal 205 146 215

Shades and tints

Shades of #85668D

#85668D
(133,102,141)
#795D81
(121,93,129)
#6D5475
(109,84,117)
#614B69
(97,75,105)
#55425D
(85,66,93)
#493951
(73,57,81)
#3D3045
(61,48,69)
#312739
(49,39,57)
#251E2D
(37,30,45)
#191521
(25,21,33)
#0D0C15
(13,12,21)
#000000
(0,0,0)

Tints of #85668D

#85668D
(133,102,141)
#907397
(144,115,151)
#9B80A1
(155,128,161)
#A68DAB
(166,141,171)
#B19AB5
(177,154,181)
#BCA7BF
(188,167,191)
#C7B4C9
(199,180,201)
#D2C1D3
(210,193,211)
#DDCEDD
(221,206,221)
#E8DBE7
(232,219,231)
#F3E8F1
(243,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85668D color. Also use rgb(133,102,141) instead hex code.

Text Font Color

.myTextColor { color: #85668D; }

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

This text font color is #85668D.

Background Color

.myBgColor { background-color: #85668D; }

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

This div background color is #85668D.

Border color

.myBorderColor { border: 1px solid #85668D; }

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

This div border color is #85668D.

Opacity

.myOpacity80 { color: #85668D; opacity: 0.8; }

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

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

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

This text has shadow with #85668D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85668D.

Preview

Color preview on black background

This text has color #85668D on black background.


Color preview on white background

This text has color #85668D on white background.


Black color preview on #85668D background

This text has black color on #85668D background.


White color preview on #85668D background

This text has white color on #85668D background.


Related colors

Complementary color

Complementary color for #hex is #7A9972.


I love getcolorcode.com

Triadic colors

1 #8D8566 and #668D85 with #85668D are triadic colors.

2 #8D6685 and #66858D with #85668D are triadic colors.