COLOR #85AB84

HEX: #85AB84
RGB: (133,171,132)

Color info

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

RGB color model

#85AB84 color RGB value is (133,171,132).

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

RGB channels and saturation

R 133 of 255 = 52%
G 171 of 255 = 67%
B 132 of 255 = 52%

133
171
132

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

Portions of RGB colors in percentages

R + G + B =
133 + 171 + 132 = 436 (100%)
R 133 of 436 ~ 30.5%
G 171 of 436 ~ 39.22%
B 132 of 436 ~ 30.28%

%30.5
%39.22
%30.28

CMYK color model

#85AB84 color CMYK value is (22,0,23,33).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 22.81%
  • key color value is 32.94%
CMYK:
(22,0,23,33)
C22M0Y23K33 
(22%,0%,23%,33%)
(0.22/0.00/0.23/0.33)	

CMYK percentages

%22.22
%0
%22.81
%32.94

Codes

Color #85AB84 in popluar color models

85AB84
RGB133171132
HSL118°18.84%59.41%
HSB/HSV118°22.81%67.06%
CMYK22.22%0.00%22.81%
32.94%

Color #85AB84 in popluar number systems.

HEX85AB84
Decimal133171132
Binary100001011010101110000100
Octal205253204

Shades and tints

Shades of #85AB84

#85AB84
(133,171,132)
#799C78
(121,156,120)
#6D8D6C
(109,141,108)
#617E60
(97,126,96)
#556F54
(85,111,84)
#496048
(73,96,72)
#3D513C
(61,81,60)
#314230
(49,66,48)
#253324
(37,51,36)
#192418
(25,36,24)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #85AB84

#85AB84
(133,171,132)
#90B28F
(144,178,143)
#9BB99A
(155,185,154)
#A6C0A5
(166,192,165)
#B1C7B0
(177,199,176)
#BCCEBB
(188,206,187)
#C7D5C6
(199,213,198)
#D2DCD1
(210,220,209)
#DDE3DC
(221,227,220)
#E8EAE7
(232,234,231)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AB84; }

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

This text font color is #85AB84.


Background Color

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

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

This div background color is #85AB84.


Border color

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

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

This div border color is #85AB84.


Opacity

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

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

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

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

This text has shadow with #85AB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AB84 on black background.


Color preview on white background

This text has color #85AB84 on white background.



Black color preview on #85AB84 background

This text has black color on #85AB84 background.


White color preview on #85AB84 background

This text has white color on #85AB84 background.