COLOR #85A799

HEX: #85A799
RGB: (133,167,153)

Color info

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

RGB color model

#85A799 color RGB value is (133,167,153).

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

RGB channels and saturation

R 133 of 255 = 52%
G 167 of 255 = 65%
B 153 of 255 = 60%

133
167
153

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

Portions of RGB colors in percentages

R + G + B =
133 + 167 + 153 = 453 (100%)
R 133 of 453 ~ 29.36%
G 167 of 453 ~ 36.87%
B 153 of 453 ~ 33.77%

%29.36
%36.87
%33.77

CMYK color model

#85A799 color CMYK value is (20,0,8,35).

  • cyan value is 20.36%
  • magenta value is 0.00%
  • yellow value is 8.38%
  • key color value is 34.51%
CMYK:
(20,0,8,35)
C20M0Y8K35 
(20%,0%,8%,35%)
(0.20/0.00/0.08/0.35)	

CMYK percentages

%20.36
%0
%8.38
%34.51

Codes

Color #85A799 in popluar color models

85A799
RGB133167153
HSL155°16.19%58.82%
HSB/HSV155°20.36%65.49%
CMYK20.36%0.00%8.38%
34.51%

Color #85A799 in popluar number systems.

HEX85A799
Decimal133167153
Binary100001011010011110011001
Octal205247231

Shades and tints

Shades of #85A799

#85A799
(133,167,153)
#79988C
(121,152,140)
#6D897F
(109,137,127)
#617A72
(97,122,114)
#556B65
(85,107,101)
#495C58
(73,92,88)
#3D4D4B
(61,77,75)
#313E3E
(49,62,62)
#252F31
(37,47,49)
#192024
(25,32,36)
#0D1117
(13,17,23)
#000000
(0,0,0)

Tints of #85A799

#85A799
(133,167,153)
#90AFA2
(144,175,162)
#9BB7AB
(155,183,171)
#A6BFB4
(166,191,180)
#B1C7BD
(177,199,189)
#BCCFC6
(188,207,198)
#C7D7CF
(199,215,207)
#D2DFD8
(210,223,216)
#DDE7E1
(221,231,225)
#E8EFEA
(232,239,234)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A799; }

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

This text font color is #85A799.


Background Color

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

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

This div background color is #85A799.


Border color

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

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

This div border color is #85A799.


Opacity

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

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

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

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

This text has shadow with #85A799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A799 on black background.


Color preview on white background

This text has color #85A799 on white background.



Black color preview on #85A799 background

This text has black color on #85A799 background.


White color preview on #85A799 background

This text has white color on #85A799 background.