COLOR #85A796

HEX: #85A796
RGB: (133,167,150)

Color info

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

RGB color model

#85A796 color RGB value is (133,167,150).

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

RGB channels and saturation

R 133 of 255 = 52%
G 167 of 255 = 65%
B 150 of 255 = 59%

133
167
150

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

Portions of RGB colors in percentages

R + G + B =
133 + 167 + 150 = 450 (100%)
R 133 of 450 ~ 29.56%
G 167 of 450 ~ 37.11%
B 150 of 450 ~ 33.33%

%29.56
%37.11
%33.33

CMYK color model

#85A796 color CMYK value is (20,0,10,35).

  • cyan value is 20.36%
  • magenta value is 0.00%
  • yellow value is 10.18%
  • key color value is 34.51%
CMYK:
(20,0,10,35)
C20M0Y10K35 
(20%,0%,10%,35%)
(0.20/0.00/0.10/0.35)	

CMYK percentages

%20.36
%0
%10.18
%34.51

Codes

Color #85A796 in popluar color models

85A796
RGB133167150
HSL150°16.19%58.82%
HSB/HSV150°20.36%65.49%
CMYK20.36%0.00%10.18%
34.51%

Color #85A796 in popluar number systems.

HEX85A796
Decimal133167150
Binary100001011010011110010110
Octal205247226

Shades and tints

Shades of #85A796

#85A796
(133,167,150)
#799889
(121,152,137)
#6D897C
(109,137,124)
#617A6F
(97,122,111)
#556B62
(85,107,98)
#495C55
(73,92,85)
#3D4D48
(61,77,72)
#313E3B
(49,62,59)
#252F2E
(37,47,46)
#192021
(25,32,33)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #85A796

#85A796
(133,167,150)
#90AF9F
(144,175,159)
#9BB7A8
(155,183,168)
#A6BFB1
(166,191,177)
#B1C7BA
(177,199,186)
#BCCFC3
(188,207,195)
#C7D7CC
(199,215,204)
#D2DFD5
(210,223,213)
#DDE7DE
(221,231,222)
#E8EFE7
(232,239,231)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A796; }

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

This text font color is #85A796.


Background Color

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

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

This div background color is #85A796.


Border color

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

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

This div border color is #85A796.


Opacity

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

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

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

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

This text has shadow with #85A796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A796 on black background.


Color preview on white background

This text has color #85A796 on white background.



Black color preview on #85A796 background

This text has black color on #85A796 background.


White color preview on #85A796 background

This text has white color on #85A796 background.