COLOR #85ABBB

HEX: #85ABBB
RGB: (133,171,187)

Color info

#85ABBB contains red, green and blue colors in about the same proportion. Web safe color of #85ABBB is #9999CC (or #99C).

RGB color model

#85ABBB color RGB value is (133,171,187).

  • red value is 133;
  • green value is 171;
  • blue value is 187.
RGB:
(133,171,187)
(52%,67%,73%)

RGB channels and saturation

R 133 of 255 = 52%
G 171 of 255 = 67%
B 187 of 255 = 73%

133
171
187

R + G + B ~ 64%. #85ABBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 171 + 187 = 491 (100%)
R 133 of 491 ~ 27.09%
G 171 of 491 ~ 34.83%
B 187 of 491 ~ 38.09%

%27.09
%34.83
%38.09

CMYK color model

#85ABBB color CMYK value is (29,9,0,27).

  • cyan value is 28.88%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(29,9,0,27)
C29M9Y0K27 
(29%,9%,0%,27%)
(0.29/0.09/0.00/0.27)	

CMYK percentages

%28.88
%8.56
%0
%26.67

Codes

Color #85ABBB in popluar color models

85ABBB
RGB133171187
HSL198°28.42%62.75%
HSB/HSV198°28.88%73.33%
CMYK28.88%8.56%0.00%
26.67%

Color #85ABBB in popluar number systems.

HEX85ABBB
Decimal133171187
Binary100001011010101110111011
Octal205253273

Shades and tints

Shades of #85ABBB

#85ABBB
(133,171,187)
#799CAA
(121,156,170)
#6D8D99
(109,141,153)
#617E88
(97,126,136)
#556F77
(85,111,119)
#496066
(73,96,102)
#3D5155
(61,81,85)
#314244
(49,66,68)
#253333
(37,51,51)
#192422
(25,36,34)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #85ABBB

#85ABBB
(133,171,187)
#90B2C1
(144,178,193)
#9BB9C7
(155,185,199)
#A6C0CD
(166,192,205)
#B1C7D3
(177,199,211)
#BCCED9
(188,206,217)
#C7D5DF
(199,213,223)
#D2DCE5
(210,220,229)
#DDE3EB
(221,227,235)
#E8EAF1
(232,234,241)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85ABBB; }

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

This text font color is #85ABBB.


Background Color

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

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

This div background color is #85ABBB.


Border color

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

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

This div border color is #85ABBB.


Opacity

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

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

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

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

This text has shadow with #85ABBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85ABBB on black background.


Color preview on white background

This text has color #85ABBB on white background.



Black color preview on #85ABBB background

This text has black color on #85ABBB background.


White color preview on #85ABBB background

This text has white color on #85ABBB background.