COLOR #85A885

HEX: #85A885
RGB: (133,168,133)

Color info

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

RGB color model

#85A885 color RGB value is (133,168,133).

  • red value is 133;
  • green value is 168;
  • blue value is 133.
RGB:
(133,168,133)
(52%,66%,52%)

RGB channels and saturation

R 133 of 255 = 52%
G 168 of 255 = 66%
B 133 of 255 = 52%

133
168
133

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

Portions of RGB colors in percentages

R + G + B =
133 + 168 + 133 = 434 (100%)
R 133 of 434 ~ 30.65%
G 168 of 434 ~ 38.71%
B 133 of 434 ~ 30.65%

%30.65
%38.71
%30.65

CMYK color model

#85A885 color CMYK value is (21,0,21,34).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 34.12%
CMYK:
(21,0,21,34)
C21M0Y21K34 
(21%,0%,21%,34%)
(0.21/0.00/0.21/0.34)	

CMYK percentages

%20.83
%0
%20.83
%34.12

Codes

Color #85A885 in popluar color models

85A885
RGB133168133
HSL120°16.75%59.02%
HSB/HSV120°20.83%65.88%
CMYK20.83%0.00%20.83%
34.12%

Color #85A885 in popluar number systems.

HEX85A885
Decimal133168133
Binary100001011010100010000101
Octal205250205

Shades and tints

Shades of #85A885

#85A885
(133,168,133)
#799979
(121,153,121)
#6D8A6D
(109,138,109)
#617B61
(97,123,97)
#556C55
(85,108,85)
#495D49
(73,93,73)
#3D4E3D
(61,78,61)
#313F31
(49,63,49)
#253025
(37,48,37)
#192119
(25,33,25)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #85A885

#85A885
(133,168,133)
#90AF90
(144,175,144)
#9BB69B
(155,182,155)
#A6BDA6
(166,189,166)
#B1C4B1
(177,196,177)
#BCCBBC
(188,203,188)
#C7D2C7
(199,210,199)
#D2D9D2
(210,217,210)
#DDE0DD
(221,224,221)
#E8E7E8
(232,231,232)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A885; }

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

This text font color is #85A885.


Background Color

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

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

This div background color is #85A885.


Border color

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

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

This div border color is #85A885.


Opacity

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

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

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

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

This text has shadow with #85A885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A885 on black background.


Color preview on white background

This text has color #85A885 on white background.



Black color preview on #85A885 background

This text has black color on #85A885 background.


White color preview on #85A885 background

This text has white color on #85A885 background.