COLOR #85E8DE

HEX: #85E8DE RGB: (133,232,222)

Color info

#85E8DE contains mainly green and blue colors. Web safe color of #85E8DE is #99FFCC (or #9FC).

RGB color model

#85E8DE color RGB value is (133,232,222).

RGB: (133,232,222) (52%, 91%, 87%)

RGB channels and saturation

R 133 of 255 = 52%
G 232 of 255 = 91%
B 222 of 255 = 87%

133
232
222

R + G + B ~ 77%. #85E8DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 232 + 222 = 587 (100%)
R 133 of 587 ~ 22.66%
G 232 of 587 ~ 39.52%
B 222 of 587 ~ 37.82'%

%22.66
%39.52
%37.82

CMYK color model

#85E8DE color CMYK value is (43,0,4,9).

  • cyan value is 42.67%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 9.02%

CMYK: (43,0,4,9)
C43M0Y4K9 (43%, 0%, 4%, 9%)
(0.43 / 0.00 / 0.04 / 0.09)

CMYK percentages

%42.67
%0
%4.31
%9.02

Codes

Color #85E8DE in popluar color models

85 E8 DE
RGB 133 232 222
HSL 174° 68.28% 71.57%
HSB/HSV 174° 42.67% 90.98%
CMYK 42.67% 0.00% 4.31%
9.02%

Color #85E8DE in popluar number systems.

HEX 85 E8 DE
Decimal 133 232 222
Binary 10000101 11101000 11011110
Octal 205 350 336

Shades and tints

Shades of #85E8DE

#85E8DE
(133,232,222)
#79D3CA
(121,211,202)
#6DBEB6
(109,190,182)
#61A9A2
(97,169,162)
#55948E
(85,148,142)
#497F7A
(73,127,122)
#3D6A66
(61,106,102)
#315552
(49,85,82)
#25403E
(37,64,62)
#192B2A
(25,43,42)
#0D1616
(13,22,22)
#000000
(0,0,0)

Tints of #85E8DE

#85E8DE
(133,232,222)
#90EAE1
(144,234,225)
#9BECE4
(155,236,228)
#A6EEE7
(166,238,231)
#B1F0EA
(177,240,234)
#BCF2ED
(188,242,237)
#C7F4F0
(199,244,240)
#D2F6F3
(210,246,243)
#DDF8F6
(221,248,246)
#E8FAF9
(232,250,249)
#F3FCFC
(243,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85E8DE color. Also use rgb(133,232,222) instead hex code.

Text Font Color

.myTextColor { color: #85E8DE; }

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

This text font color is #85E8DE.

Background Color

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

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

This div background color is #85E8DE.

Border color

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

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

This div border color is #85E8DE.

Opacity

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

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

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

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

This text has shadow with #85E8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85E8DE.

Preview

Color preview on black background

This text has color #85E8DE on black background.


Color preview on white background

This text has color #85E8DE on white background.


Black color preview on #85E8DE background

This text has black color on #85E8DE background.


White color preview on #85E8DE background

This text has white color on #85E8DE background.


Related colors

Complementary color

Complementary color for #hex is #7A1721.


I love getcolorcode.com

Triadic colors

1 #DE85E8 and #E8DE85 with #85E8DE are triadic colors.

2 #DEE885 and #E885DE with #85E8DE are triadic colors.