COLOR #85BB82

HEX: #85BB82
RGB: (133,187,130)

Color info

#85BB82 contains red, green and blue colors in about the same proportion. Web safe color of #85BB82 is #99CC99 (or #9C9).

RGB color model

#85BB82 color RGB value is (133,187,130).

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

RGB channels and saturation

R 133 of 255 = 52%
G 187 of 255 = 73%
B 130 of 255 = 51%

133
187
130

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

Portions of RGB colors in percentages

R + G + B =
133 + 187 + 130 = 450 (100%)
R 133 of 450 ~ 29.56%
G 187 of 450 ~ 41.56%
B 130 of 450 ~ 28.89%

%29.56
%41.56
%28.89

CMYK color model

#85BB82 color CMYK value is (29,0,30,27).

  • cyan value is 28.88%
  • magenta value is 0.00%
  • yellow value is 30.48%
  • key color value is 26.67%
CMYK:
(29,0,30,27)
C29M0Y30K27 
(29%,0%,30%,27%)
(0.29/0.00/0.30/0.27)	

CMYK percentages

%28.88
%0
%30.48
%26.67

Codes

Color #85BB82 in popluar color models

85BB82
RGB133187130
HSL117°29.53%62.16%
HSB/HSV117°30.48%73.33%
CMYK28.88%0.00%30.48%
26.67%

Color #85BB82 in popluar number systems.

HEX85BB82
Decimal133187130
Binary100001011011101110000010
Octal205273202

Shades and tints

Shades of #85BB82

#85BB82
(133,187,130)
#79AA77
(121,170,119)
#6D996C
(109,153,108)
#618861
(97,136,97)
#557756
(85,119,86)
#49664B
(73,102,75)
#3D5540
(61,85,64)
#314435
(49,68,53)
#25332A
(37,51,42)
#19221F
(25,34,31)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #85BB82

#85BB82
(133,187,130)
#90C18D
(144,193,141)
#9BC798
(155,199,152)
#A6CDA3
(166,205,163)
#B1D3AE
(177,211,174)
#BCD9B9
(188,217,185)
#C7DFC4
(199,223,196)
#D2E5CF
(210,229,207)
#DDEBDA
(221,235,218)
#E8F1E5
(232,241,229)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BB82; }

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

This text font color is #85BB82.


Background Color

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

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

This div background color is #85BB82.


Border color

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

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

This div border color is #85BB82.


Opacity

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

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

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

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

This text has shadow with #85BB82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BB82 on black background.


Color preview on white background

This text has color #85BB82 on white background.



Black color preview on #85BB82 background

This text has black color on #85BB82 background.


White color preview on #85BB82 background

This text has white color on #85BB82 background.