COLOR #85E0DD

HEX: #85E0DD
RGB: (133,224,221)

Color info

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

RGB color model

#85E0DD color RGB value is (133,224,221).

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

RGB channels and saturation

R 133 of 255 = 52%
G 224 of 255 = 88%
B 221 of 255 = 87%

133
224
221

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

Portions of RGB colors in percentages

R + G + B =
133 + 224 + 221 = 578 (100%)
R 133 of 578 ~ 23.01%
G 224 of 578 ~ 38.75%
B 221 of 578 ~ 38.24%

%23.01
%38.75
%38.24

CMYK color model

#85E0DD color CMYK value is (41,0,1,12).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 1.34%
  • key color value is 12.16%
CMYK:
(41,0,1,12)
C41M0Y1K12 
(41%,0%,1%,12%)
(0.41/0.00/0.01/0.12)	

CMYK percentages

%40.63
%0
%1.34
%12.16

Codes

Color #85E0DD in popluar color models

85E0DD
RGB133224221
HSL178°59.48%70.00%
HSB/HSV178°40.63%87.84%
CMYK40.63%0.00%1.34%
12.16%

Color #85E0DD in popluar number systems.

HEX85E0DD
Decimal133224221
Binary100001011110000011011101
Octal205340335

Shades and tints

Shades of #85E0DD

#85E0DD
(133,224,221)
#79CCC9
(121,204,201)
#6DB8B5
(109,184,181)
#61A4A1
(97,164,161)
#55908D
(85,144,141)
#497C79
(73,124,121)
#3D6865
(61,104,101)
#315451
(49,84,81)
#25403D
(37,64,61)
#192C29
(25,44,41)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #85E0DD

#85E0DD
(133,224,221)
#90E2E0
(144,226,224)
#9BE4E3
(155,228,227)
#A6E6E6
(166,230,230)
#B1E8E9
(177,232,233)
#BCEAEC
(188,234,236)
#C7ECEF
(199,236,239)
#D2EEF2
(210,238,242)
#DDF0F5
(221,240,245)
#E8F2F8
(232,242,248)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85E0DD; }

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

This text font color is #85E0DD.


Background Color

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

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

This div background color is #85E0DD.


Border color

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

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

This div border color is #85E0DD.


Opacity

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

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

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

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

This text has shadow with #85E0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85E0DD on black background.


Color preview on white background

This text has color #85E0DD on white background.



Black color preview on #85E0DD background

This text has black color on #85E0DD background.


White color preview on #85E0DD background

This text has white color on #85E0DD background.