COLOR #85E5AB

HEX: #85E5AB
RGB: (133,229,171)

Color info

#85E5AB contains mainly green and blue colors. Web safe color of #85E5AB is #99CC99 (or #9C9).

RGB color model

#85E5AB color RGB value is (133,229,171).

  • red value is 133;
  • green value is 229;
  • blue value is 171.
RGB:
(133,229,171)
(52%,90%,67%)

RGB channels and saturation

R 133 of 255 = 52%
G 229 of 255 = 90%
B 171 of 255 = 67%

133
229
171

R + G + B ~ 70%. #85E5AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 229 + 171 = 533 (100%)
R 133 of 533 ~ 24.95%
G 229 of 533 ~ 42.96%
B 171 of 533 ~ 32.08%

%24.95
%42.96
%32.08

CMYK color model

#85E5AB color CMYK value is (42,0,25,10).

  • cyan value is 41.92%
  • magenta value is 0.00%
  • yellow value is 25.33%
  • key color value is 10.20%
CMYK:
(42,0,25,10)
C42M0Y25K10 
(42%,0%,25%,10%)
(0.42/0.00/0.25/0.10)	

CMYK percentages

%41.92
%0
%25.33
%10.2

Codes

Color #85E5AB in popluar color models

85E5AB
RGB133229171
HSL144°64.86%70.98%
HSB/HSV144°41.92%89.80%
CMYK41.92%0.00%25.33%
10.20%

Color #85E5AB in popluar number systems.

HEX85E5AB
Decimal133229171
Binary100001011110010110101011
Octal205345253

Shades and tints

Shades of #85E5AB

#85E5AB
(133,229,171)
#79D19C
(121,209,156)
#6DBD8D
(109,189,141)
#61A97E
(97,169,126)
#55956F
(85,149,111)
#498160
(73,129,96)
#3D6D51
(61,109,81)
#315942
(49,89,66)
#254533
(37,69,51)
#193124
(25,49,36)
#0D1D15
(13,29,21)
#000000
(0,0,0)

Tints of #85E5AB

#85E5AB
(133,229,171)
#90E7B2
(144,231,178)
#9BE9B9
(155,233,185)
#A6EBC0
(166,235,192)
#B1EDC7
(177,237,199)
#BCEFCE
(188,239,206)
#C7F1D5
(199,241,213)
#D2F3DC
(210,243,220)
#DDF5E3
(221,245,227)
#E8F7EA
(232,247,234)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85E5AB; }

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

This text font color is #85E5AB.


Background Color

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

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

This div background color is #85E5AB.


Border color

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

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

This div border color is #85E5AB.


Opacity

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

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

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

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

This text has shadow with #85E5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85E5AB on black background.


Color preview on white background

This text has color #85E5AB on white background.



Black color preview on #85E5AB background

This text has black color on #85E5AB background.


White color preview on #85E5AB background

This text has white color on #85E5AB background.