COLOR #85ACC4

HEX: #85ACC4
RGB: (133,172,196)

Color info

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

RGB color model

#85ACC4 color RGB value is (133,172,196).

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

RGB channels and saturation

R 133 of 255 = 52%
G 172 of 255 = 67%
B 196 of 255 = 77%

133
172
196

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

Portions of RGB colors in percentages

R + G + B =
133 + 172 + 196 = 501 (100%)
R 133 of 501 ~ 26.55%
G 172 of 501 ~ 34.33%
B 196 of 501 ~ 39.12%

%26.55
%34.33
%39.12

CMYK color model

#85ACC4 color CMYK value is (32,12,0,23).

  • cyan value is 32.14%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(32,12,0,23)
C32M12Y0K23 
(32%,12%,0%,23%)
(0.32/0.12/0.00/0.23)	

CMYK percentages

%32.14
%12.24
%0
%23.14

Codes

Color #85ACC4 in popluar color models

85ACC4
RGB133172196
HSL203°34.81%64.51%
HSB/HSV203°32.14%76.86%
CMYK32.14%12.24%0.00%
23.14%

Color #85ACC4 in popluar number systems.

HEX85ACC4
Decimal133172196
Binary100001011010110011000100
Octal205254304

Shades and tints

Shades of #85ACC4

#85ACC4
(133,172,196)
#799DB3
(121,157,179)
#6D8EA2
(109,142,162)
#617F91
(97,127,145)
#557080
(85,112,128)
#49616F
(73,97,111)
#3D525E
(61,82,94)
#31434D
(49,67,77)
#25343C
(37,52,60)
#19252B
(25,37,43)
#0D161A
(13,22,26)
#000000
(0,0,0)

Tints of #85ACC4

#85ACC4
(133,172,196)
#90B3C9
(144,179,201)
#9BBACE
(155,186,206)
#A6C1D3
(166,193,211)
#B1C8D8
(177,200,216)
#BCCFDD
(188,207,221)
#C7D6E2
(199,214,226)
#D2DDE7
(210,221,231)
#DDE4EC
(221,228,236)
#E8EBF1
(232,235,241)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85ACC4; }

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

This text font color is #85ACC4.


Background Color

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

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

This div background color is #85ACC4.


Border color

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

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

This div border color is #85ACC4.


Opacity

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

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

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

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

This text has shadow with #85ACC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85ACC4 on black background.


Color preview on white background

This text has color #85ACC4 on white background.



Black color preview on #85ACC4 background

This text has black color on #85ACC4 background.


White color preview on #85ACC4 background

This text has white color on #85ACC4 background.