COLOR #85AABD

HEX: #85AABD
RGB: (133,170,189)

Color info

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

RGB color model

#85AABD color RGB value is (133,170,189).

  • red value is 133;
  • green value is 170;
  • blue value is 189.
RGB:
(133,170,189)
(52%,67%,74%)

RGB channels and saturation

R 133 of 255 = 52%
G 170 of 255 = 67%
B 189 of 255 = 74%

133
170
189

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

Portions of RGB colors in percentages

R + G + B =
133 + 170 + 189 = 492 (100%)
R 133 of 492 ~ 27.03%
G 170 of 492 ~ 34.55%
B 189 of 492 ~ 38.41%

%27.03
%34.55
%38.41

CMYK color model

#85AABD color CMYK value is (30,10,0,26).

  • cyan value is 29.63%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(30,10,0,26)
C30M10Y0K26 
(30%,10%,0%,26%)
(0.30/0.10/0.00/0.26)	

CMYK percentages

%29.63
%10.05
%0
%25.88

Codes

Color #85AABD in popluar color models

85AABD
RGB133170189
HSL200°29.79%63.14%
HSB/HSV200°29.63%74.12%
CMYK29.63%10.05%0.00%
25.88%

Color #85AABD in popluar number systems.

HEX85AABD
Decimal133170189
Binary100001011010101010111101
Octal205252275

Shades and tints

Shades of #85AABD

#85AABD
(133,170,189)
#799BAC
(121,155,172)
#6D8C9B
(109,140,155)
#617D8A
(97,125,138)
#556E79
(85,110,121)
#495F68
(73,95,104)
#3D5057
(61,80,87)
#314146
(49,65,70)
#253235
(37,50,53)
#192324
(25,35,36)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #85AABD

#85AABD
(133,170,189)
#90B1C3
(144,177,195)
#9BB8C9
(155,184,201)
#A6BFCF
(166,191,207)
#B1C6D5
(177,198,213)
#BCCDDB
(188,205,219)
#C7D4E1
(199,212,225)
#D2DBE7
(210,219,231)
#DDE2ED
(221,226,237)
#E8E9F3
(232,233,243)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AABD color. Also use rgb(133,170,189) instead hex code.

Text Font Color

.myTextColor { color: #85AABD; }

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

This text font color is #85AABD.


Background Color

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

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

This div background color is #85AABD.


Border color

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

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

This div border color is #85AABD.


Opacity

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

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

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

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

This text has shadow with #85AABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AABD on black background.


Color preview on white background

This text has color #85AABD on white background.



Black color preview on #85AABD background

This text has black color on #85AABD background.


White color preview on #85AABD background

This text has white color on #85AABD background.