COLOR #85ABB4

HEX: #85ABB4
RGB: (133,171,180)

Color info

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

RGB color model

#85ABB4 color RGB value is (133,171,180).

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

RGB channels and saturation

R 133 of 255 = 52%
G 171 of 255 = 67%
B 180 of 255 = 71%

133
171
180

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

Portions of RGB colors in percentages

R + G + B =
133 + 171 + 180 = 484 (100%)
R 133 of 484 ~ 27.48%
G 171 of 484 ~ 35.33%
B 180 of 484 ~ 37.19%

%27.48
%35.33
%37.19

CMYK color model

#85ABB4 color CMYK value is (26,5,0,29).

  • cyan value is 26.11%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(26,5,0,29)
C26M5Y0K29 
(26%,5%,0%,29%)
(0.26/0.05/0.00/0.29)	

CMYK percentages

%26.11
%5
%0
%29.41

Codes

Color #85ABB4 in popluar color models

85ABB4
RGB133171180
HSL191°23.86%61.37%
HSB/HSV191°26.11%70.59%
CMYK26.11%5.00%0.00%
29.41%

Color #85ABB4 in popluar number systems.

HEX85ABB4
Decimal133171180
Binary100001011010101110110100
Octal205253264

Shades and tints

Shades of #85ABB4

#85ABB4
(133,171,180)
#799CA4
(121,156,164)
#6D8D94
(109,141,148)
#617E84
(97,126,132)
#556F74
(85,111,116)
#496064
(73,96,100)
#3D5154
(61,81,84)
#314244
(49,66,68)
#253334
(37,51,52)
#192424
(25,36,36)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #85ABB4

#85ABB4
(133,171,180)
#90B2BA
(144,178,186)
#9BB9C0
(155,185,192)
#A6C0C6
(166,192,198)
#B1C7CC
(177,199,204)
#BCCED2
(188,206,210)
#C7D5D8
(199,213,216)
#D2DCDE
(210,220,222)
#DDE3E4
(221,227,228)
#E8EAEA
(232,234,234)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85ABB4; }

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

This text font color is #85ABB4.


Background Color

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

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

This div background color is #85ABB4.


Border color

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

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

This div border color is #85ABB4.


Opacity

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

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

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

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

This text has shadow with #85ABB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85ABB4 on black background.


Color preview on white background

This text has color #85ABB4 on white background.



Black color preview on #85ABB4 background

This text has black color on #85ABB4 background.


White color preview on #85ABB4 background

This text has white color on #85ABB4 background.