COLOR #85A97B

HEX: #85A97B
RGB: (133,169,123)

Color info

#85A97B contains red, green and blue colors in about the same proportion. Web safe color of #85A97B is #999966 (or #996).

RGB color model

#85A97B color RGB value is (133,169,123).

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

RGB channels and saturation

R 133 of 255 = 52%
G 169 of 255 = 66%
B 123 of 255 = 48%

133
169
123

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

Portions of RGB colors in percentages

R + G + B =
133 + 169 + 123 = 425 (100%)
R 133 of 425 ~ 31.29%
G 169 of 425 ~ 39.76%
B 123 of 425 ~ 28.94%

%31.29
%39.76
%28.94

CMYK color model

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

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 27.22%
  • key color value is 33.73%
CMYK:
(21,0,27,34)
C21M0Y27K34 
(21%,0%,27%,34%)
(0.21/0.00/0.27/0.34)	

CMYK percentages

%21.3
%0
%27.22
%33.73

Codes

Color #85A97B in popluar color models

85A97B
RGB133169123
HSL107°21.10%57.25%
HSB/HSV107°27.22%66.27%
CMYK21.30%0.00%27.22%
33.73%

Color #85A97B in popluar number systems.

HEX85A97B
Decimal133169123
Binary10000101101010011111011
Octal205251173

Shades and tints

Shades of #85A97B

#85A97B
(133,169,123)
#799A70
(121,154,112)
#6D8B65
(109,139,101)
#617C5A
(97,124,90)
#556D4F
(85,109,79)
#495E44
(73,94,68)
#3D4F39
(61,79,57)
#31402E
(49,64,46)
#253123
(37,49,35)
#192218
(25,34,24)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #85A97B

#85A97B
(133,169,123)
#90B087
(144,176,135)
#9BB793
(155,183,147)
#A6BE9F
(166,190,159)
#B1C5AB
(177,197,171)
#BCCCB7
(188,204,183)
#C7D3C3
(199,211,195)
#D2DACF
(210,218,207)
#DDE1DB
(221,225,219)
#E8E8E7
(232,232,231)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A97B; }

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

This text font color is #85A97B.


Background Color

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

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

This div background color is #85A97B.


Border color

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

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

This div border color is #85A97B.


Opacity

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

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

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

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

This text has shadow with #85A97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A97B on black background.


Color preview on white background

This text has color #85A97B on white background.



Black color preview on #85A97B background

This text has black color on #85A97B background.


White color preview on #85A97B background

This text has white color on #85A97B background.