COLOR #85BF6C

HEX: #85BF6C
RGB: (133,191,108)

Color info

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

RGB color model

#85BF6C color RGB value is (133,191,108).

  • red value is 133;
  • green value is 191;
  • blue value is 108.
RGB:
(133,191,108)
(52%,75%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 191 of 255 = 75%
B 108 of 255 = 42%

133
191
108

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

Portions of RGB colors in percentages

R + G + B =
133 + 191 + 108 = 432 (100%)
R 133 of 432 ~ 30.79%
G 191 of 432 ~ 44.21%
B 108 of 432 ~ 25%

%30.79
%44.21
%25

CMYK color model

#85BF6C color CMYK value is (30,0,43,25).

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 43.46%
  • key color value is 25.10%
CMYK:
(30,0,43,25)
C30M0Y43K25 
(30%,0%,43%,25%)
(0.30/0.00/0.43/0.25)	

CMYK percentages

%30.37
%0
%43.46
%25.1

Codes

Color #85BF6C in popluar color models

85BF6C
RGB133191108
HSL102°39.34%58.63%
HSB/HSV102°43.46%74.90%
CMYK30.37%0.00%43.46%
25.10%

Color #85BF6C in popluar number systems.

HEX85BF6C
Decimal133191108
Binary10000101101111111101100
Octal205277154

Shades and tints

Shades of #85BF6C

#85BF6C
(133,191,108)
#79AE63
(121,174,99)
#6D9D5A
(109,157,90)
#618C51
(97,140,81)
#557B48
(85,123,72)
#496A3F
(73,106,63)
#3D5936
(61,89,54)
#31482D
(49,72,45)
#253724
(37,55,36)
#19261B
(25,38,27)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #85BF6C

#85BF6C
(133,191,108)
#90C479
(144,196,121)
#9BC986
(155,201,134)
#A6CE93
(166,206,147)
#B1D3A0
(177,211,160)
#BCD8AD
(188,216,173)
#C7DDBA
(199,221,186)
#D2E2C7
(210,226,199)
#DDE7D4
(221,231,212)
#E8ECE1
(232,236,225)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BF6C; }

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

This text font color is #85BF6C.


Background Color

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

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

This div background color is #85BF6C.


Border color

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

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

This div border color is #85BF6C.


Opacity

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

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

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

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

This text has shadow with #85BF6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BF6C on black background.


Color preview on white background

This text has color #85BF6C on white background.



Black color preview on #85BF6C background

This text has black color on #85BF6C background.


White color preview on #85BF6C background

This text has white color on #85BF6C background.