COLOR #85ACBF

HEX: #85ACBF
RGB: (133,172,191)

Color info

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

RGB color model

#85ACBF color RGB value is (133,172,191).

  • red value is 133;
  • green value is 172;
  • blue value is 191.
RGB:
(133,172,191)
(52%,67%,75%)

RGB channels and saturation

R 133 of 255 = 52%
G 172 of 255 = 67%
B 191 of 255 = 75%

133
172
191

R + G + B ~ 65%. #85ACBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 172 + 191 = 496 (100%)
R 133 of 496 ~ 26.81%
G 172 of 496 ~ 34.68%
B 191 of 496 ~ 38.51%

%26.81
%34.68
%38.51

CMYK color model

#85ACBF color CMYK value is (30,10,0,25).

  • cyan value is 30.37%
  • magenta value is 9.95%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(30,10,0,25)
C30M10Y0K25 
(30%,10%,0%,25%)
(0.30/0.10/0.00/0.25)	

CMYK percentages

%30.37
%9.95
%0
%25.1

Codes

Color #85ACBF in popluar color models

85ACBF
RGB133172191
HSL200°31.18%63.53%
HSB/HSV200°30.37%74.90%
CMYK30.37%9.95%0.00%
25.10%

Color #85ACBF in popluar number systems.

HEX85ACBF
Decimal133172191
Binary100001011010110010111111
Octal205254277

Shades and tints

Shades of #85ACBF

#85ACBF
(133,172,191)
#799DAE
(121,157,174)
#6D8E9D
(109,142,157)
#617F8C
(97,127,140)
#55707B
(85,112,123)
#49616A
(73,97,106)
#3D5259
(61,82,89)
#314348
(49,67,72)
#253437
(37,52,55)
#192526
(25,37,38)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #85ACBF

#85ACBF
(133,172,191)
#90B3C4
(144,179,196)
#9BBAC9
(155,186,201)
#A6C1CE
(166,193,206)
#B1C8D3
(177,200,211)
#BCCFD8
(188,207,216)
#C7D6DD
(199,214,221)
#D2DDE2
(210,221,226)
#DDE4E7
(221,228,231)
#E8EBEC
(232,235,236)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85ACBF color. Also use rgb(133,172,191) instead hex code.

Text Font Color

.myTextColor { color: #85ACBF; }

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

This text font color is #85ACBF.


Background Color

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

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

This div background color is #85ACBF.


Border color

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

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

This div border color is #85ACBF.


Opacity

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

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

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

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

This text has shadow with #85ACBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85ACBF on black background.


Color preview on white background

This text has color #85ACBF on white background.



Black color preview on #85ACBF background

This text has black color on #85ACBF background.


White color preview on #85ACBF background

This text has white color on #85ACBF background.