COLOR #85EED1

HEX: #85EED1
RGB: (133,238,209)

Color info

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

RGB color model

#85EED1 color RGB value is (133,238,209).

  • red value is 133;
  • green value is 238;
  • blue value is 209.
RGB:
(133,238,209)
(52%,93%,82%)

RGB channels and saturation

R 133 of 255 = 52%
G 238 of 255 = 93%
B 209 of 255 = 82%

133
238
209

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

Portions of RGB colors in percentages

R + G + B =
133 + 238 + 209 = 580 (100%)
R 133 of 580 ~ 22.93%
G 238 of 580 ~ 41.03%
B 209 of 580 ~ 36.03%

%22.93
%41.03
%36.03

CMYK color model

#85EED1 color CMYK value is (44,0,12,7).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 6.67%
CMYK:
(44,0,12,7)
C44M0Y12K7 
(44%,0%,12%,7%)
(0.44/0.00/0.12/0.07)	

CMYK percentages

%44.12
%0
%12.18
%6.67

Codes

Color #85EED1 in popluar color models

85EED1
RGB133238209
HSL163°75.54%72.75%
HSB/HSV163°44.12%93.33%
CMYK44.12%0.00%12.18%
6.67%

Color #85EED1 in popluar number systems.

HEX85EED1
Decimal133238209
Binary100001011110111011010001
Octal205356321

Shades and tints

Shades of #85EED1

#85EED1
(133,238,209)
#79D9BE
(121,217,190)
#6DC4AB
(109,196,171)
#61AF98
(97,175,152)
#559A85
(85,154,133)
#498572
(73,133,114)
#3D705F
(61,112,95)
#315B4C
(49,91,76)
#254639
(37,70,57)
#193126
(25,49,38)
#0D1C13
(13,28,19)
#000000
(0,0,0)

Tints of #85EED1

#85EED1
(133,238,209)
#90EFD5
(144,239,213)
#9BF0D9
(155,240,217)
#A6F1DD
(166,241,221)
#B1F2E1
(177,242,225)
#BCF3E5
(188,243,229)
#C7F4E9
(199,244,233)
#D2F5ED
(210,245,237)
#DDF6F1
(221,246,241)
#E8F7F5
(232,247,245)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85EED1 color. Also use rgb(133,238,209) instead hex code.

Text Font Color

.myTextColor { color: #85EED1; }

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

This text font color is #85EED1.


Background Color

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

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

This div background color is #85EED1.


Border color

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

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

This div border color is #85EED1.


Opacity

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

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

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

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

This text has shadow with #85EED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85EED1 on black background.


Color preview on white background

This text has color #85EED1 on white background.



Black color preview on #85EED1 background

This text has black color on #85EED1 background.


White color preview on #85EED1 background

This text has white color on #85EED1 background.