COLOR #85E4BC

HEX: #85E4BC
RGB: (133,228,188)

Color info

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

RGB color model

#85E4BC color RGB value is (133,228,188).

  • red value is 133;
  • green value is 228;
  • blue value is 188.
RGB: (133,228,188) (52%,89%,74%)

RGB channels and saturation

R 133 of 255 = 52%
G 228 of 255 = 89%
B 188 of 255 = 74%

133
228
188

R + G + B ~ 72%. #85E4BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 228 + 188 = 549 (100%)
R 133 of 549 ~ 24.23%
G 228 of 549 ~ 41.53%
B 188 of 549 ~ 34.24%

%24.23
%41.53
%34.24

CMYK color model

#85E4BC color CMYK value is (42,0,18,11).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 10.59%
CMYK: (42,0,18,11) C42M0Y18K11 (42%,0%,18%,11%) (0.42/0.00/0.18/0.11)

CMYK percentages

%41.67
%0
%17.54
%10.59

Codes

Color #85E4BC in popluar color models

85E4BC
RGB133228188
HSL155°63.76%70.78%
HSB/HSV155°41.67%89.41%
CMYK41.67%0.00%17.54%
10.59%

Color #85E4BC in popluar number systems.

HEX85E4BC
Decimal133228188
Binary100001011110010010111100
Octal205344274

Shades and tints

Shades of #85E4BC

#85E4BC
(133,228,188)
#79D0AB
(121,208,171)
#6DBC9A
(109,188,154)
#61A889
(97,168,137)
#559478
(85,148,120)
#498067
(73,128,103)
#3D6C56
(61,108,86)
#315845
(49,88,69)
#254434
(37,68,52)
#193023
(25,48,35)
#0D1C12
(13,28,18)
#000000
(0,0,0)

Tints of #85E4BC

#85E4BC
(133,228,188)
#90E6C2
(144,230,194)
#9BE8C8
(155,232,200)
#A6EACE
(166,234,206)
#B1ECD4
(177,236,212)
#BCEEDA
(188,238,218)
#C7F0E0
(199,240,224)
#D2F2E6
(210,242,230)
#DDF4EC
(221,244,236)
#E8F6F2
(232,246,242)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85E4BC color. Also use rgb(133,228,188) instead hex code.

Text Font Color

.myTextColor { color: #85E4BC; }

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

This text font color is #85E4BC.


Background Color

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

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

This div background color is #85E4BC.


Border color

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

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

This div border color is #85E4BC.


Opacity

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

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

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

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

This text has shadow with #85E4BC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #85E4BC on black background.


Color preview on white background

This text has color #85E4BC on white background.



Black color preview on #85E4BC background

This text has black color on #85E4BC background.


White color preview on #85E4BC background

This text has white color on #85E4BC background.