COLOR #85DFD5

HEX: #85DFD5 RGB: (133,223,213)

Color info

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

RGB color model

#85DFD5 color RGB value is (133,223,213).

RGB: (133,223,213) (52%, 87%, 84%)

RGB channels and saturation

R 133 of 255 = 52%
G 223 of 255 = 87%
B 213 of 255 = 84%

133
223
213

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

Portions of RGB colors in percentages

R + G + B = 133 + 223 + 213 = 569 (100%)
R 133 of 569 ~ 23.37%
G 223 of 569 ~ 39.19%
B 213 of 569 ~ 37.43'%

%23.37
%39.19
%37.43

CMYK color model

#85DFD5 color CMYK value is (40,0,4,13).

  • cyan value is 40.36%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • key color value is 12.55%
CMYK: (40,0,4,13) C40M0Y4K13 (40%,0%,4%,13%) (0.40/0.00/0.04/0.13) 

CMYK percentages

%40.36
%0
%4.48
%12.55

Codes

Color #85DFD5 in popluar color models

85 DF D5
RGB 133 223 213
HSL 173° 58.44% 69.80%
HSB/HSV 173° 40.36% 87.45%
CMYK 40.36% 0.00% 4.48%
12.55%

Color #85DFD5 in popluar number systems.

HEX 85 DF D5
Decimal 133 223 213
Binary 10000101 11011111 11010101
Octal 205 337 325

Shades and tints

Shades of #85DFD5

#85DFD5
(133,223,213)
#79CBC2
(121,203,194)
#6DB7AF
(109,183,175)
#61A39C
(97,163,156)
#558F89
(85,143,137)
#497B76
(73,123,118)
#3D6763
(61,103,99)
#315350
(49,83,80)
#253F3D
(37,63,61)
#192B2A
(25,43,42)
#0D1717
(13,23,23)
#000000
(0,0,0)

Tints of #85DFD5

#85DFD5
(133,223,213)
#90E1D8
(144,225,216)
#9BE3DB
(155,227,219)
#A6E5DE
(166,229,222)
#B1E7E1
(177,231,225)
#BCE9E4
(188,233,228)
#C7EBE7
(199,235,231)
#D2EDEA
(210,237,234)
#DDEFED
(221,239,237)
#E8F1F0
(232,241,240)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85DFD5 color. Also use rgb(133,223,213) instead hex code.

Text Font Color

.myTextColor { color: #85DFD5; }

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

This text font color is #85DFD5.

Background Color

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

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

This div background color is #85DFD5.

Border color

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

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

This div border color is #85DFD5.

Opacity

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

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

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

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

This text has shadow with #85DFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85DFD5.

Preview

Color preview on black background

This text has color #85DFD5 on black background.


Color preview on white background

This text has color #85DFD5 on white background.


Black color preview on #85DFD5 background

This text has black color on #85DFD5 background.


White color preview on #85DFD5 background

This text has white color on #85DFD5 background.


Related colors

Complementary color

Complementary color for #hex is #7A202A.


I love getcolorcode.com

Triadic colors

1 #D585DF and #DFD585 with #85DFD5 are triadic colors.

2 #D5DF85 and #DF85D5 with #85DFD5 are triadic colors.