COLOR #85E2B7

HEX: #85E2B7
RGB: (133,226,183)

Color info

#85E2B7 contains mainly green and blue colors. Web safe color of #85E2B7 is #99CCCC (or #9CC).

RGB color model

#85E2B7 color RGB value is (133,226,183).

  • red value is 133;
  • green value is 226;
  • blue value is 183.
RGB:
(133,226,183)
(52%,89%,72%)

RGB channels and saturation

R 133 of 255 = 52%
G 226 of 255 = 89%
B 183 of 255 = 72%

133
226
183

R + G + B ~ 71%. #85E2B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 226 + 183 = 542 (100%)
R 133 of 542 ~ 24.54%
G 226 of 542 ~ 41.7%
B 183 of 542 ~ 33.76%

%24.54
%41.7
%33.76

CMYK color model

#85E2B7 color CMYK value is (41,0,19,11).

  • cyan value is 41.15%
  • magenta value is 0.00%
  • yellow value is 19.03%
  • key color value is 11.37%
CMYK:
(41,0,19,11)
C41M0Y19K11 
(41%,0%,19%,11%)
(0.41/0.00/0.19/0.11)	

CMYK percentages

%41.15
%0
%19.03
%11.37

Codes

Color #85E2B7 in popluar color models

85E2B7
RGB133226183
HSL152°61.59%70.39%
HSB/HSV152°41.15%88.63%
CMYK41.15%0.00%19.03%
11.37%

Color #85E2B7 in popluar number systems.

HEX85E2B7
Decimal133226183
Binary100001011110001010110111
Octal205342267

Shades and tints

Shades of #85E2B7

#85E2B7
(133,226,183)
#79CEA7
(121,206,167)
#6DBA97
(109,186,151)
#61A687
(97,166,135)
#559277
(85,146,119)
#497E67
(73,126,103)
#3D6A57
(61,106,87)
#315647
(49,86,71)
#254237
(37,66,55)
#192E27
(25,46,39)
#0D1A17
(13,26,23)
#000000
(0,0,0)

Tints of #85E2B7

#85E2B7
(133,226,183)
#90E4BD
(144,228,189)
#9BE6C3
(155,230,195)
#A6E8C9
(166,232,201)
#B1EACF
(177,234,207)
#BCECD5
(188,236,213)
#C7EEDB
(199,238,219)
#D2F0E1
(210,240,225)
#DDF2E7
(221,242,231)
#E8F4ED
(232,244,237)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85E2B7 color. Also use rgb(133,226,183) instead hex code.

Text Font Color

.myTextColor { color: #85E2B7; }

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

This text font color is #85E2B7.


Background Color

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

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

This div background color is #85E2B7.


Border color

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

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

This div border color is #85E2B7.


Opacity

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

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

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

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

This text has shadow with #85E2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85E2B7 on black background.


Color preview on white background

This text has color #85E2B7 on white background.



Black color preview on #85E2B7 background

This text has black color on #85E2B7 background.


White color preview on #85E2B7 background

This text has white color on #85E2B7 background.