COLOR #85697B

HEX: #85697B
RGB: (133,105,123)

Color info

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

RGB color model

#85697B color RGB value is (133,105,123).

  • red value is 133;
  • green value is 105;
  • blue value is 123.
RGB:
(133,105,123)
(52%,41%,48%)

RGB channels and saturation

R 133 of 255 = 52%
G 105 of 255 = 41%
B 123 of 255 = 48%

133
105
123

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

Portions of RGB colors in percentages

R + G + B =
133 + 105 + 123 = 361 (100%)
R 133 of 361 ~ 36.84%
G 105 of 361 ~ 29.09%
B 123 of 361 ~ 34.07%

%36.84
%29.09
%34.07

CMYK color model

#85697B color CMYK value is (0,21,8,48).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 7.52%
  • key color value is 47.84%
CMYK:
(0,21,8,48)
C0M21Y8K48 
(0%,21%,8%,48%)
(0.00/0.21/0.08/0.48)	

CMYK percentages

%0
%21.05
%7.52
%47.84

Codes

Color #85697B in popluar color models

85697B
RGB133105123
HSL321°11.76%46.67%
HSB/HSV321°21.05%52.16%
CMYK0.00%21.05%7.52%
47.84%

Color #85697B in popluar number systems.

HEX85697B
Decimal133105123
Binary1000010111010011111011
Octal205151173

Shades and tints

Shades of #85697B

#85697B
(133,105,123)
#796070
(121,96,112)
#6D5765
(109,87,101)
#614E5A
(97,78,90)
#55454F
(85,69,79)
#493C44
(73,60,68)
#3D3339
(61,51,57)
#312A2E
(49,42,46)
#252123
(37,33,35)
#191818
(25,24,24)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #85697B

#85697B
(133,105,123)
#907687
(144,118,135)
#9B8393
(155,131,147)
#A6909F
(166,144,159)
#B19DAB
(177,157,171)
#BCAAB7
(188,170,183)
#C7B7C3
(199,183,195)
#D2C4CF
(210,196,207)
#DDD1DB
(221,209,219)
#E8DEE7
(232,222,231)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85697B; }

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

This text font color is #85697B.


Background Color

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

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

This div background color is #85697B.


Border color

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

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

This div border color is #85697B.


Opacity

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

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

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

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

This text has shadow with #85697B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85697B on black background.


Color preview on white background

This text has color #85697B on white background.



Black color preview on #85697B background

This text has black color on #85697B background.


White color preview on #85697B background

This text has white color on #85697B background.