COLOR #85A18E

HEX: #85A18E
RGB: (133,161,142)

Color info

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

RGB color model

#85A18E color RGB value is (133,161,142).

  • red value is 133;
  • green value is 161;
  • blue value is 142.
RGB:
(133,161,142)
(52%,63%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 161 of 255 = 63%
B 142 of 255 = 56%

133
161
142

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

Portions of RGB colors in percentages

R + G + B =
133 + 161 + 142 = 436 (100%)
R 133 of 436 ~ 30.5%
G 161 of 436 ~ 36.93%
B 142 of 436 ~ 32.57%

%30.5
%36.93
%32.57

CMYK color model

#85A18E color CMYK value is (17,0,12,37).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 11.80%
  • key color value is 36.86%
CMYK:
(17,0,12,37)
C17M0Y12K37 
(17%,0%,12%,37%)
(0.17/0.00/0.12/0.37)	

CMYK percentages

%17.39
%0
%11.8
%36.86

Codes

Color #85A18E in popluar color models

85A18E
RGB133161142
HSL139°12.96%57.65%
HSB/HSV139°17.39%63.14%
CMYK17.39%0.00%11.80%
36.86%

Color #85A18E in popluar number systems.

HEX85A18E
Decimal133161142
Binary100001011010000110001110
Octal205241216

Shades and tints

Shades of #85A18E

#85A18E
(133,161,142)
#799382
(121,147,130)
#6D8576
(109,133,118)
#61776A
(97,119,106)
#55695E
(85,105,94)
#495B52
(73,91,82)
#3D4D46
(61,77,70)
#313F3A
(49,63,58)
#25312E
(37,49,46)
#192322
(25,35,34)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #85A18E

#85A18E
(133,161,142)
#90A998
(144,169,152)
#9BB1A2
(155,177,162)
#A6B9AC
(166,185,172)
#B1C1B6
(177,193,182)
#BCC9C0
(188,201,192)
#C7D1CA
(199,209,202)
#D2D9D4
(210,217,212)
#DDE1DE
(221,225,222)
#E8E9E8
(232,233,232)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A18E color. Also use rgb(133,161,142) instead hex code.

Text Font Color

.myTextColor { color: #85A18E; }

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

This text font color is #85A18E.


Background Color

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

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

This div background color is #85A18E.


Border color

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

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

This div border color is #85A18E.


Opacity

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

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

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

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

This text has shadow with #85A18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A18E on black background.


Color preview on white background

This text has color #85A18E on white background.



Black color preview on #85A18E background

This text has black color on #85A18E background.


White color preview on #85A18E background

This text has white color on #85A18E background.