COLOR #85E0C8

HEX: #85E0C8
RGB: (133,224,200)

Color info

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

RGB color model

#85E0C8 color RGB value is (133,224,200).

  • red value is 133;
  • green value is 224;
  • blue value is 200.
RGB:
(133,224,200)
(52%,88%,78%)

RGB channels and saturation

R 133 of 255 = 52%
G 224 of 255 = 88%
B 200 of 255 = 78%

133
224
200

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

Portions of RGB colors in percentages

R + G + B =
133 + 224 + 200 = 557 (100%)
R 133 of 557 ~ 23.88%
G 224 of 557 ~ 40.22%
B 200 of 557 ~ 35.91%

%23.88
%40.22
%35.91

CMYK color model

#85E0C8 color CMYK value is (41,0,11,12).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 12.16%
CMYK:
(41,0,11,12)
C41M0Y11K12 
(41%,0%,11%,12%)
(0.41/0.00/0.11/0.12)	

CMYK percentages

%40.63
%0
%10.71
%12.16

Codes

Color #85E0C8 in popluar color models

85E0C8
RGB133224200
HSL164°59.48%70.00%
HSB/HSV164°40.63%87.84%
CMYK40.63%0.00%10.71%
12.16%

Color #85E0C8 in popluar number systems.

HEX85E0C8
Decimal133224200
Binary100001011110000011001000
Octal205340310

Shades and tints

Shades of #85E0C8

#85E0C8
(133,224,200)
#79CCB6
(121,204,182)
#6DB8A4
(109,184,164)
#61A492
(97,164,146)
#559080
(85,144,128)
#497C6E
(73,124,110)
#3D685C
(61,104,92)
#31544A
(49,84,74)
#254038
(37,64,56)
#192C26
(25,44,38)
#0D1814
(13,24,20)
#000000
(0,0,0)

Tints of #85E0C8

#85E0C8
(133,224,200)
#90E2CD
(144,226,205)
#9BE4D2
(155,228,210)
#A6E6D7
(166,230,215)
#B1E8DC
(177,232,220)
#BCEAE1
(188,234,225)
#C7ECE6
(199,236,230)
#D2EEEB
(210,238,235)
#DDF0F0
(221,240,240)
#E8F2F5
(232,242,245)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85E0C8 color. Also use rgb(133,224,200) instead hex code.

Text Font Color

.myTextColor { color: #85E0C8; }

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

This text font color is #85E0C8.


Background Color

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

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

This div background color is #85E0C8.


Border color

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

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

This div border color is #85E0C8.


Opacity

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

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

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

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

This text has shadow with #85E0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85E0C8 on black background.


Color preview on white background

This text has color #85E0C8 on white background.



Black color preview on #85E0C8 background

This text has black color on #85E0C8 background.


White color preview on #85E0C8 background

This text has white color on #85E0C8 background.