COLOR #85DBDC

HEX: #85DBDC RGB: (133,219,220)

Color info

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

RGB color model

#85DBDC color RGB value is (133,219,220).

RGB: (133,219,220) (52%, 86%, 86%)

RGB channels and saturation

R 133 of 255 = 52%
G 219 of 255 = 86%
B 220 of 255 = 86%

133
219
220

R + G + B ~ 75%. #85DBDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 219 + 220 = 572 (100%)
R 133 of 572 ~ 23.25%
G 219 of 572 ~ 38.29%
B 220 of 572 ~ 38.46'%

%23.25
%38.29
%38.46

CMYK color model

#85DBDC color CMYK value is (40,0,0,14).

  • cyan value is 39.55%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (40,0,0,14)
C40M0Y0K14 (40%, 0%, 0%, 14%)
(0.40 / 0.00 / 0.00 / 0.14)

CMYK percentages

%39.55
%0.45
%0
%13.73

Codes

Color #85DBDC in popluar color models

85 DB DC
RGB 133 219 220
HSL 181° 55.41% 69.22%
HSB/HSV 181° 39.55% 86.27%
CMYK 39.55% 0.45% 0.00%
13.73%

Color #85DBDC in popluar number systems.

HEX 85 DB DC
Decimal 133 219 220
Binary 10000101 11011011 11011100
Octal 205 333 334

Shades and tints

Shades of #85DBDC

#85DBDC
(133,219,220)
#79C8C8
(121,200,200)
#6DB5B4
(109,181,180)
#61A2A0
(97,162,160)
#558F8C
(85,143,140)
#497C78
(73,124,120)
#3D6964
(61,105,100)
#315650
(49,86,80)
#25433C
(37,67,60)
#193028
(25,48,40)
#0D1D14
(13,29,20)
#000000
(0,0,0)

Tints of #85DBDC

#85DBDC
(133,219,220)
#90DEDF
(144,222,223)
#9BE1E2
(155,225,226)
#A6E4E5
(166,228,229)
#B1E7E8
(177,231,232)
#BCEAEB
(188,234,235)
#C7EDEE
(199,237,238)
#D2F0F1
(210,240,241)
#DDF3F4
(221,243,244)
#E8F6F7
(232,246,247)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85DBDC color. Also use rgb(133,219,220) instead hex code.

Text Font Color

.myTextColor { color: #85DBDC; }

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

This text font color is #85DBDC.

Background Color

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

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

This div background color is #85DBDC.

Border color

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

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

This div border color is #85DBDC.

Opacity

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

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

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

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

This text has shadow with #85DBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85DBDC.

Preview

Color preview on black background

This text has color #85DBDC on black background.


Color preview on white background

This text has color #85DBDC on white background.


Black color preview on #85DBDC background

This text has black color on #85DBDC background.


White color preview on #85DBDC background

This text has white color on #85DBDC background.


Related colors

Complementary color

Complementary color for #hex is #7A2423.


I love getcolorcode.com

Triadic colors

1 #DC85DB and #DBDC85 with #85DBDC are triadic colors.

2 #DCDB85 and #DB85DC with #85DBDC are triadic colors.