COLOR #85A2BA

HEX: #85A2BA
RGB: (133,162,186)

Color info

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

RGB color model

#85A2BA color RGB value is (133,162,186).

  • red value is 133;
  • green value is 162;
  • blue value is 186.
RGB:
(133,162,186)
(52%,64%,73%)

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 186 of 255 = 73%

133
162
186

R + G + B ~ 63%. #85A2BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 162 + 186 = 481 (100%)
R 133 of 481 ~ 27.65%
G 162 of 481 ~ 33.68%
B 186 of 481 ~ 38.67%

%27.65
%33.68
%38.67

CMYK color model

#85A2BA color CMYK value is (28,13,0,27).

  • cyan value is 28.49%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(28,13,0,27)
C28M13Y0K27 
(28%,13%,0%,27%)
(0.28/0.13/0.00/0.27)	

CMYK percentages

%28.49
%12.9
%0
%27.06

Codes

Color #85A2BA in popluar color models

85A2BA
RGB133162186
HSL207°27.75%62.55%
HSB/HSV207°28.49%72.94%
CMYK28.49%12.90%0.00%
27.06%

Color #85A2BA in popluar number systems.

HEX85A2BA
Decimal133162186
Binary100001011010001010111010
Octal205242272

Shades and tints

Shades of #85A2BA

#85A2BA
(133,162,186)
#7994AA
(121,148,170)
#6D869A
(109,134,154)
#61788A
(97,120,138)
#556A7A
(85,106,122)
#495C6A
(73,92,106)
#3D4E5A
(61,78,90)
#31404A
(49,64,74)
#25323A
(37,50,58)
#19242A
(25,36,42)
#0D161A
(13,22,26)
#000000
(0,0,0)

Tints of #85A2BA

#85A2BA
(133,162,186)
#90AAC0
(144,170,192)
#9BB2C6
(155,178,198)
#A6BACC
(166,186,204)
#B1C2D2
(177,194,210)
#BCCAD8
(188,202,216)
#C7D2DE
(199,210,222)
#D2DAE4
(210,218,228)
#DDE2EA
(221,226,234)
#E8EAF0
(232,234,240)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A2BA color. Also use rgb(133,162,186) instead hex code.

Text Font Color

.myTextColor { color: #85A2BA; }

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

This text font color is #85A2BA.


Background Color

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

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

This div background color is #85A2BA.


Border color

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

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

This div border color is #85A2BA.


Opacity

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

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

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

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

This text has shadow with #85A2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A2BA on black background.


Color preview on white background

This text has color #85A2BA on white background.



Black color preview on #85A2BA background

This text has black color on #85A2BA background.


White color preview on #85A2BA background

This text has white color on #85A2BA background.