COLOR #85A197

HEX: #85A197
RGB: (133,161,151)

Color info

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

RGB color model

#85A197 color RGB value is (133,161,151).

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

RGB channels and saturation

R 133 of 255 = 52%
G 161 of 255 = 63%
B 151 of 255 = 59%

133
161
151

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

Portions of RGB colors in percentages

R + G + B =
133 + 161 + 151 = 445 (100%)
R 133 of 445 ~ 29.89%
G 161 of 445 ~ 36.18%
B 151 of 445 ~ 33.93%

%29.89
%36.18
%33.93

CMYK color model

#85A197 color CMYK value is (17,0,6,37).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 6.21%
  • key color value is 36.86%
CMYK:
(17,0,6,37)
C17M0Y6K37 
(17%,0%,6%,37%)
(0.17/0.00/0.06/0.37)	

CMYK percentages

%17.39
%0
%6.21
%36.86

Codes

Color #85A197 in popluar color models

85A197
RGB133161151
HSL159°12.96%57.65%
HSB/HSV159°17.39%63.14%
CMYK17.39%0.00%6.21%
36.86%

Color #85A197 in popluar number systems.

HEX85A197
Decimal133161151
Binary100001011010000110010111
Octal205241227

Shades and tints

Shades of #85A197

#85A197
(133,161,151)
#79938A
(121,147,138)
#6D857D
(109,133,125)
#617770
(97,119,112)
#556963
(85,105,99)
#495B56
(73,91,86)
#3D4D49
(61,77,73)
#313F3C
(49,63,60)
#25312F
(37,49,47)
#192322
(25,35,34)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #85A197

#85A197
(133,161,151)
#90A9A0
(144,169,160)
#9BB1A9
(155,177,169)
#A6B9B2
(166,185,178)
#B1C1BB
(177,193,187)
#BCC9C4
(188,201,196)
#C7D1CD
(199,209,205)
#D2D9D6
(210,217,214)
#DDE1DF
(221,225,223)
#E8E9E8
(232,233,232)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A197; }

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

This text font color is #85A197.


Background Color

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

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

This div background color is #85A197.


Border color

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

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

This div border color is #85A197.


Opacity

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

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

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

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

This text has shadow with #85A197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A197 on black background.


Color preview on white background

This text has color #85A197 on white background.



Black color preview on #85A197 background

This text has black color on #85A197 background.


White color preview on #85A197 background

This text has white color on #85A197 background.