COLOR #85C8DC

HEX: #85C8DC RGB: (133,200,220)

Color info

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

RGB color model

#85C8DC color RGB value is (133,200,220).

RGB: (133,200,220) (52%, 78%, 86%)

RGB channels and saturation

R 133 of 255 = 52%
G 200 of 255 = 78%
B 220 of 255 = 86%

133
200
220

R + G + B ~ 72%. #85C8DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 200 + 220 = 553 (100%)
R 133 of 553 ~ 24.05%
G 200 of 553 ~ 36.17%
B 220 of 553 ~ 39.78'%

%24.05
%36.17
%39.78

CMYK color model

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

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

CMYK: (40,9,0,14)
C40M9Y0K14 (40%, 9%, 0%, 14%)
(0.40 / 0.09 / 0.00 / 0.14)

CMYK percentages

%39.55
%9.09
%0
%13.73

Codes

Color #85C8DC in popluar color models

85 C8 DC
RGB 133 200 220
HSL 194° 55.41% 69.22%
HSB/HSV 194° 39.55% 86.27%
CMYK 39.55% 9.09% 0.00%
13.73%

Color #85C8DC in popluar number systems.

HEX 85 C8 DC
Decimal 133 200 220
Binary 10000101 11001000 11011100
Octal 205 310 334

Shades and tints

Shades of #85C8DC

#85C8DC
(133,200,220)
#79B6C8
(121,182,200)
#6DA4B4
(109,164,180)
#6192A0
(97,146,160)
#55808C
(85,128,140)
#496E78
(73,110,120)
#3D5C64
(61,92,100)
#314A50
(49,74,80)
#25383C
(37,56,60)
#192628
(25,38,40)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #85C8DC

#85C8DC
(133,200,220)
#90CDDF
(144,205,223)
#9BD2E2
(155,210,226)
#A6D7E5
(166,215,229)
#B1DCE8
(177,220,232)
#BCE1EB
(188,225,235)
#C7E6EE
(199,230,238)
#D2EBF1
(210,235,241)
#DDF0F4
(221,240,244)
#E8F5F7
(232,245,247)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C8DC; }

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

This text font color is #85C8DC.

Background Color

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

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

This div background color is #85C8DC.

Border color

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

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

This div border color is #85C8DC.

Opacity

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

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

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

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

This text has shadow with #85C8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85C8DC.

Preview

Color preview on black background

This text has color #85C8DC on black background.


Color preview on white background

This text has color #85C8DC on white background.


Black color preview on #85C8DC background

This text has black color on #85C8DC background.


White color preview on #85C8DC background

This text has white color on #85C8DC background.


Related colors

Complementary color

Complementary color for #hex is #7A3723.


I love getcolorcode.com

Triadic colors

1 #DC85C8 and #C8DC85 with #85C8DC are triadic colors.

2 #DCC885 and #C885DC with #85C8DC are triadic colors.