COLOR #85A496

HEX: #85A496
RGB: (133,164,150)

Color info

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

RGB color model

#85A496 color RGB value is (133,164,150).

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

RGB channels and saturation

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

133
164
150

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

Portions of RGB colors in percentages

R + G + B =
133 + 164 + 150 = 447 (100%)
R 133 of 447 ~ 29.75%
G 164 of 447 ~ 36.69%
B 150 of 447 ~ 33.56%

%29.75
%36.69
%33.56

CMYK color model

#85A496 color CMYK value is (19,0,9,36).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 35.69%
CMYK:
(19,0,9,36)
C19M0Y9K36 
(19%,0%,9%,36%)
(0.19/0.00/0.09/0.36)	

CMYK percentages

%18.9
%0
%8.54
%35.69

Codes

Color #85A496 in popluar color models

85A496
RGB133164150
HSL153°14.55%58.24%
HSB/HSV153°18.90%64.31%
CMYK18.90%0.00%8.54%
35.69%

Color #85A496 in popluar number systems.

HEX85A496
Decimal133164150
Binary100001011010010010010110
Octal205244226

Shades and tints

Shades of #85A496

#85A496
(133,164,150)
#799689
(121,150,137)
#6D887C
(109,136,124)
#617A6F
(97,122,111)
#556C62
(85,108,98)
#495E55
(73,94,85)
#3D5048
(61,80,72)
#31423B
(49,66,59)
#25342E
(37,52,46)
#192621
(25,38,33)
#0D1814
(13,24,20)
#000000
(0,0,0)

Tints of #85A496

#85A496
(133,164,150)
#90AC9F
(144,172,159)
#9BB4A8
(155,180,168)
#A6BCB1
(166,188,177)
#B1C4BA
(177,196,186)
#BCCCC3
(188,204,195)
#C7D4CC
(199,212,204)
#D2DCD5
(210,220,213)
#DDE4DE
(221,228,222)
#E8ECE7
(232,236,231)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A496; }

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

This text font color is #85A496.


Background Color

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

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

This div background color is #85A496.


Border color

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

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

This div border color is #85A496.


Opacity

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

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

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

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

This text has shadow with #85A496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A496 on black background.


Color preview on white background

This text has color #85A496 on white background.



Black color preview on #85A496 background

This text has black color on #85A496 background.


White color preview on #85A496 background

This text has white color on #85A496 background.