COLOR #85E9CB

HEX: #85E9CB RGB: (133,233,203)

Color info

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

RGB color model

#85E9CB color RGB value is (133,233,203).

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

RGB channels and saturation

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

133
233
203

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

Portions of RGB colors in percentages

R + G + B = 133 + 233 + 203 = 569 (100%)
R 133 of 569 ~ 23.37%
G 233 of 569 ~ 40.95%
B 203 of 569 ~ 35.68'%

%23.37
%40.95
%35.68

CMYK color model

#85E9CB color CMYK value is (43,0,13,9).

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

CMYK: (43,0,13,9)
C43M0Y13K9 (43%, 0%, 13%, 9%)
(0.43 / 0.00 / 0.13 / 0.09)

CMYK percentages

%42.92
%0
%12.88
%8.63

Codes

Color #85E9CB in popluar color models

85 E9 CB
RGB 133 233 203
HSL 162° 69.44% 71.76%
HSB/HSV 162° 42.92% 91.37%
CMYK 42.92% 0.00% 12.88%
8.63%

Color #85E9CB in popluar number systems.

HEX 85 E9 CB
Decimal 133 233 203
Binary 10000101 11101001 11001011
Octal 205 351 313

Shades and tints

Shades of #85E9CB

#85E9CB
(133,233,203)
#79D4B9
(121,212,185)
#6DBFA7
(109,191,167)
#61AA95
(97,170,149)
#559583
(85,149,131)
#498071
(73,128,113)
#3D6B5F
(61,107,95)
#31564D
(49,86,77)
#25413B
(37,65,59)
#192C29
(25,44,41)
#0D1717
(13,23,23)
#000000
(0,0,0)

Tints of #85E9CB

#85E9CB
(133,233,203)
#90EBCF
(144,235,207)
#9BEDD3
(155,237,211)
#A6EFD7
(166,239,215)
#B1F1DB
(177,241,219)
#BCF3DF
(188,243,223)
#C7F5E3
(199,245,227)
#D2F7E7
(210,247,231)
#DDF9EB
(221,249,235)
#E8FBEF
(232,251,239)
#F3FDF3
(243,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85E9CB; }

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

This text font color is #85E9CB.

Background Color

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

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

This div background color is #85E9CB.

Border color

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

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

This div border color is #85E9CB.

Opacity

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

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

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

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

This text has shadow with #85E9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85E9CB.

Preview

Color preview on black background

This text has color #85E9CB on black background.


Color preview on white background

This text has color #85E9CB on white background.


Black color preview on #85E9CB background

This text has black color on #85E9CB background.


White color preview on #85E9CB background

This text has white color on #85E9CB background.


Related colors

Complementary color

Complementary color for #hex is #7A1634.


I love getcolorcode.com

Triadic colors

1 #CB85E9 and #E9CB85 with #85E9CB are triadic colors.

2 #CBE985 and #E985CB with #85E9CB are triadic colors.