COLOR #85B98E

HEX: #85B98E
RGB: (133,185,142)

Color info

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

RGB color model

#85B98E color RGB value is (133,185,142).

  • red value is 133;
  • green value is 185;
  • blue value is 142.
RGB:
(133,185,142)
(52%,73%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 185 of 255 = 73%
B 142 of 255 = 56%

133
185
142

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

Portions of RGB colors in percentages

R + G + B =
133 + 185 + 142 = 460 (100%)
R 133 of 460 ~ 28.91%
G 185 of 460 ~ 40.22%
B 142 of 460 ~ 30.87%

%28.91
%40.22
%30.87

CMYK color model

#85B98E color CMYK value is (28,0,23,27).

  • cyan value is 28.11%
  • magenta value is 0.00%
  • yellow value is 23.24%
  • key color value is 27.45%
CMYK:
(28,0,23,27)
C28M0Y23K27 
(28%,0%,23%,27%)
(0.28/0.00/0.23/0.27)	

CMYK percentages

%28.11
%0
%23.24
%27.45

Codes

Color #85B98E in popluar color models

85B98E
RGB133185142
HSL130°27.08%62.35%
HSB/HSV130°28.11%72.55%
CMYK28.11%0.00%23.24%
27.45%

Color #85B98E in popluar number systems.

HEX85B98E
Decimal133185142
Binary100001011011100110001110
Octal205271216

Shades and tints

Shades of #85B98E

#85B98E
(133,185,142)
#79A982
(121,169,130)
#6D9976
(109,153,118)
#61896A
(97,137,106)
#55795E
(85,121,94)
#496952
(73,105,82)
#3D5946
(61,89,70)
#31493A
(49,73,58)
#25392E
(37,57,46)
#192922
(25,41,34)
#0D1916
(13,25,22)
#000000
(0,0,0)

Tints of #85B98E

#85B98E
(133,185,142)
#90BF98
(144,191,152)
#9BC5A2
(155,197,162)
#A6CBAC
(166,203,172)
#B1D1B6
(177,209,182)
#BCD7C0
(188,215,192)
#C7DDCA
(199,221,202)
#D2E3D4
(210,227,212)
#DDE9DE
(221,233,222)
#E8EFE8
(232,239,232)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B98E; }

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

This text font color is #85B98E.


Background Color

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

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

This div background color is #85B98E.


Border color

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

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

This div border color is #85B98E.


Opacity

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

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

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

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

This text has shadow with #85B98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B98E on black background.


Color preview on white background

This text has color #85B98E on white background.



Black color preview on #85B98E background

This text has black color on #85B98E background.


White color preview on #85B98E background

This text has white color on #85B98E background.