COLOR #85CDE6

HEX: #85CDE6 RGB: (133,205,230)

Color info

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

RGB color model

#85CDE6 color RGB value is (133,205,230).

RGB: (133,205,230) (52%, 80%, 90%)

RGB channels and saturation

R 133 of 255 = 52%
G 205 of 255 = 80%
B 230 of 255 = 90%

133
205
230

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

Portions of RGB colors in percentages

R + G + B = 133 + 205 + 230 = 568 (100%)
R 133 of 568 ~ 23.42%
G 205 of 568 ~ 36.09%
B 230 of 568 ~ 40.49'%

%23.42
%36.09
%40.49

CMYK color model

#85CDE6 color CMYK value is (42,11,0,10).

  • cyan value is 42.17%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (42,11,0,10)
C42M11Y0K10 (42%, 11%, 0%, 10%)
(0.42 / 0.11 / 0.00 / 0.10)

CMYK percentages

%42.17
%10.87
%0
%9.8

Codes

Color #85CDE6 in popluar color models

85 CD E6
RGB 133 205 230
HSL 195° 65.99% 71.18%
HSB/HSV 195° 42.17% 90.20%
CMYK 42.17% 10.87% 0.00%
9.80%

Color #85CDE6 in popluar number systems.

HEX 85 CD E6
Decimal 133 205 230
Binary 10000101 11001101 11100110
Octal 205 315 346

Shades and tints

Shades of #85CDE6

#85CDE6
(133,205,230)
#79BBD2
(121,187,210)
#6DA9BE
(109,169,190)
#6197AA
(97,151,170)
#558596
(85,133,150)
#497382
(73,115,130)
#3D616E
(61,97,110)
#314F5A
(49,79,90)
#253D46
(37,61,70)
#192B32
(25,43,50)
#0D191E
(13,25,30)
#000000
(0,0,0)

Tints of #85CDE6

#85CDE6
(133,205,230)
#90D1E8
(144,209,232)
#9BD5EA
(155,213,234)
#A6D9EC
(166,217,236)
#B1DDEE
(177,221,238)
#BCE1F0
(188,225,240)
#C7E5F2
(199,229,242)
#D2E9F4
(210,233,244)
#DDEDF6
(221,237,246)
#E8F1F8
(232,241,248)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85CDE6 color. Also use rgb(133,205,230) instead hex code.

Text Font Color

.myTextColor { color: #85CDE6; }

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

This text font color is #85CDE6.

Background Color

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

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

This div background color is #85CDE6.

Border color

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

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

This div border color is #85CDE6.

Opacity

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

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

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

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

This text has shadow with #85CDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85CDE6.

Preview

Color preview on black background

This text has color #85CDE6 on black background.


Color preview on white background

This text has color #85CDE6 on white background.


Black color preview on #85CDE6 background

This text has black color on #85CDE6 background.


White color preview on #85CDE6 background

This text has white color on #85CDE6 background.


Related colors

Complementary color

Complementary color for #hex is #7A3219.


I love getcolorcode.com

Triadic colors

1 #E685CD and #CDE685 with #85CDE6 are triadic colors.

2 #E6CD85 and #CD85E6 with #85CDE6 are triadic colors.