COLOR #85BD7B

HEX: #85BD7B
RGB: (133,189,123)

Color info

#85BD7B contains mainly red and green colors. Web safe color of #85BD7B is #99CC66 (or #9C6).

RGB color model

#85BD7B color RGB value is (133,189,123).

  • red value is 133;
  • green value is 189;
  • blue value is 123.
RGB:
(133,189,123)
(52%,74%,48%)

RGB channels and saturation

R 133 of 255 = 52%
G 189 of 255 = 74%
B 123 of 255 = 48%

133
189
123

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

Portions of RGB colors in percentages

R + G + B =
133 + 189 + 123 = 445 (100%)
R 133 of 445 ~ 29.89%
G 189 of 445 ~ 42.47%
B 123 of 445 ~ 27.64%

%29.89
%42.47
%27.64

CMYK color model

#85BD7B color CMYK value is (30,0,35,26).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 25.88%
CMYK:
(30,0,35,26)
C30M0Y35K26 
(30%,0%,35%,26%)
(0.30/0.00/0.35/0.26)	

CMYK percentages

%29.63
%0
%34.92
%25.88

Codes

Color #85BD7B in popluar color models

85BD7B
RGB133189123
HSL111°33.33%61.18%
HSB/HSV111°34.92%74.12%
CMYK29.63%0.00%34.92%
25.88%

Color #85BD7B in popluar number systems.

HEX85BD7B
Decimal133189123
Binary10000101101111011111011
Octal205275173

Shades and tints

Shades of #85BD7B

#85BD7B
(133,189,123)
#79AC70
(121,172,112)
#6D9B65
(109,155,101)
#618A5A
(97,138,90)
#55794F
(85,121,79)
#496844
(73,104,68)
#3D5739
(61,87,57)
#31462E
(49,70,46)
#253523
(37,53,35)
#192418
(25,36,24)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #85BD7B

#85BD7B
(133,189,123)
#90C387
(144,195,135)
#9BC993
(155,201,147)
#A6CF9F
(166,207,159)
#B1D5AB
(177,213,171)
#BCDBB7
(188,219,183)
#C7E1C3
(199,225,195)
#D2E7CF
(210,231,207)
#DDEDDB
(221,237,219)
#E8F3E7
(232,243,231)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BD7B color. Also use rgb(133,189,123) instead hex code.

Text Font Color

.myTextColor { color: #85BD7B; }

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

This text font color is #85BD7B.


Background Color

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

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

This div background color is #85BD7B.


Border color

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

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

This div border color is #85BD7B.


Opacity

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

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

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

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

This text has shadow with #85BD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BD7B on black background.


Color preview on white background

This text has color #85BD7B on white background.



Black color preview on #85BD7B background

This text has black color on #85BD7B background.


White color preview on #85BD7B background

This text has white color on #85BD7B background.