COLOR #85B17A

HEX: #85B17A
RGB: (133,177,122)

Color info

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

RGB color model

#85B17A color RGB value is (133,177,122).

  • red value is 133;
  • green value is 177;
  • blue value is 122.
RGB:
(133,177,122)
(52%,69%,48%)

RGB channels and saturation

R 133 of 255 = 52%
G 177 of 255 = 69%
B 122 of 255 = 48%

133
177
122

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

Portions of RGB colors in percentages

R + G + B =
133 + 177 + 122 = 432 (100%)
R 133 of 432 ~ 30.79%
G 177 of 432 ~ 40.97%
B 122 of 432 ~ 28.24%

%30.79
%40.97
%28.24

CMYK color model

#85B17A color CMYK value is (25,0,31,31).

  • cyan value is 24.86%
  • magenta value is 0.00%
  • yellow value is 31.07%
  • key color value is 30.59%
CMYK:
(25,0,31,31)
C25M0Y31K31 
(25%,0%,31%,31%)
(0.25/0.00/0.31/0.31)	

CMYK percentages

%24.86
%0
%31.07
%30.59

Codes

Color #85B17A in popluar color models

85B17A
RGB133177122
HSL108°26.07%58.63%
HSB/HSV108°31.07%69.41%
CMYK24.86%0.00%31.07%
30.59%

Color #85B17A in popluar number systems.

HEX85B17A
Decimal133177122
Binary10000101101100011111010
Octal205261172

Shades and tints

Shades of #85B17A

#85B17A
(133,177,122)
#79A16F
(121,161,111)
#6D9164
(109,145,100)
#618159
(97,129,89)
#55714E
(85,113,78)
#496143
(73,97,67)
#3D5138
(61,81,56)
#31412D
(49,65,45)
#253122
(37,49,34)
#192117
(25,33,23)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #85B17A

#85B17A
(133,177,122)
#90B886
(144,184,134)
#9BBF92
(155,191,146)
#A6C69E
(166,198,158)
#B1CDAA
(177,205,170)
#BCD4B6
(188,212,182)
#C7DBC2
(199,219,194)
#D2E2CE
(210,226,206)
#DDE9DA
(221,233,218)
#E8F0E6
(232,240,230)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B17A color. Also use rgb(133,177,122) instead hex code.

Text Font Color

.myTextColor { color: #85B17A; }

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

This text font color is #85B17A.


Background Color

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

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

This div background color is #85B17A.


Border color

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

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

This div border color is #85B17A.


Opacity

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

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

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

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

This text has shadow with #85B17A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B17A on black background.


Color preview on white background

This text has color #85B17A on white background.



Black color preview on #85B17A background

This text has black color on #85B17A background.


White color preview on #85B17A background

This text has white color on #85B17A background.