COLOR #85ABC6

HEX: #85ABC6
RGB: (133,171,198)

Color info

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

RGB color model

#85ABC6 color RGB value is (133,171,198).

  • red value is 133;
  • green value is 171;
  • blue value is 198.
RGB:
(133,171,198)
(52%,67%,78%)

RGB channels and saturation

R 133 of 255 = 52%
G 171 of 255 = 67%
B 198 of 255 = 78%

133
171
198

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

Portions of RGB colors in percentages

R + G + B =
133 + 171 + 198 = 502 (100%)
R 133 of 502 ~ 26.49%
G 171 of 502 ~ 34.06%
B 198 of 502 ~ 39.44%

%26.49
%34.06
%39.44

CMYK color model

#85ABC6 color CMYK value is (33,14,0,22).

  • cyan value is 32.83%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(33,14,0,22)
C33M14Y0K22 
(33%,14%,0%,22%)
(0.33/0.14/0.00/0.22)	

CMYK percentages

%32.83
%13.64
%0
%22.35

Codes

Color #85ABC6 in popluar color models

85ABC6
RGB133171198
HSL205°36.31%64.90%
HSB/HSV205°32.83%77.65%
CMYK32.83%13.64%0.00%
22.35%

Color #85ABC6 in popluar number systems.

HEX85ABC6
Decimal133171198
Binary100001011010101111000110
Octal205253306

Shades and tints

Shades of #85ABC6

#85ABC6
(133,171,198)
#799CB4
(121,156,180)
#6D8DA2
(109,141,162)
#617E90
(97,126,144)
#556F7E
(85,111,126)
#49606C
(73,96,108)
#3D515A
(61,81,90)
#314248
(49,66,72)
#253336
(37,51,54)
#192424
(25,36,36)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #85ABC6

#85ABC6
(133,171,198)
#90B2CB
(144,178,203)
#9BB9D0
(155,185,208)
#A6C0D5
(166,192,213)
#B1C7DA
(177,199,218)
#BCCEDF
(188,206,223)
#C7D5E4
(199,213,228)
#D2DCE9
(210,220,233)
#DDE3EE
(221,227,238)
#E8EAF3
(232,234,243)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85ABC6 color. Also use rgb(133,171,198) instead hex code.

Text Font Color

.myTextColor { color: #85ABC6; }

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

This text font color is #85ABC6.


Background Color

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

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

This div background color is #85ABC6.


Border color

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

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

This div border color is #85ABC6.


Opacity

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

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

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

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

This text has shadow with #85ABC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85ABC6 on black background.


Color preview on white background

This text has color #85ABC6 on white background.



Black color preview on #85ABC6 background

This text has black color on #85ABC6 background.


White color preview on #85ABC6 background

This text has white color on #85ABC6 background.