COLOR #85BF95

HEX: #85BF95
RGB: (133,191,149)

Color info

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

RGB color model

#85BF95 color RGB value is (133,191,149).

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

RGB channels and saturation

R 133 of 255 = 52%
G 191 of 255 = 75%
B 149 of 255 = 58%

133
191
149

R + G + B ~ 62%. #85BF95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 191 + 149 = 473 (100%)
R 133 of 473 ~ 28.12%
G 191 of 473 ~ 40.38%
B 149 of 473 ~ 31.5%

%28.12
%40.38
%31.5

CMYK color model

#85BF95 color CMYK value is (30,0,22,25).

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 21.99%
  • key color value is 25.10%
CMYK:
(30,0,22,25)
C30M0Y22K25 
(30%,0%,22%,25%)
(0.30/0.00/0.22/0.25)	

CMYK percentages

%30.37
%0
%21.99
%25.1

Codes

Color #85BF95 in popluar color models

85BF95
RGB133191149
HSL137°31.18%63.53%
HSB/HSV137°30.37%74.90%
CMYK30.37%0.00%21.99%
25.10%

Color #85BF95 in popluar number systems.

HEX85BF95
Decimal133191149
Binary100001011011111110010101
Octal205277225

Shades and tints

Shades of #85BF95

#85BF95
(133,191,149)
#79AE88
(121,174,136)
#6D9D7B
(109,157,123)
#618C6E
(97,140,110)
#557B61
(85,123,97)
#496A54
(73,106,84)
#3D5947
(61,89,71)
#31483A
(49,72,58)
#25372D
(37,55,45)
#192620
(25,38,32)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #85BF95

#85BF95
(133,191,149)
#90C49E
(144,196,158)
#9BC9A7
(155,201,167)
#A6CEB0
(166,206,176)
#B1D3B9
(177,211,185)
#BCD8C2
(188,216,194)
#C7DDCB
(199,221,203)
#D2E2D4
(210,226,212)
#DDE7DD
(221,231,221)
#E8ECE6
(232,236,230)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BF95; }

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

This text font color is #85BF95.


Background Color

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

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

This div background color is #85BF95.


Border color

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

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

This div border color is #85BF95.


Opacity

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

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

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

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

This text has shadow with #85BF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BF95 on black background.


Color preview on white background

This text has color #85BF95 on white background.



Black color preview on #85BF95 background

This text has black color on #85BF95 background.


White color preview on #85BF95 background

This text has white color on #85BF95 background.