COLOR #85AB80

HEX: #85AB80
RGB: (133,171,128)

Color info

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

RGB color model

#85AB80 color RGB value is (133,171,128).

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

RGB channels and saturation

R 133 of 255 = 52%
G 171 of 255 = 67%
B 128 of 255 = 50%

133
171
128

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

Portions of RGB colors in percentages

R + G + B =
133 + 171 + 128 = 432 (100%)
R 133 of 432 ~ 30.79%
G 171 of 432 ~ 39.58%
B 128 of 432 ~ 29.63%

%30.79
%39.58
%29.63

CMYK color model

#85AB80 color CMYK value is (22,0,25,33).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 32.94%
CMYK:
(22,0,25,33)
C22M0Y25K33 
(22%,0%,25%,33%)
(0.22/0.00/0.25/0.33)	

CMYK percentages

%22.22
%0
%25.15
%32.94

Codes

Color #85AB80 in popluar color models

85AB80
RGB133171128
HSL113°20.38%58.63%
HSB/HSV113°25.15%67.06%
CMYK22.22%0.00%25.15%
32.94%

Color #85AB80 in popluar number systems.

HEX85AB80
Decimal133171128
Binary100001011010101110000000
Octal205253200

Shades and tints

Shades of #85AB80

#85AB80
(133,171,128)
#799C75
(121,156,117)
#6D8D6A
(109,141,106)
#617E5F
(97,126,95)
#556F54
(85,111,84)
#496049
(73,96,73)
#3D513E
(61,81,62)
#314233
(49,66,51)
#253328
(37,51,40)
#19241D
(25,36,29)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #85AB80

#85AB80
(133,171,128)
#90B28B
(144,178,139)
#9BB996
(155,185,150)
#A6C0A1
(166,192,161)
#B1C7AC
(177,199,172)
#BCCEB7
(188,206,183)
#C7D5C2
(199,213,194)
#D2DCCD
(210,220,205)
#DDE3D8
(221,227,216)
#E8EAE3
(232,234,227)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AB80; }

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

This text font color is #85AB80.


Background Color

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

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

This div background color is #85AB80.


Border color

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

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

This div border color is #85AB80.


Opacity

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

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

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

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

This text has shadow with #85AB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AB80 on black background.


Color preview on white background

This text has color #85AB80 on white background.



Black color preview on #85AB80 background

This text has black color on #85AB80 background.


White color preview on #85AB80 background

This text has white color on #85AB80 background.