COLOR #85E8EF

HEX: #85E8EF RGB: (133,232,239)

Color info

#85E8EF contains mainly green and blue colors. Web safe color of #85E8EF is #99FFFF (or #9FF).

RGB color model

#85E8EF color RGB value is (133,232,239).

RGB: (133,232,239) (52%, 91%, 94%)

RGB channels and saturation

R 133 of 255 = 52%
G 232 of 255 = 91%
B 239 of 255 = 94%

133
232
239

R + G + B ~ 79%. #85E8EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 232 + 239 = 604 (100%)
R 133 of 604 ~ 22.02%
G 232 of 604 ~ 38.41%
B 239 of 604 ~ 39.57'%

%22.02
%38.41
%39.57

CMYK color model

#85E8EF color CMYK value is (44,3,0,6).

  • cyan value is 44.35%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (44,3,0,6)
C44M3Y0K6 (44%, 3%, 0%, 6%)
(0.44 / 0.03 / 0.00 / 0.06)

CMYK percentages

%44.35
%2.93
%0
%6.27

Codes

Color #85E8EF in popluar color models

85 E8 EF
RGB 133 232 239
HSL 184° 76.81% 72.94%
HSB/HSV 184° 44.35% 93.73%
CMYK 44.35% 2.93% 0.00%
6.27%

Color #85E8EF in popluar number systems.

HEX 85 E8 EF
Decimal 133 232 239
Binary 10000101 11101000 11101111
Octal 205 350 357

Shades and tints

Shades of #85E8EF

#85E8EF
(133,232,239)
#79D3DA
(121,211,218)
#6DBEC5
(109,190,197)
#61A9B0
(97,169,176)
#55949B
(85,148,155)
#497F86
(73,127,134)
#3D6A71
(61,106,113)
#31555C
(49,85,92)
#254047
(37,64,71)
#192B32
(25,43,50)
#0D161D
(13,22,29)
#000000
(0,0,0)

Tints of #85E8EF

#85E8EF
(133,232,239)
#90EAF0
(144,234,240)
#9BECF1
(155,236,241)
#A6EEF2
(166,238,242)
#B1F0F3
(177,240,243)
#BCF2F4
(188,242,244)
#C7F4F5
(199,244,245)
#D2F6F6
(210,246,246)
#DDF8F7
(221,248,247)
#E8FAF8
(232,250,248)
#F3FCF9
(243,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85E8EF; }

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

This text font color is #85E8EF.

Background Color

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

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

This div background color is #85E8EF.

Border color

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

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

This div border color is #85E8EF.

Opacity

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

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

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

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

This text has shadow with #85E8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85E8EF.

Preview

Color preview on black background

This text has color #85E8EF on black background.


Color preview on white background

This text has color #85E8EF on white background.


Black color preview on #85E8EF background

This text has black color on #85E8EF background.


White color preview on #85E8EF background

This text has white color on #85E8EF background.


Related colors

Complementary color

Complementary color for #hex is #7A1710.


I love getcolorcode.com

Triadic colors

1 #EF85E8 and #E8EF85 with #85E8EF are triadic colors.

2 #EFE885 and #E885EF with #85E8EF are triadic colors.