COLOR #85DAC1

HEX: #85DAC1
RGB: (133,218,193)

Color info

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

RGB color model

#85DAC1 color RGB value is (133,218,193).

  • red value is 133;
  • green value is 218;
  • blue value is 193.
RGB:
(133,218,193)
(52%,85%,76%)

RGB channels and saturation

R 133 of 255 = 52%
G 218 of 255 = 85%
B 193 of 255 = 76%

133
218
193

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

Portions of RGB colors in percentages

R + G + B =
133 + 218 + 193 = 544 (100%)
R 133 of 544 ~ 24.45%
G 218 of 544 ~ 40.07%
B 193 of 544 ~ 35.48%

%24.45
%40.07
%35.48

CMYK color model

#85DAC1 color CMYK value is (39,0,11,15).

  • cyan value is 38.99%
  • magenta value is 0.00%
  • yellow value is 11.47%
  • key color value is 14.51%
CMYK:
(39,0,11,15)
C39M0Y11K15 
(39%,0%,11%,15%)
(0.39/0.00/0.11/0.15)	

CMYK percentages

%38.99
%0
%11.47
%14.51

Codes

Color #85DAC1 in popluar color models

85DAC1
RGB133218193
HSL162°53.46%68.82%
HSB/HSV162°38.99%85.49%
CMYK38.99%0.00%11.47%
14.51%

Color #85DAC1 in popluar number systems.

HEX85DAC1
Decimal133218193
Binary100001011101101011000001
Octal205332301

Shades and tints

Shades of #85DAC1

#85DAC1
(133,218,193)
#79C7B0
(121,199,176)
#6DB49F
(109,180,159)
#61A18E
(97,161,142)
#558E7D
(85,142,125)
#497B6C
(73,123,108)
#3D685B
(61,104,91)
#31554A
(49,85,74)
#254239
(37,66,57)
#192F28
(25,47,40)
#0D1C17
(13,28,23)
#000000
(0,0,0)

Tints of #85DAC1

#85DAC1
(133,218,193)
#90DDC6
(144,221,198)
#9BE0CB
(155,224,203)
#A6E3D0
(166,227,208)
#B1E6D5
(177,230,213)
#BCE9DA
(188,233,218)
#C7ECDF
(199,236,223)
#D2EFE4
(210,239,228)
#DDF2E9
(221,242,233)
#E8F5EE
(232,245,238)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85DAC1; }

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

This text font color is #85DAC1.


Background Color

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

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

This div background color is #85DAC1.


Border color

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

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

This div border color is #85DAC1.


Opacity

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

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

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

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

This text has shadow with #85DAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85DAC1 on black background.


Color preview on white background

This text has color #85DAC1 on white background.



Black color preview on #85DAC1 background

This text has black color on #85DAC1 background.


White color preview on #85DAC1 background

This text has white color on #85DAC1 background.