COLOR #85AB66

HEX: #85AB66
RGB: (133,171,102)

Color info

#85AB66 contains mainly red and green colors. Web safe color of #85AB66 is #999966 (or #996).

RGB color model

#85AB66 color RGB value is (133,171,102).

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

RGB channels and saturation

R 133 of 255 = 52%
G 171 of 255 = 67%
B 102 of 255 = 40%

133
171
102

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

Portions of RGB colors in percentages

R + G + B =
133 + 171 + 102 = 406 (100%)
R 133 of 406 ~ 32.76%
G 171 of 406 ~ 42.12%
B 102 of 406 ~ 25.12%

%32.76
%42.12
%25.12

CMYK color model

#85AB66 color CMYK value is (22,0,40,33).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 40.35%
  • key color value is 32.94%
CMYK:
(22,0,40,33)
C22M0Y40K33 
(22%,0%,40%,33%)
(0.22/0.00/0.40/0.33)	

CMYK percentages

%22.22
%0
%40.35
%32.94

Codes

Color #85AB66 in popluar color models

85AB66
RGB133171102
HSL93°29.11%53.53%
HSB/HSV93°40.35%67.06%
CMYK22.22%0.00%40.35%
32.94%

Color #85AB66 in popluar number systems.

HEX85AB66
Decimal133171102
Binary10000101101010111100110
Octal205253146

Shades and tints

Shades of #85AB66

#85AB66
(133,171,102)
#799C5D
(121,156,93)
#6D8D54
(109,141,84)
#617E4B
(97,126,75)
#556F42
(85,111,66)
#496039
(73,96,57)
#3D5130
(61,81,48)
#314227
(49,66,39)
#25331E
(37,51,30)
#192415
(25,36,21)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #85AB66

#85AB66
(133,171,102)
#90B273
(144,178,115)
#9BB980
(155,185,128)
#A6C08D
(166,192,141)
#B1C79A
(177,199,154)
#BCCEA7
(188,206,167)
#C7D5B4
(199,213,180)
#D2DCC1
(210,220,193)
#DDE3CE
(221,227,206)
#E8EADB
(232,234,219)
#F3F1E8
(243,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AB66; }

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

This text font color is #85AB66.


Background Color

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

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

This div background color is #85AB66.


Border color

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

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

This div border color is #85AB66.


Opacity

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

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

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

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

This text has shadow with #85AB66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AB66 on black background.


Color preview on white background

This text has color #85AB66 on white background.



Black color preview on #85AB66 background

This text has black color on #85AB66 background.


White color preview on #85AB66 background

This text has white color on #85AB66 background.