COLOR #85D4DA

HEX: #85D4DA
RGB: (133,212,218)

Color info

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

RGB color model

#85D4DA color RGB value is (133,212,218).

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

RGB channels and saturation

R 133 of 255 = 52%
G 212 of 255 = 83%
B 218 of 255 = 85%

133
212
218

R + G + B ~ 73%. #85D4DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 212 + 218 = 563 (100%)
R 133 of 563 ~ 23.62%
G 212 of 563 ~ 37.66%
B 218 of 563 ~ 38.72%

%23.62
%37.66
%38.72

CMYK color model

#85D4DA color CMYK value is (39,3,0,15).

  • cyan value is 38.99%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(39,3,0,15)
C39M3Y0K15 
(39%,3%,0%,15%)
(0.39/0.03/0.00/0.15)	

CMYK percentages

%38.99
%2.75
%0
%14.51

Codes

Color #85D4DA in popluar color models

85D4DA
RGB133212218
HSL184°53.46%68.82%
HSB/HSV184°38.99%85.49%
CMYK38.99%2.75%0.00%
14.51%

Color #85D4DA in popluar number systems.

HEX85D4DA
Decimal133212218
Binary100001011101010011011010
Octal205324332

Shades and tints

Shades of #85D4DA

#85D4DA
(133,212,218)
#79C1C7
(121,193,199)
#6DAEB4
(109,174,180)
#619BA1
(97,155,161)
#55888E
(85,136,142)
#49757B
(73,117,123)
#3D6268
(61,98,104)
#314F55
(49,79,85)
#253C42
(37,60,66)
#19292F
(25,41,47)
#0D161C
(13,22,28)
#000000
(0,0,0)

Tints of #85D4DA

#85D4DA
(133,212,218)
#90D7DD
(144,215,221)
#9BDAE0
(155,218,224)
#A6DDE3
(166,221,227)
#B1E0E6
(177,224,230)
#BCE3E9
(188,227,233)
#C7E6EC
(199,230,236)
#D2E9EF
(210,233,239)
#DDECF2
(221,236,242)
#E8EFF5
(232,239,245)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D4DA; }

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

This text font color is #85D4DA.


Background Color

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

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

This div background color is #85D4DA.


Border color

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

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

This div border color is #85D4DA.


Opacity

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

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

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

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

This text has shadow with #85D4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D4DA on black background.


Color preview on white background

This text has color #85D4DA on white background.



Black color preview on #85D4DA background

This text has black color on #85D4DA background.


White color preview on #85D4DA background

This text has white color on #85D4DA background.