COLOR #85A693

HEX: #85A693
RGB: (133,166,147)

Color info

#85A693 contains red, green and blue colors in about the same proportion. Web safe color of #85A693 is #999999 (or #999).

RGB color model

#85A693 color RGB value is (133,166,147).

  • red value is 133;
  • green value is 166;
  • blue value is 147.
RGB:
(133,166,147)
(52%,65%,58%)

RGB channels and saturation

R 133 of 255 = 52%
G 166 of 255 = 65%
B 147 of 255 = 58%

133
166
147

R + G + B ~ 58%. #85A693 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 166 + 147 = 446 (100%)
R 133 of 446 ~ 29.82%
G 166 of 446 ~ 37.22%
B 147 of 446 ~ 32.96%

%29.82
%37.22
%32.96

CMYK color model

#85A693 color CMYK value is (20,0,11,35).

  • cyan value is 19.88%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 34.90%
CMYK:
(20,0,11,35)
C20M0Y11K35 
(20%,0%,11%,35%)
(0.20/0.00/0.11/0.35)	

CMYK percentages

%19.88
%0
%11.45
%34.9

Codes

Color #85A693 in popluar color models

85A693
RGB133166147
HSL145°15.64%58.63%
HSB/HSV145°19.88%65.10%
CMYK19.88%0.00%11.45%
34.90%

Color #85A693 in popluar number systems.

HEX85A693
Decimal133166147
Binary100001011010011010010011
Octal205246223

Shades and tints

Shades of #85A693

#85A693
(133,166,147)
#799786
(121,151,134)
#6D8879
(109,136,121)
#61796C
(97,121,108)
#556A5F
(85,106,95)
#495B52
(73,91,82)
#3D4C45
(61,76,69)
#313D38
(49,61,56)
#252E2B
(37,46,43)
#191F1E
(25,31,30)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #85A693

#85A693
(133,166,147)
#90AE9C
(144,174,156)
#9BB6A5
(155,182,165)
#A6BEAE
(166,190,174)
#B1C6B7
(177,198,183)
#BCCEC0
(188,206,192)
#C7D6C9
(199,214,201)
#D2DED2
(210,222,210)
#DDE6DB
(221,230,219)
#E8EEE4
(232,238,228)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A693 color. Also use rgb(133,166,147) instead hex code.

Text Font Color

.myTextColor { color: #85A693; }

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

This text font color is #85A693.


Background Color

.myBgColor { background-color: #85A693; }

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

This div background color is #85A693.


Border color

.myBorderColor { border: 1px solid #85A693; }

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

This div border color is #85A693.


Opacity

.myOpacity80 { color: #85A693; opacity: 0.8; }

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

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

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

This text has shadow with #85A693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A693 on black background.


Color preview on white background

This text has color #85A693 on white background.



Black color preview on #85A693 background

This text has black color on #85A693 background.


White color preview on #85A693 background

This text has white color on #85A693 background.