COLOR #85BD85

HEX: #85BD85
RGB: (133,189,133)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
189
133

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

Portions of RGB colors in percentages

R + G + B =
133 + 189 + 133 = 455 (100%)
R 133 of 455 ~ 29.23%
G 189 of 455 ~ 41.54%
B 133 of 455 ~ 29.23%

%29.23
%41.54
%29.23

CMYK color model

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

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

CMYK percentages

%29.63
%0
%29.63
%25.88

Codes

Color #85BD85 in popluar color models

85BD85
RGB133189133
HSL120°29.79%63.14%
HSB/HSV120°29.63%74.12%
CMYK29.63%0.00%29.63%
25.88%

Color #85BD85 in popluar number systems.

HEX85BD85
Decimal133189133
Binary100001011011110110000101
Octal205275205

Shades and tints

Shades of #85BD85

#85BD85
(133,189,133)
#79AC79
(121,172,121)
#6D9B6D
(109,155,109)
#618A61
(97,138,97)
#557955
(85,121,85)
#496849
(73,104,73)
#3D573D
(61,87,61)
#314631
(49,70,49)
#253525
(37,53,37)
#192419
(25,36,25)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #85BD85

#85BD85
(133,189,133)
#90C390
(144,195,144)
#9BC99B
(155,201,155)
#A6CFA6
(166,207,166)
#B1D5B1
(177,213,177)
#BCDBBC
(188,219,188)
#C7E1C7
(199,225,199)
#D2E7D2
(210,231,210)
#DDEDDD
(221,237,221)
#E8F3E8
(232,243,232)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BD85; }

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

This text font color is #85BD85.


Background Color

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

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

This div background color is #85BD85.


Border color

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

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

This div border color is #85BD85.


Opacity

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

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

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

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

This text has shadow with #85BD85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BD85 on black background.


Color preview on white background

This text has color #85BD85 on white background.



Black color preview on #85BD85 background

This text has black color on #85BD85 background.


White color preview on #85BD85 background

This text has white color on #85BD85 background.