COLOR #85B082

HEX: #85B082
RGB: (133,176,130)

Color info

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

RGB color model

#85B082 color RGB value is (133,176,130).

  • red value is 133;
  • green value is 176;
  • blue value is 130.
RGB:
(133,176,130)
(52%,69%,51%)

RGB channels and saturation

R 133 of 255 = 52%
G 176 of 255 = 69%
B 130 of 255 = 51%

133
176
130

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

Portions of RGB colors in percentages

R + G + B =
133 + 176 + 130 = 439 (100%)
R 133 of 439 ~ 30.3%
G 176 of 439 ~ 40.09%
B 130 of 439 ~ 29.61%

%30.3
%40.09
%29.61

CMYK color model

#85B082 color CMYK value is (24,0,26,31).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 30.98%
CMYK:
(24,0,26,31)
C24M0Y26K31 
(24%,0%,26%,31%)
(0.24/0.00/0.26/0.31)	

CMYK percentages

%24.43
%0
%26.14
%30.98

Codes

Color #85B082 in popluar color models

85B082
RGB133176130
HSL116°22.55%60.00%
HSB/HSV116°26.14%69.02%
CMYK24.43%0.00%26.14%
30.98%

Color #85B082 in popluar number systems.

HEX85B082
Decimal133176130
Binary100001011011000010000010
Octal205260202

Shades and tints

Shades of #85B082

#85B082
(133,176,130)
#79A077
(121,160,119)
#6D906C
(109,144,108)
#618061
(97,128,97)
#557056
(85,112,86)
#49604B
(73,96,75)
#3D5040
(61,80,64)
#314035
(49,64,53)
#25302A
(37,48,42)
#19201F
(25,32,31)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #85B082

#85B082
(133,176,130)
#90B78D
(144,183,141)
#9BBE98
(155,190,152)
#A6C5A3
(166,197,163)
#B1CCAE
(177,204,174)
#BCD3B9
(188,211,185)
#C7DAC4
(199,218,196)
#D2E1CF
(210,225,207)
#DDE8DA
(221,232,218)
#E8EFE5
(232,239,229)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B082 color. Also use rgb(133,176,130) instead hex code.

Text Font Color

.myTextColor { color: #85B082; }

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

This text font color is #85B082.


Background Color

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

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

This div background color is #85B082.


Border color

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

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

This div border color is #85B082.


Opacity

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

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

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

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

This text has shadow with #85B082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B082 on black background.


Color preview on white background

This text has color #85B082 on white background.



Black color preview on #85B082 background

This text has black color on #85B082 background.


White color preview on #85B082 background

This text has white color on #85B082 background.