COLOR #85A497

HEX: #85A497
RGB: (133,164,151)

Color info

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

RGB color model

#85A497 color RGB value is (133,164,151).

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

RGB channels and saturation

R 133 of 255 = 52%
G 164 of 255 = 64%
B 151 of 255 = 59%

133
164
151

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

Portions of RGB colors in percentages

R + G + B =
133 + 164 + 151 = 448 (100%)
R 133 of 448 ~ 29.69%
G 164 of 448 ~ 36.61%
B 151 of 448 ~ 33.71%

%29.69
%36.61
%33.71

CMYK color model

#85A497 color CMYK value is (19,0,8,36).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 7.93%
  • key color value is 35.69%
CMYK:
(19,0,8,36)
C19M0Y8K36 
(19%,0%,8%,36%)
(0.19/0.00/0.08/0.36)	

CMYK percentages

%18.9
%0
%7.93
%35.69

Codes

Color #85A497 in popluar color models

85A497
RGB133164151
HSL155°14.55%58.24%
HSB/HSV155°18.90%64.31%
CMYK18.90%0.00%7.93%
35.69%

Color #85A497 in popluar number systems.

HEX85A497
Decimal133164151
Binary100001011010010010010111
Octal205244227

Shades and tints

Shades of #85A497

#85A497
(133,164,151)
#79968A
(121,150,138)
#6D887D
(109,136,125)
#617A70
(97,122,112)
#556C63
(85,108,99)
#495E56
(73,94,86)
#3D5049
(61,80,73)
#31423C
(49,66,60)
#25342F
(37,52,47)
#192622
(25,38,34)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #85A497

#85A497
(133,164,151)
#90ACA0
(144,172,160)
#9BB4A9
(155,180,169)
#A6BCB2
(166,188,178)
#B1C4BB
(177,196,187)
#BCCCC4
(188,204,196)
#C7D4CD
(199,212,205)
#D2DCD6
(210,220,214)
#DDE4DF
(221,228,223)
#E8ECE8
(232,236,232)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A497; }

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

This text font color is #85A497.


Background Color

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

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

This div background color is #85A497.


Border color

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

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

This div border color is #85A497.


Opacity

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

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

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

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

This text has shadow with #85A497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A497 on black background.


Color preview on white background

This text has color #85A497 on white background.



Black color preview on #85A497 background

This text has black color on #85A497 background.


White color preview on #85A497 background

This text has white color on #85A497 background.