COLOR #85A17E

HEX: #85A17E
RGB: (133,161,126)

Color info

#85A17E contains red, green and blue colors in about the same proportion. Web safe color of #85A17E is #999966 (or #996).

RGB color model

#85A17E color RGB value is (133,161,126).

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

RGB channels and saturation

R 133 of 255 = 52%
G 161 of 255 = 63%
B 126 of 255 = 49%

133
161
126

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

Portions of RGB colors in percentages

R + G + B =
133 + 161 + 126 = 420 (100%)
R 133 of 420 ~ 31.67%
G 161 of 420 ~ 38.33%
B 126 of 420 ~ 30%

%31.67
%38.33
%30

CMYK color model

#85A17E color CMYK value is (17,0,22,37).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 36.86%
CMYK:
(17,0,22,37)
C17M0Y22K37 
(17%,0%,22%,37%)
(0.17/0.00/0.22/0.37)	

CMYK percentages

%17.39
%0
%21.74
%36.86

Codes

Color #85A17E in popluar color models

85A17E
RGB133161126
HSL108°15.70%56.27%
HSB/HSV108°21.74%63.14%
CMYK17.39%0.00%21.74%
36.86%

Color #85A17E in popluar number systems.

HEX85A17E
Decimal133161126
Binary10000101101000011111110
Octal205241176

Shades and tints

Shades of #85A17E

#85A17E
(133,161,126)
#799373
(121,147,115)
#6D8568
(109,133,104)
#61775D
(97,119,93)
#556952
(85,105,82)
#495B47
(73,91,71)
#3D4D3C
(61,77,60)
#313F31
(49,63,49)
#253126
(37,49,38)
#19231B
(25,35,27)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #85A17E

#85A17E
(133,161,126)
#90A989
(144,169,137)
#9BB194
(155,177,148)
#A6B99F
(166,185,159)
#B1C1AA
(177,193,170)
#BCC9B5
(188,201,181)
#C7D1C0
(199,209,192)
#D2D9CB
(210,217,203)
#DDE1D6
(221,225,214)
#E8E9E1
(232,233,225)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A17E; }

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

This text font color is #85A17E.


Background Color

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

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

This div background color is #85A17E.


Border color

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

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

This div border color is #85A17E.


Opacity

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

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

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

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

This text has shadow with #85A17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A17E on black background.


Color preview on white background

This text has color #85A17E on white background.



Black color preview on #85A17E background

This text has black color on #85A17E background.


White color preview on #85A17E background

This text has white color on #85A17E background.