COLOR #85E9CD

HEX: #85E9CD RGB: (133,233,205)

Color info

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

RGB color model

#85E9CD color RGB value is (133,233,205).

RGB: (133,233,205) (52%, 91%, 80%)

RGB channels and saturation

R 133 of 255 = 52%
G 233 of 255 = 91%
B 205 of 255 = 80%

133
233
205

R + G + B ~ 74%. #85E9CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 233 + 205 = 571 (100%)
R 133 of 571 ~ 23.29%
G 233 of 571 ~ 40.81%
B 205 of 571 ~ 35.9'%

%23.29
%40.81
%35.9

CMYK color model

#85E9CD color CMYK value is (43,0,12,9).

  • cyan value is 42.92%
  • magenta value is 0.00%
  • yellow value is 12.02%
  • key color value is 8.63%

CMYK: (43,0,12,9)
C43M0Y12K9 (43%, 0%, 12%, 9%)
(0.43 / 0.00 / 0.12 / 0.09)

CMYK percentages

%42.92
%0
%12.02
%8.63

Codes

Color #85E9CD in popluar color models

85 E9 CD
RGB 133 233 205
HSL 163° 69.44% 71.76%
HSB/HSV 163° 42.92% 91.37%
CMYK 42.92% 0.00% 12.02%
8.63%

Color #85E9CD in popluar number systems.

HEX 85 E9 CD
Decimal 133 233 205
Binary 10000101 11101001 11001101
Octal 205 351 315

Shades and tints

Shades of #85E9CD

#85E9CD
(133,233,205)
#79D4BB
(121,212,187)
#6DBFA9
(109,191,169)
#61AA97
(97,170,151)
#559585
(85,149,133)
#498073
(73,128,115)
#3D6B61
(61,107,97)
#31564F
(49,86,79)
#25413D
(37,65,61)
#192C2B
(25,44,43)
#0D1719
(13,23,25)
#000000
(0,0,0)

Tints of #85E9CD

#85E9CD
(133,233,205)
#90EBD1
(144,235,209)
#9BEDD5
(155,237,213)
#A6EFD9
(166,239,217)
#B1F1DD
(177,241,221)
#BCF3E1
(188,243,225)
#C7F5E5
(199,245,229)
#D2F7E9
(210,247,233)
#DDF9ED
(221,249,237)
#E8FBF1
(232,251,241)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85E9CD color. Also use rgb(133,233,205) instead hex code.

Text Font Color

.myTextColor { color: #85E9CD; }

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

This text font color is #85E9CD.

Background Color

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

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

This div background color is #85E9CD.

Border color

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

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

This div border color is #85E9CD.

Opacity

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

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

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

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

This text has shadow with #85E9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85E9CD.

Preview

Color preview on black background

This text has color #85E9CD on black background.


Color preview on white background

This text has color #85E9CD on white background.


Black color preview on #85E9CD background

This text has black color on #85E9CD background.


White color preview on #85E9CD background

This text has white color on #85E9CD background.


Related colors

Complementary color

Complementary color for #hex is #7A1632.


I love getcolorcode.com

Triadic colors

1 #CD85E9 and #E9CD85 with #85E9CD are triadic colors.

2 #CDE985 and #E985CD with #85E9CD are triadic colors.