COLOR #85AB8B

HEX: #85AB8B
RGB: (133,171,139)

Color info

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

RGB color model

#85AB8B color RGB value is (133,171,139).

  • red value is 133;
  • green value is 171;
  • blue value is 139.
RGB:
(133,171,139)
(52%,67%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 171 of 255 = 67%
B 139 of 255 = 55%

133
171
139

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

Portions of RGB colors in percentages

R + G + B =
133 + 171 + 139 = 443 (100%)
R 133 of 443 ~ 30.02%
G 171 of 443 ~ 38.6%
B 139 of 443 ~ 31.38%

%30.02
%38.6
%31.38

CMYK color model

#85AB8B color CMYK value is (22,0,19,33).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 18.71%
  • key color value is 32.94%
CMYK:
(22,0,19,33)
C22M0Y19K33 
(22%,0%,19%,33%)
(0.22/0.00/0.19/0.33)	

CMYK percentages

%22.22
%0
%18.71
%32.94

Codes

Color #85AB8B in popluar color models

85AB8B
RGB133171139
HSL129°18.45%59.61%
HSB/HSV129°22.22%67.06%
CMYK22.22%0.00%18.71%
32.94%

Color #85AB8B in popluar number systems.

HEX85AB8B
Decimal133171139
Binary100001011010101110001011
Octal205253213

Shades and tints

Shades of #85AB8B

#85AB8B
(133,171,139)
#799C7F
(121,156,127)
#6D8D73
(109,141,115)
#617E67
(97,126,103)
#556F5B
(85,111,91)
#49604F
(73,96,79)
#3D5143
(61,81,67)
#314237
(49,66,55)
#25332B
(37,51,43)
#19241F
(25,36,31)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #85AB8B

#85AB8B
(133,171,139)
#90B295
(144,178,149)
#9BB99F
(155,185,159)
#A6C0A9
(166,192,169)
#B1C7B3
(177,199,179)
#BCCEBD
(188,206,189)
#C7D5C7
(199,213,199)
#D2DCD1
(210,220,209)
#DDE3DB
(221,227,219)
#E8EAE5
(232,234,229)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AB8B; }

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

This text font color is #85AB8B.


Background Color

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

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

This div background color is #85AB8B.


Border color

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

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

This div border color is #85AB8B.


Opacity

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

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

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

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

This text has shadow with #85AB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AB8B on black background.


Color preview on white background

This text has color #85AB8B on white background.



Black color preview on #85AB8B background

This text has black color on #85AB8B background.


White color preview on #85AB8B background

This text has white color on #85AB8B background.