COLOR #85AA93

HEX: #85AA93
RGB: (133,170,147)

Color info

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

RGB color model

#85AA93 color RGB value is (133,170,147).

  • red value is 133;
  • green value is 170;
  • blue value is 147.
RGB:
(133,170,147)
(52%,67%,58%)

RGB channels and saturation

R 133 of 255 = 52%
G 170 of 255 = 67%
B 147 of 255 = 58%

133
170
147

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

Portions of RGB colors in percentages

R + G + B =
133 + 170 + 147 = 450 (100%)
R 133 of 450 ~ 29.56%
G 170 of 450 ~ 37.78%
B 147 of 450 ~ 32.67%

%29.56
%37.78
%32.67

CMYK color model

#85AA93 color CMYK value is (22,0,14,33).

  • cyan value is 21.76%
  • magenta value is 0.00%
  • yellow value is 13.53%
  • key color value is 33.33%
CMYK:
(22,0,14,33)
C22M0Y14K33 
(22%,0%,14%,33%)
(0.22/0.00/0.14/0.33)	

CMYK percentages

%21.76
%0
%13.53
%33.33

Codes

Color #85AA93 in popluar color models

85AA93
RGB133170147
HSL143°17.87%59.41%
HSB/HSV143°21.76%66.67%
CMYK21.76%0.00%13.53%
33.33%

Color #85AA93 in popluar number systems.

HEX85AA93
Decimal133170147
Binary100001011010101010010011
Octal205252223

Shades and tints

Shades of #85AA93

#85AA93
(133,170,147)
#799B86
(121,155,134)
#6D8C79
(109,140,121)
#617D6C
(97,125,108)
#556E5F
(85,110,95)
#495F52
(73,95,82)
#3D5045
(61,80,69)
#314138
(49,65,56)
#25322B
(37,50,43)
#19231E
(25,35,30)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #85AA93

#85AA93
(133,170,147)
#90B19C
(144,177,156)
#9BB8A5
(155,184,165)
#A6BFAE
(166,191,174)
#B1C6B7
(177,198,183)
#BCCDC0
(188,205,192)
#C7D4C9
(199,212,201)
#D2DBD2
(210,219,210)
#DDE2DB
(221,226,219)
#E8E9E4
(232,233,228)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AA93; }

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

This text font color is #85AA93.


Background Color

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

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

This div background color is #85AA93.


Border color

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

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

This div border color is #85AA93.


Opacity

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

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

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

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

This text has shadow with #85AA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AA93 on black background.


Color preview on white background

This text has color #85AA93 on white background.



Black color preview on #85AA93 background

This text has black color on #85AA93 background.


White color preview on #85AA93 background

This text has white color on #85AA93 background.