COLOR #85AAC9

HEX: #85AAC9
RGB: (133,170,201)

Color info

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

RGB color model

#85AAC9 color RGB value is (133,170,201).

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

RGB channels and saturation

R 133 of 255 = 52%
G 170 of 255 = 67%
B 201 of 255 = 79%

133
170
201

R + G + B ~ 66%. #85AAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 170 + 201 = 504 (100%)
R 133 of 504 ~ 26.39%
G 170 of 504 ~ 33.73%
B 201 of 504 ~ 39.88%

%26.39
%33.73
%39.88

CMYK color model

#85AAC9 color CMYK value is (34,15,0,21).

  • cyan value is 33.83%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(34,15,0,21)
C34M15Y0K21 
(34%,15%,0%,21%)
(0.34/0.15/0.00/0.21)	

CMYK percentages

%33.83
%15.42
%0
%21.18

Codes

Color #85AAC9 in popluar color models

85AAC9
RGB133170201
HSL207°38.64%65.49%
HSB/HSV207°33.83%78.82%
CMYK33.83%15.42%0.00%
21.18%

Color #85AAC9 in popluar number systems.

HEX85AAC9
Decimal133170201
Binary100001011010101011001001
Octal205252311

Shades and tints

Shades of #85AAC9

#85AAC9
(133,170,201)
#799BB7
(121,155,183)
#6D8CA5
(109,140,165)
#617D93
(97,125,147)
#556E81
(85,110,129)
#495F6F
(73,95,111)
#3D505D
(61,80,93)
#31414B
(49,65,75)
#253239
(37,50,57)
#192327
(25,35,39)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #85AAC9

#85AAC9
(133,170,201)
#90B1CD
(144,177,205)
#9BB8D1
(155,184,209)
#A6BFD5
(166,191,213)
#B1C6D9
(177,198,217)
#BCCDDD
(188,205,221)
#C7D4E1
(199,212,225)
#D2DBE5
(210,219,229)
#DDE2E9
(221,226,233)
#E8E9ED
(232,233,237)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AAC9; }

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

This text font color is #85AAC9.


Background Color

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

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

This div background color is #85AAC9.


Border color

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

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

This div border color is #85AAC9.


Opacity

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

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

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

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

This text has shadow with #85AAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AAC9 on black background.


Color preview on white background

This text has color #85AAC9 on white background.



Black color preview on #85AAC9 background

This text has black color on #85AAC9 background.


White color preview on #85AAC9 background

This text has white color on #85AAC9 background.