COLOR #85ABC4

HEX: #85ABC4
RGB: (133,171,196)

Color info

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

RGB color model

#85ABC4 color RGB value is (133,171,196).

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

RGB channels and saturation

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

133
171
196

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

Portions of RGB colors in percentages

R + G + B =
133 + 171 + 196 = 500 (100%)
R 133 of 500 ~ 26.6%
G 171 of 500 ~ 34.2%
B 196 of 500 ~ 39.2%

%26.6
%34.2
%39.2

CMYK color model

#85ABC4 color CMYK value is (32,13,0,23).

  • cyan value is 32.14%
  • magenta value is 12.76%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(32,13,0,23)
C32M13Y0K23 
(32%,13%,0%,23%)
(0.32/0.13/0.00/0.23)	

CMYK percentages

%32.14
%12.76
%0
%23.14

Codes

Color #85ABC4 in popluar color models

85ABC4
RGB133171196
HSL204°34.81%64.51%
HSB/HSV204°32.14%76.86%
CMYK32.14%12.76%0.00%
23.14%

Color #85ABC4 in popluar number systems.

HEX85ABC4
Decimal133171196
Binary100001011010101111000100
Octal205253304

Shades and tints

Shades of #85ABC4

#85ABC4
(133,171,196)
#799CB3
(121,156,179)
#6D8DA2
(109,141,162)
#617E91
(97,126,145)
#556F80
(85,111,128)
#49606F
(73,96,111)
#3D515E
(61,81,94)
#31424D
(49,66,77)
#25333C
(37,51,60)
#19242B
(25,36,43)
#0D151A
(13,21,26)
#000000
(0,0,0)

Tints of #85ABC4

#85ABC4
(133,171,196)
#90B2C9
(144,178,201)
#9BB9CE
(155,185,206)
#A6C0D3
(166,192,211)
#B1C7D8
(177,199,216)
#BCCEDD
(188,206,221)
#C7D5E2
(199,213,226)
#D2DCE7
(210,220,231)
#DDE3EC
(221,227,236)
#E8EAF1
(232,234,241)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85ABC4; }

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

This text font color is #85ABC4.


Background Color

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

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

This div background color is #85ABC4.


Border color

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

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

This div border color is #85ABC4.


Opacity

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

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

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

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

This text has shadow with #85ABC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85ABC4 on black background.


Color preview on white background

This text has color #85ABC4 on white background.



Black color preview on #85ABC4 background

This text has black color on #85ABC4 background.


White color preview on #85ABC4 background

This text has white color on #85ABC4 background.