COLOR #85DAB6

HEX: #85DAB6 RGB: (133,218,182)

Color info

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

RGB color model

#85DAB6 color RGB value is (133,218,182).

RGB: (133,218,182) (52%, 85%, 71%)

RGB channels and saturation

R 133 of 255 = 52%
G 218 of 255 = 85%
B 182 of 255 = 71%

133
218
182

R + G + B ~ 69%. #85DAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 218 + 182 = 533 (100%)
R 133 of 533 ~ 24.95%
G 218 of 533 ~ 40.9%
B 182 of 533 ~ 34.15'%

%24.95
%40.9
%34.15

CMYK color model

#85DAB6 color CMYK value is (39,0,17,15).

  • cyan value is 38.99%
  • magenta value is 0.00%
  • yellow value is 16.51%
  • key color value is 14.51%

CMYK: (39,0,17,15)
C39M0Y17K15 (39%, 0%, 17%, 15%)
(0.39 / 0.00 / 0.17 / 0.15)

CMYK percentages

%38.99
%0
%16.51
%14.51

Codes

Color #85DAB6 in popluar color models

85 DA B6
RGB 133 218 182
HSL 155° 53.46% 68.82%
HSB/HSV 155° 38.99% 85.49%
CMYK 38.99% 0.00% 16.51%
14.51%

Color #85DAB6 in popluar number systems.

HEX 85 DA B6
Decimal 133 218 182
Binary 10000101 11011010 10110110
Octal 205 332 266

Shades and tints

Shades of #85DAB6

#85DAB6
(133,218,182)
#79C7A6
(121,199,166)
#6DB496
(109,180,150)
#61A186
(97,161,134)
#558E76
(85,142,118)
#497B66
(73,123,102)
#3D6856
(61,104,86)
#315546
(49,85,70)
#254236
(37,66,54)
#192F26
(25,47,38)
#0D1C16
(13,28,22)
#000000
(0,0,0)

Tints of #85DAB6

#85DAB6
(133,218,182)
#90DDBC
(144,221,188)
#9BE0C2
(155,224,194)
#A6E3C8
(166,227,200)
#B1E6CE
(177,230,206)
#BCE9D4
(188,233,212)
#C7ECDA
(199,236,218)
#D2EFE0
(210,239,224)
#DDF2E6
(221,242,230)
#E8F5EC
(232,245,236)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85DAB6 color. Also use rgb(133,218,182) instead hex code.

Text Font Color

.myTextColor { color: #85DAB6; }

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

This text font color is #85DAB6.

Background Color

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

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

This div background color is #85DAB6.

Border color

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

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

This div border color is #85DAB6.

Opacity

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

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

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

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

This text has shadow with #85DAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85DAB6.

Preview

Color preview on black background

This text has color #85DAB6 on black background.


Color preview on white background

This text has color #85DAB6 on white background.


Black color preview on #85DAB6 background

This text has black color on #85DAB6 background.


White color preview on #85DAB6 background

This text has white color on #85DAB6 background.


Related colors

Complementary color

Complementary color for #hex is #7A2549.


I love getcolorcode.com

Triadic colors

1 #B685DA and #DAB685 with #85DAB6 are triadic colors.

2 #B6DA85 and #DA85B6 with #85DAB6 are triadic colors.