COLOR #85A39E

HEX: #85A39E
RGB: (133,163,158)

Color info

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

RGB color model

#85A39E color RGB value is (133,163,158).

  • red value is 133;
  • green value is 163;
  • blue value is 158.
RGB:
(133,163,158)
(52%,64%,62%)

RGB channels and saturation

R 133 of 255 = 52%
G 163 of 255 = 64%
B 158 of 255 = 62%

133
163
158

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

Portions of RGB colors in percentages

R + G + B =
133 + 163 + 158 = 454 (100%)
R 133 of 454 ~ 29.3%
G 163 of 454 ~ 35.9%
B 158 of 454 ~ 34.8%

%29.3
%35.9
%34.8

CMYK color model

#85A39E color CMYK value is (18,0,3,36).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 3.07%
  • key color value is 36.08%
CMYK:
(18,0,3,36)
C18M0Y3K36 
(18%,0%,3%,36%)
(0.18/0.00/0.03/0.36)	

CMYK percentages

%18.4
%0
%3.07
%36.08

Codes

Color #85A39E in popluar color models

85A39E
RGB133163158
HSL170°14.02%58.04%
HSB/HSV170°18.40%63.92%
CMYK18.40%0.00%3.07%
36.08%

Color #85A39E in popluar number systems.

HEX85A39E
Decimal133163158
Binary100001011010001110011110
Octal205243236

Shades and tints

Shades of #85A39E

#85A39E
(133,163,158)
#799590
(121,149,144)
#6D8782
(109,135,130)
#617974
(97,121,116)
#556B66
(85,107,102)
#495D58
(73,93,88)
#3D4F4A
(61,79,74)
#31413C
(49,65,60)
#25332E
(37,51,46)
#192520
(25,37,32)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #85A39E

#85A39E
(133,163,158)
#90ABA6
(144,171,166)
#9BB3AE
(155,179,174)
#A6BBB6
(166,187,182)
#B1C3BE
(177,195,190)
#BCCBC6
(188,203,198)
#C7D3CE
(199,211,206)
#D2DBD6
(210,219,214)
#DDE3DE
(221,227,222)
#E8EBE6
(232,235,230)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A39E color. Also use rgb(133,163,158) instead hex code.

Text Font Color

.myTextColor { color: #85A39E; }

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

This text font color is #85A39E.


Background Color

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

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

This div background color is #85A39E.


Border color

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

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

This div border color is #85A39E.


Opacity

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

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

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

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

This text has shadow with #85A39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A39E on black background.


Color preview on white background

This text has color #85A39E on white background.



Black color preview on #85A39E background

This text has black color on #85A39E background.


White color preview on #85A39E background

This text has white color on #85A39E background.