COLOR #85ABDC

HEX: #85ABDC RGB: (133,171,220)

Color info

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

RGB color model

#85ABDC color RGB value is (133,171,220).

RGB: (133,171,220) (52%, 67%, 86%)

RGB channels and saturation

R 133 of 255 = 52%
G 171 of 255 = 67%
B 220 of 255 = 86%

133
171
220

R + G + B ~ 68%. #85ABDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 171 + 220 = 524 (100%)
R 133 of 524 ~ 25.38%
G 171 of 524 ~ 32.63%
B 220 of 524 ~ 41.98'%

%25.38
%32.63
%41.98

CMYK color model

#85ABDC color CMYK value is (40,22,0,14).

  • cyan value is 39.55%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (40,22,0,14)
C40M22Y0K14 (40%, 22%, 0%, 14%)
(0.40 / 0.22 / 0.00 / 0.14)

CMYK percentages

%39.55
%22.27
%0
%13.73

Codes

Color #85ABDC in popluar color models

85 AB DC
RGB 133 171 220
HSL 214° 55.41% 69.22%
HSB/HSV 214° 39.55% 86.27%
CMYK 39.55% 22.27% 0.00%
13.73%

Color #85ABDC in popluar number systems.

HEX 85 AB DC
Decimal 133 171 220
Binary 10000101 10101011 11011100
Octal 205 253 334

Shades and tints

Shades of #85ABDC

#85ABDC
(133,171,220)
#799CC8
(121,156,200)
#6D8DB4
(109,141,180)
#617EA0
(97,126,160)
#556F8C
(85,111,140)
#496078
(73,96,120)
#3D5164
(61,81,100)
#314250
(49,66,80)
#25333C
(37,51,60)
#192428
(25,36,40)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #85ABDC

#85ABDC
(133,171,220)
#90B2DF
(144,178,223)
#9BB9E2
(155,185,226)
#A6C0E5
(166,192,229)
#B1C7E8
(177,199,232)
#BCCEEB
(188,206,235)
#C7D5EE
(199,213,238)
#D2DCF1
(210,220,241)
#DDE3F4
(221,227,244)
#E8EAF7
(232,234,247)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85ABDC color. Also use rgb(133,171,220) instead hex code.

Text Font Color

.myTextColor { color: #85ABDC; }

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

This text font color is #85ABDC.

Background Color

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

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

This div background color is #85ABDC.

Border color

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

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

This div border color is #85ABDC.

Opacity

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

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

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

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

This text has shadow with #85ABDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85ABDC.

Preview

Color preview on black background

This text has color #85ABDC on black background.


Color preview on white background

This text has color #85ABDC on white background.


Black color preview on #85ABDC background

This text has black color on #85ABDC background.


White color preview on #85ABDC background

This text has white color on #85ABDC background.


Related colors

Complementary color

Complementary color for #hex is #7A5423.


I love getcolorcode.com

Triadic colors

1 #DC85AB and #ABDC85 with #85ABDC are triadic colors.

2 #DCAB85 and #AB85DC with #85ABDC are triadic colors.