COLOR #85DBC1

HEX: #85DBC1 RGB: (133,219,193)

Color info

#85DBC1 contains mainly green and blue colors. Web safe color of #85DBC1 is #99CCCC (or #9CC).

RGB color model

#85DBC1 color RGB value is (133,219,193).

RGB: (133,219,193) (52%, 86%, 76%)

RGB channels and saturation

R 133 of 255 = 52%
G 219 of 255 = 86%
B 193 of 255 = 76%

133
219
193

R + G + B ~ 71%. #85DBC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 219 + 193 = 545 (100%)
R 133 of 545 ~ 24.4%
G 219 of 545 ~ 40.18%
B 193 of 545 ~ 35.41'%

%24.4
%40.18
%35.41

CMYK color model

#85DBC1 color CMYK value is (39,0,12,14).

  • cyan value is 39.27%
  • magenta value is 0.00%
  • yellow value is 11.87%
  • key color value is 14.12%

CMYK: (39,0,12,14)
C39M0Y12K14 (39%, 0%, 12%, 14%)
(0.39 / 0.00 / 0.12 / 0.14)

CMYK percentages

%39.27
%0
%11.87
%14.12

Codes

Color #85DBC1 in popluar color models

85 DB C1
RGB 133 219 193
HSL 162° 54.43% 69.02%
HSB/HSV 162° 39.27% 85.88%
CMYK 39.27% 0.00% 11.87%
14.12%

Color #85DBC1 in popluar number systems.

HEX 85 DB C1
Decimal 133 219 193
Binary 10000101 11011011 11000001
Octal 205 333 301

Shades and tints

Shades of #85DBC1

#85DBC1
(133,219,193)
#79C8B0
(121,200,176)
#6DB59F
(109,181,159)
#61A28E
(97,162,142)
#558F7D
(85,143,125)
#497C6C
(73,124,108)
#3D695B
(61,105,91)
#31564A
(49,86,74)
#254339
(37,67,57)
#193028
(25,48,40)
#0D1D17
(13,29,23)
#000000
(0,0,0)

Tints of #85DBC1

#85DBC1
(133,219,193)
#90DEC6
(144,222,198)
#9BE1CB
(155,225,203)
#A6E4D0
(166,228,208)
#B1E7D5
(177,231,213)
#BCEADA
(188,234,218)
#C7EDDF
(199,237,223)
#D2F0E4
(210,240,228)
#DDF3E9
(221,243,233)
#E8F6EE
(232,246,238)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85DBC1 color. Also use rgb(133,219,193) instead hex code.

Text Font Color

.myTextColor { color: #85DBC1; }

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

This text font color is #85DBC1.

Background Color

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

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

This div background color is #85DBC1.

Border color

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

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

This div border color is #85DBC1.

Opacity

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

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

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

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

This text has shadow with #85DBC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85DBC1.

Preview

Color preview on black background

This text has color #85DBC1 on black background.


Color preview on white background

This text has color #85DBC1 on white background.


Black color preview on #85DBC1 background

This text has black color on #85DBC1 background.


White color preview on #85DBC1 background

This text has white color on #85DBC1 background.


Related colors

Complementary color

Complementary color for #hex is #7A243E.


I love getcolorcode.com

Triadic colors

1 #C185DB and #DBC185 with #85DBC1 are triadic colors.

2 #C1DB85 and #DB85C1 with #85DBC1 are triadic colors.