COLOR #85697E

HEX: #85697E RGB: (133,105,126)

Color info

#85697E contains red, green and blue colors in about the same proportion. Web safe color of #85697E is #996666 (or #966).

RGB color model

#85697E color RGB value is (133,105,126).

RGB: (133,105,126) (52%, 41%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 105 of 255 = 41%
B 126 of 255 = 49%

133
105
126

R + G + B ~ 47%. #85697E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 105 + 126 = 364 (100%)
R 133 of 364 ~ 36.54%
G 105 of 364 ~ 28.85%
B 126 of 364 ~ 34.62'%

%36.54
%28.85
%34.62

CMYK color model

#85697E color CMYK value is (0,21,5,48).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 5.26%
  • key color value is 47.84%

CMYK: (0,21,5,48)
C0M21Y5K48 (0%, 21%, 5%, 48%)
(0.00 / 0.21 / 0.05 / 0.48)

CMYK percentages

%0
%21.05
%5.26
%47.84

Codes

Color #85697E in popluar color models

85 69 7E
RGB 133 105 126
HSL 315° 11.76% 46.67%
HSB/HSV 315° 21.05% 52.16%
CMYK 0.00% 21.05% 5.26%
47.84%

Color #85697E in popluar number systems.

HEX 85 69 7E
Decimal 133 105 126
Binary 10000101 1101001 1111110
Octal 205 151 176

Shades and tints

Shades of #85697E

#85697E
(133,105,126)
#796073
(121,96,115)
#6D5768
(109,87,104)
#614E5D
(97,78,93)
#554552
(85,69,82)
#493C47
(73,60,71)
#3D333C
(61,51,60)
#312A31
(49,42,49)
#252126
(37,33,38)
#19181B
(25,24,27)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #85697E

#85697E
(133,105,126)
#907689
(144,118,137)
#9B8394
(155,131,148)
#A6909F
(166,144,159)
#B19DAA
(177,157,170)
#BCAAB5
(188,170,181)
#C7B7C0
(199,183,192)
#D2C4CB
(210,196,203)
#DDD1D6
(221,209,214)
#E8DEE1
(232,222,225)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85697E color. Also use rgb(133,105,126) instead hex code.

Text Font Color

.myTextColor { color: #85697E; }

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

This text font color is #85697E.

Background Color

.myBgColor { background-color: #85697E; }

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

This div background color is #85697E.

Border color

.myBorderColor { border: 1px solid #85697E; }

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

This div border color is #85697E.

Opacity

.myOpacity80 { color: #85697E; opacity: 0.8; }

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

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

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

This text has shadow with #85697E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85697E.

Preview

Color preview on black background

This text has color #85697E on black background.


Color preview on white background

This text has color #85697E on white background.


Black color preview on #85697E background

This text has black color on #85697E background.


White color preview on #85697E background

This text has white color on #85697E background.


Related colors

Complementary color

Complementary color for #hex is #7A9681.


I love getcolorcode.com

Triadic colors

1 #7E8569 and #697E85 with #85697E are triadic colors.

2 #7E6985 and #69857E with #85697E are triadic colors.