COLOR #85BA7E

HEX: #85BA7E
RGB: (133,186,126)

Color info

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

RGB color model

#85BA7E color RGB value is (133,186,126).

  • red value is 133;
  • green value is 186;
  • blue value is 126.
RGB:
(133,186,126)
(52%,73%,49%)

RGB channels and saturation

R 133 of 255 = 52%
G 186 of 255 = 73%
B 126 of 255 = 49%

133
186
126

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

Portions of RGB colors in percentages

R + G + B =
133 + 186 + 126 = 445 (100%)
R 133 of 445 ~ 29.89%
G 186 of 445 ~ 41.8%
B 126 of 445 ~ 28.31%

%29.89
%41.8
%28.31

CMYK color model

#85BA7E color CMYK value is (28,0,32,27).

  • cyan value is 28.49%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 27.06%
CMYK:
(28,0,32,27)
C28M0Y32K27 
(28%,0%,32%,27%)
(0.28/0.00/0.32/0.27)	

CMYK percentages

%28.49
%0
%32.26
%27.06

Codes

Color #85BA7E in popluar color models

85BA7E
RGB133186126
HSL113°30.30%61.18%
HSB/HSV113°32.26%72.94%
CMYK28.49%0.00%32.26%
27.06%

Color #85BA7E in popluar number systems.

HEX85BA7E
Decimal133186126
Binary10000101101110101111110
Octal205272176

Shades and tints

Shades of #85BA7E

#85BA7E
(133,186,126)
#79AA73
(121,170,115)
#6D9A68
(109,154,104)
#618A5D
(97,138,93)
#557A52
(85,122,82)
#496A47
(73,106,71)
#3D5A3C
(61,90,60)
#314A31
(49,74,49)
#253A26
(37,58,38)
#192A1B
(25,42,27)
#0D1A10
(13,26,16)
#000000
(0,0,0)

Tints of #85BA7E

#85BA7E
(133,186,126)
#90C089
(144,192,137)
#9BC694
(155,198,148)
#A6CC9F
(166,204,159)
#B1D2AA
(177,210,170)
#BCD8B5
(188,216,181)
#C7DEC0
(199,222,192)
#D2E4CB
(210,228,203)
#DDEAD6
(221,234,214)
#E8F0E1
(232,240,225)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BA7E; }

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

This text font color is #85BA7E.


Background Color

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

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

This div background color is #85BA7E.


Border color

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

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

This div border color is #85BA7E.


Opacity

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

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

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

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

This text has shadow with #85BA7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BA7E on black background.


Color preview on white background

This text has color #85BA7E on white background.



Black color preview on #85BA7E background

This text has black color on #85BA7E background.


White color preview on #85BA7E background

This text has white color on #85BA7E background.