COLOR #85C3D9

HEX: #85C3D9 RGB: (133,195,217)

Color info

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

RGB color model

#85C3D9 color RGB value is (133,195,217).

RGB: (133,195,217) (52%, 76%, 85%)

RGB channels and saturation

R 133 of 255 = 52%
G 195 of 255 = 76%
B 217 of 255 = 85%

133
195
217

R + G + B ~ 71%. #85C3D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 195 + 217 = 545 (100%)
R 133 of 545 ~ 24.4%
G 195 of 545 ~ 35.78%
B 217 of 545 ~ 39.82'%

%24.4
%35.78
%39.82

CMYK color model

#85C3D9 color CMYK value is (39,10,0,15).

  • cyan value is 38.71%
  • magenta value is 10.14%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (39,10,0,15) C39M10Y0K15 (39%,10%,0%,15%) (0.39/0.10/0.00/0.15) 

CMYK percentages

%38.71
%10.14
%0
%14.9

Codes

Color #85C3D9 in popluar color models

85 C3 D9
RGB 133 195 217
HSL 196° 52.50% 68.63%
HSB/HSV 196° 38.71% 85.10%
CMYK 38.71% 10.14% 0.00%
14.90%

Color #85C3D9 in popluar number systems.

HEX 85 C3 D9
Decimal 133 195 217
Binary 10000101 11000011 11011001
Octal 205 303 331

Shades and tints

Shades of #85C3D9

#85C3D9
(133,195,217)
#79B2C6
(121,178,198)
#6DA1B3
(109,161,179)
#6190A0
(97,144,160)
#557F8D
(85,127,141)
#496E7A
(73,110,122)
#3D5D67
(61,93,103)
#314C54
(49,76,84)
#253B41
(37,59,65)
#192A2E
(25,42,46)
#0D191B
(13,25,27)
#000000
(0,0,0)

Tints of #85C3D9

#85C3D9
(133,195,217)
#90C8DC
(144,200,220)
#9BCDDF
(155,205,223)
#A6D2E2
(166,210,226)
#B1D7E5
(177,215,229)
#BCDCE8
(188,220,232)
#C7E1EB
(199,225,235)
#D2E6EE
(210,230,238)
#DDEBF1
(221,235,241)
#E8F0F4
(232,240,244)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C3D9; }

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

This text font color is #85C3D9.

Background Color

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

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

This div background color is #85C3D9.

Border color

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

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

This div border color is #85C3D9.

Opacity

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

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

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

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

This text has shadow with #85C3D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85C3D9.

Preview

Color preview on black background

This text has color #85C3D9 on black background.


Color preview on white background

This text has color #85C3D9 on white background.


Black color preview on #85C3D9 background

This text has black color on #85C3D9 background.


White color preview on #85C3D9 background

This text has white color on #85C3D9 background.


Related colors

Complementary color

Complementary color for #hex is #7A3C26.


I love getcolorcode.com

Triadic colors

1 #D985C3 and #C3D985 with #85C3D9 are triadic colors.

2 #D9C385 and #C385D9 with #85C3D9 are triadic colors.