COLOR #85B680

HEX: #85B680
RGB: (133,182,128)

Color info

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

RGB color model

#85B680 color RGB value is (133,182,128).

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

RGB channels and saturation

R 133 of 255 = 52%
G 182 of 255 = 71%
B 128 of 255 = 50%

133
182
128

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

Portions of RGB colors in percentages

R + G + B =
133 + 182 + 128 = 443 (100%)
R 133 of 443 ~ 30.02%
G 182 of 443 ~ 41.08%
B 128 of 443 ~ 28.89%

%30.02
%41.08
%28.89

CMYK color model

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

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 28.63%
CMYK:
(27,0,30,29)
C27M0Y30K29 
(27%,0%,30%,29%)
(0.27/0.00/0.30/0.29)	

CMYK percentages

%26.92
%0
%29.67
%28.63

Codes

Color #85B680 in popluar color models

85B680
RGB133182128
HSL114°27.00%60.78%
HSB/HSV114°29.67%71.37%
CMYK26.92%0.00%29.67%
28.63%

Color #85B680 in popluar number systems.

HEX85B680
Decimal133182128
Binary100001011011011010000000
Octal205266200

Shades and tints

Shades of #85B680

#85B680
(133,182,128)
#79A675
(121,166,117)
#6D966A
(109,150,106)
#61865F
(97,134,95)
#557654
(85,118,84)
#496649
(73,102,73)
#3D563E
(61,86,62)
#314633
(49,70,51)
#253628
(37,54,40)
#19261D
(25,38,29)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #85B680

#85B680
(133,182,128)
#90BC8B
(144,188,139)
#9BC296
(155,194,150)
#A6C8A1
(166,200,161)
#B1CEAC
(177,206,172)
#BCD4B7
(188,212,183)
#C7DAC2
(199,218,194)
#D2E0CD
(210,224,205)
#DDE6D8
(221,230,216)
#E8ECE3
(232,236,227)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B680; }

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

This text font color is #85B680.


Background Color

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

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

This div background color is #85B680.


Border color

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

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

This div border color is #85B680.


Opacity

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

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

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

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

This text has shadow with #85B680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B680 on black background.


Color preview on white background

This text has color #85B680 on white background.



Black color preview on #85B680 background

This text has black color on #85B680 background.


White color preview on #85B680 background

This text has white color on #85B680 background.