COLOR #85B3DA

HEX: #85B3DA RGB: (133,179,218)

Color info

#85B3DA contains mainly green and blue colors. Web safe color of #85B3DA is #9999CC (or #99C).

RGB color model

#85B3DA color RGB value is (133,179,218).

RGB: (133,179,218) (52%, 70%, 85%)

RGB channels and saturation

R 133 of 255 = 52%
G 179 of 255 = 70%
B 218 of 255 = 85%

133
179
218

R + G + B ~ 69%. #85B3DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 179 + 218 = 530 (100%)
R 133 of 530 ~ 25.09%
G 179 of 530 ~ 33.77%
B 218 of 530 ~ 41.13'%

%25.09
%33.77
%41.13

CMYK color model

#85B3DA color CMYK value is (39,18,0,15).

  • cyan value is 38.99%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (39,18,0,15)
C39M18Y0K15 (39%, 18%, 0%, 15%)
(0.39 / 0.18 / 0.00 / 0.15)

CMYK percentages

%38.99
%17.89
%0
%14.51

Codes

Color #85B3DA in popluar color models

85 B3 DA
RGB 133 179 218
HSL 208° 53.46% 68.82%
HSB/HSV 208° 38.99% 85.49%
CMYK 38.99% 17.89% 0.00%
14.51%

Color #85B3DA in popluar number systems.

HEX 85 B3 DA
Decimal 133 179 218
Binary 10000101 10110011 11011010
Octal 205 263 332

Shades and tints

Shades of #85B3DA

#85B3DA
(133,179,218)
#79A3C7
(121,163,199)
#6D93B4
(109,147,180)
#6183A1
(97,131,161)
#55738E
(85,115,142)
#49637B
(73,99,123)
#3D5368
(61,83,104)
#314355
(49,67,85)
#253342
(37,51,66)
#19232F
(25,35,47)
#0D131C
(13,19,28)
#000000
(0,0,0)

Tints of #85B3DA

#85B3DA
(133,179,218)
#90B9DD
(144,185,221)
#9BBFE0
(155,191,224)
#A6C5E3
(166,197,227)
#B1CBE6
(177,203,230)
#BCD1E9
(188,209,233)
#C7D7EC
(199,215,236)
#D2DDEF
(210,221,239)
#DDE3F2
(221,227,242)
#E8E9F5
(232,233,245)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B3DA color. Also use rgb(133,179,218) instead hex code.

Text Font Color

.myTextColor { color: #85B3DA; }

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

This text font color is #85B3DA.

Background Color

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

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

This div background color is #85B3DA.

Border color

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

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

This div border color is #85B3DA.

Opacity

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

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

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

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

This text has shadow with #85B3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85B3DA.

Preview

Color preview on black background

This text has color #85B3DA on black background.


Color preview on white background

This text has color #85B3DA on white background.


Black color preview on #85B3DA background

This text has black color on #85B3DA background.


White color preview on #85B3DA background

This text has white color on #85B3DA background.


Related colors

Complementary color

Complementary color for #hex is #7A4C25.


I love getcolorcode.com

Triadic colors

1 #DA85B3 and #B3DA85 with #85B3DA are triadic colors.

2 #DAB385 and #B385DA with #85B3DA are triadic colors.