COLOR #85D9DA

HEX: #85D9DA
RGB: (133,217,218)

Color info

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

RGB color model

#85D9DA color RGB value is (133,217,218).

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

RGB channels and saturation

R 133 of 255 = 52%
G 217 of 255 = 85%
B 218 of 255 = 85%

133
217
218

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

Portions of RGB colors in percentages

R + G + B =
133 + 217 + 218 = 568 (100%)
R 133 of 568 ~ 23.42%
G 217 of 568 ~ 38.2%
B 218 of 568 ~ 38.38%

%23.42
%38.2
%38.38

CMYK color model

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

  • cyan value is 38.99%
  • magenta value is 0.46%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(39,0,0,15)
C39M0Y0K15 
(39%,0%,0%,15%)
(0.39/0.00/0.00/0.15)	

CMYK percentages

%38.99
%0.46
%0
%14.51

Codes

Color #85D9DA in popluar color models

85D9DA
RGB133217218
HSL181°53.46%68.82%
HSB/HSV181°38.99%85.49%
CMYK38.99%0.46%0.00%
14.51%

Color #85D9DA in popluar number systems.

HEX85D9DA
Decimal133217218
Binary100001011101100111011010
Octal205331332

Shades and tints

Shades of #85D9DA

#85D9DA
(133,217,218)
#79C6C7
(121,198,199)
#6DB3B4
(109,179,180)
#61A0A1
(97,160,161)
#558D8E
(85,141,142)
#497A7B
(73,122,123)
#3D6768
(61,103,104)
#315455
(49,84,85)
#254142
(37,65,66)
#192E2F
(25,46,47)
#0D1B1C
(13,27,28)
#000000
(0,0,0)

Tints of #85D9DA

#85D9DA
(133,217,218)
#90DCDD
(144,220,221)
#9BDFE0
(155,223,224)
#A6E2E3
(166,226,227)
#B1E5E6
(177,229,230)
#BCE8E9
(188,232,233)
#C7EBEC
(199,235,236)
#D2EEEF
(210,238,239)
#DDF1F2
(221,241,242)
#E8F4F5
(232,244,245)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D9DA; }

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

This text font color is #85D9DA.


Background Color

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

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

This div background color is #85D9DA.


Border color

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

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

This div border color is #85D9DA.


Opacity

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

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

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

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

This text has shadow with #85D9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D9DA on black background.


Color preview on white background

This text has color #85D9DA on white background.



Black color preview on #85D9DA background

This text has black color on #85D9DA background.


White color preview on #85D9DA background

This text has white color on #85D9DA background.