COLOR #85D9E0

HEX: #85D9E0 RGB: (133,217,224)

Color info

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

RGB color model

#85D9E0 color RGB value is (133,217,224).

RGB: (133,217,224) (52%, 85%, 88%)

RGB channels and saturation

R 133 of 255 = 52%
G 217 of 255 = 85%
B 224 of 255 = 88%

133
217
224

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

Portions of RGB colors in percentages

R + G + B = 133 + 217 + 224 = 574 (100%)
R 133 of 574 ~ 23.17%
G 217 of 574 ~ 37.8%
B 224 of 574 ~ 39.02'%

%23.17
%37.8
%39.02

CMYK color model

#85D9E0 color CMYK value is (41,3,0,12).

  • cyan value is 40.63%
  • magenta value is 3.13%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (41,3,0,12)
C41M3Y0K12 (41%, 3%, 0%, 12%)
(0.41 / 0.03 / 0.00 / 0.12)

CMYK percentages

%40.63
%3.13
%0
%12.16

Codes

Color #85D9E0 in popluar color models

85 D9 E0
RGB 133 217 224
HSL 185° 59.48% 70.00%
HSB/HSV 185° 40.63% 87.84%
CMYK 40.63% 3.13% 0.00%
12.16%

Color #85D9E0 in popluar number systems.

HEX 85 D9 E0
Decimal 133 217 224
Binary 10000101 11011001 11100000
Octal 205 331 340

Shades and tints

Shades of #85D9E0

#85D9E0
(133,217,224)
#79C6CC
(121,198,204)
#6DB3B8
(109,179,184)
#61A0A4
(97,160,164)
#558D90
(85,141,144)
#497A7C
(73,122,124)
#3D6768
(61,103,104)
#315454
(49,84,84)
#254140
(37,65,64)
#192E2C
(25,46,44)
#0D1B18
(13,27,24)
#000000
(0,0,0)

Tints of #85D9E0

#85D9E0
(133,217,224)
#90DCE2
(144,220,226)
#9BDFE4
(155,223,228)
#A6E2E6
(166,226,230)
#B1E5E8
(177,229,232)
#BCE8EA
(188,232,234)
#C7EBEC
(199,235,236)
#D2EEEE
(210,238,238)
#DDF1F0
(221,241,240)
#E8F4F2
(232,244,242)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D9E0; }

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

This text font color is #85D9E0.

Background Color

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

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

This div background color is #85D9E0.

Border color

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

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

This div border color is #85D9E0.

Opacity

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

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

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

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

This text has shadow with #85D9E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85D9E0.

Preview

Color preview on black background

This text has color #85D9E0 on black background.


Color preview on white background

This text has color #85D9E0 on white background.


Black color preview on #85D9E0 background

This text has black color on #85D9E0 background.


White color preview on #85D9E0 background

This text has white color on #85D9E0 background.


Related colors

Complementary color

Complementary color for #hex is #7A261F.


I love getcolorcode.com

Triadic colors

1 #E085D9 and #D9E085 with #85D9E0 are triadic colors.

2 #E0D985 and #D985E0 with #85D9E0 are triadic colors.