COLOR #85E6C4

HEX: #85E6C4
RGB: (133,230,196)

Color info

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

RGB color model

#85E6C4 color RGB value is (133,230,196).

  • red value is 133;
  • green value is 230;
  • blue value is 196.
RGB:
(133,230,196)
(52%,90%,77%)

RGB channels and saturation

R 133 of 255 = 52%
G 230 of 255 = 90%
B 196 of 255 = 77%

133
230
196

R + G + B ~ 73%. #85E6C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 230 + 196 = 559 (100%)
R 133 of 559 ~ 23.79%
G 230 of 559 ~ 41.14%
B 196 of 559 ~ 35.06%

%23.79
%41.14
%35.06

CMYK color model

#85E6C4 color CMYK value is (42,0,15,10).

  • cyan value is 42.17%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 9.80%
CMYK:
(42,0,15,10)
C42M0Y15K10 
(42%,0%,15%,10%)
(0.42/0.00/0.15/0.10)	

CMYK percentages

%42.17
%0
%14.78
%9.8

Codes

Color #85E6C4 in popluar color models

85E6C4
RGB133230196
HSL159°65.99%71.18%
HSB/HSV159°42.17%90.20%
CMYK42.17%0.00%14.78%
9.80%

Color #85E6C4 in popluar number systems.

HEX85E6C4
Decimal133230196
Binary100001011110011011000100
Octal205346304

Shades and tints

Shades of #85E6C4

#85E6C4
(133,230,196)
#79D2B3
(121,210,179)
#6DBEA2
(109,190,162)
#61AA91
(97,170,145)
#559680
(85,150,128)
#49826F
(73,130,111)
#3D6E5E
(61,110,94)
#315A4D
(49,90,77)
#25463C
(37,70,60)
#19322B
(25,50,43)
#0D1E1A
(13,30,26)
#000000
(0,0,0)

Tints of #85E6C4

#85E6C4
(133,230,196)
#90E8C9
(144,232,201)
#9BEACE
(155,234,206)
#A6ECD3
(166,236,211)
#B1EED8
(177,238,216)
#BCF0DD
(188,240,221)
#C7F2E2
(199,242,226)
#D2F4E7
(210,244,231)
#DDF6EC
(221,246,236)
#E8F8F1
(232,248,241)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85E6C4 color. Also use rgb(133,230,196) instead hex code.

Text Font Color

.myTextColor { color: #85E6C4; }

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

This text font color is #85E6C4.


Background Color

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

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

This div background color is #85E6C4.


Border color

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

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

This div border color is #85E6C4.


Opacity

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

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

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

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

This text has shadow with #85E6C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85E6C4 on black background.


Color preview on white background

This text has color #85E6C4 on white background.



Black color preview on #85E6C4 background

This text has black color on #85E6C4 background.


White color preview on #85E6C4 background

This text has white color on #85E6C4 background.