COLOR #85E2DC

HEX: #85E2DC
RGB: (133,226,220)

Color info

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

RGB color model

#85E2DC color RGB value is (133,226,220).

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

RGB channels and saturation

R 133 of 255 = 52%
G 226 of 255 = 89%
B 220 of 255 = 86%

133
226
220

R + G + B ~ 76%. #85E2DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 226 + 220 = 579 (100%)
R 133 of 579 ~ 22.97%
G 226 of 579 ~ 39.03%
B 220 of 579 ~ 38%

%22.97
%39.03
%38

CMYK color model

#85E2DC color CMYK value is (41,0,3,11).

  • cyan value is 41.15%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 11.37%
CMYK:
(41,0,3,11)
C41M0Y3K11 
(41%,0%,3%,11%)
(0.41/0.00/0.03/0.11)	

CMYK percentages

%41.15
%0
%2.65
%11.37

Codes

Color #85E2DC in popluar color models

85E2DC
RGB133226220
HSL176°61.59%70.39%
HSB/HSV176°41.15%88.63%
CMYK41.15%0.00%2.65%
11.37%

Color #85E2DC in popluar number systems.

HEX85E2DC
Decimal133226220
Binary100001011110001011011100
Octal205342334

Shades and tints

Shades of #85E2DC

#85E2DC
(133,226,220)
#79CEC8
(121,206,200)
#6DBAB4
(109,186,180)
#61A6A0
(97,166,160)
#55928C
(85,146,140)
#497E78
(73,126,120)
#3D6A64
(61,106,100)
#315650
(49,86,80)
#25423C
(37,66,60)
#192E28
(25,46,40)
#0D1A14
(13,26,20)
#000000
(0,0,0)

Tints of #85E2DC

#85E2DC
(133,226,220)
#90E4DF
(144,228,223)
#9BE6E2
(155,230,226)
#A6E8E5
(166,232,229)
#B1EAE8
(177,234,232)
#BCECEB
(188,236,235)
#C7EEEE
(199,238,238)
#D2F0F1
(210,240,241)
#DDF2F4
(221,242,244)
#E8F4F7
(232,244,247)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85E2DC; }

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

This text font color is #85E2DC.


Background Color

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

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

This div background color is #85E2DC.


Border color

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

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

This div border color is #85E2DC.


Opacity

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

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

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

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

This text has shadow with #85E2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85E2DC on black background.


Color preview on white background

This text has color #85E2DC on white background.



Black color preview on #85E2DC background

This text has black color on #85E2DC background.


White color preview on #85E2DC background

This text has white color on #85E2DC background.