COLOR #85B0DA

HEX: #85B0DA RGB: (133,176,218)

Color info

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

RGB color model

#85B0DA color RGB value is (133,176,218).

RGB: (133,176,218) (52%, 69%, 85%)

RGB channels and saturation

R 133 of 255 = 52%
G 176 of 255 = 69%
B 218 of 255 = 85%

133
176
218

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

Portions of RGB colors in percentages

R + G + B = 133 + 176 + 218 = 527 (100%)
R 133 of 527 ~ 25.24%
G 176 of 527 ~ 33.4%
B 218 of 527 ~ 41.37'%

%25.24
%33.4
%41.37

CMYK color model

#85B0DA color CMYK value is (39,19,0,15).

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

CMYK: (39,19,0,15)
C39M19Y0K15 (39%, 19%, 0%, 15%)
(0.39 / 0.19 / 0.00 / 0.15)

CMYK percentages

%38.99
%19.27
%0
%14.51

Codes

Color #85B0DA in popluar color models

85 B0 DA
RGB 133 176 218
HSL 210° 53.46% 68.82%
HSB/HSV 210° 38.99% 85.49%
CMYK 38.99% 19.27% 0.00%
14.51%

Color #85B0DA in popluar number systems.

HEX 85 B0 DA
Decimal 133 176 218
Binary 10000101 10110000 11011010
Octal 205 260 332

Shades and tints

Shades of #85B0DA

#85B0DA
(133,176,218)
#79A0C7
(121,160,199)
#6D90B4
(109,144,180)
#6180A1
(97,128,161)
#55708E
(85,112,142)
#49607B
(73,96,123)
#3D5068
(61,80,104)
#314055
(49,64,85)
#253042
(37,48,66)
#19202F
(25,32,47)
#0D101C
(13,16,28)
#000000
(0,0,0)

Tints of #85B0DA

#85B0DA
(133,176,218)
#90B7DD
(144,183,221)
#9BBEE0
(155,190,224)
#A6C5E3
(166,197,227)
#B1CCE6
(177,204,230)
#BCD3E9
(188,211,233)
#C7DAEC
(199,218,236)
#D2E1EF
(210,225,239)
#DDE8F2
(221,232,242)
#E8EFF5
(232,239,245)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B0DA; }

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

This text font color is #85B0DA.

Background Color

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

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

This div background color is #85B0DA.

Border color

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

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

This div border color is #85B0DA.

Opacity

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

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

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

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

This text has shadow with #85B0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85B0DA.

Preview

Color preview on black background

This text has color #85B0DA on black background.


Color preview on white background

This text has color #85B0DA on white background.


Black color preview on #85B0DA background

This text has black color on #85B0DA background.


White color preview on #85B0DA background

This text has white color on #85B0DA background.


Related colors

Complementary color

Complementary color for #hex is #7A4F25.


I love getcolorcode.com

Triadic colors

1 #DA85B0 and #B0DA85 with #85B0DA are triadic colors.

2 #DAB085 and #B085DA with #85B0DA are triadic colors.