COLOR #85A9C4

HEX: #85A9C4
RGB: (133,169,196)

Color info

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

RGB color model

#85A9C4 color RGB value is (133,169,196).

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

RGB channels and saturation

R 133 of 255 = 52%
G 169 of 255 = 66%
B 196 of 255 = 77%

133
169
196

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

Portions of RGB colors in percentages

R + G + B =
133 + 169 + 196 = 498 (100%)
R 133 of 498 ~ 26.71%
G 169 of 498 ~ 33.94%
B 196 of 498 ~ 39.36%

%26.71
%33.94
%39.36

CMYK color model

#85A9C4 color CMYK value is (32,14,0,23).

  • cyan value is 32.14%
  • magenta value is 13.78%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(32,14,0,23)
C32M14Y0K23 
(32%,14%,0%,23%)
(0.32/0.14/0.00/0.23)	

CMYK percentages

%32.14
%13.78
%0
%23.14

Codes

Color #85A9C4 in popluar color models

85A9C4
RGB133169196
HSL206°34.81%64.51%
HSB/HSV206°32.14%76.86%
CMYK32.14%13.78%0.00%
23.14%

Color #85A9C4 in popluar number systems.

HEX85A9C4
Decimal133169196
Binary100001011010100111000100
Octal205251304

Shades and tints

Shades of #85A9C4

#85A9C4
(133,169,196)
#799AB3
(121,154,179)
#6D8BA2
(109,139,162)
#617C91
(97,124,145)
#556D80
(85,109,128)
#495E6F
(73,94,111)
#3D4F5E
(61,79,94)
#31404D
(49,64,77)
#25313C
(37,49,60)
#19222B
(25,34,43)
#0D131A
(13,19,26)
#000000
(0,0,0)

Tints of #85A9C4

#85A9C4
(133,169,196)
#90B0C9
(144,176,201)
#9BB7CE
(155,183,206)
#A6BED3
(166,190,211)
#B1C5D8
(177,197,216)
#BCCCDD
(188,204,221)
#C7D3E2
(199,211,226)
#D2DAE7
(210,218,231)
#DDE1EC
(221,225,236)
#E8E8F1
(232,232,241)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A9C4; }

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

This text font color is #85A9C4.


Background Color

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

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

This div background color is #85A9C4.


Border color

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

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

This div border color is #85A9C4.


Opacity

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

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

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

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

This text has shadow with #85A9C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A9C4 on black background.


Color preview on white background

This text has color #85A9C4 on white background.



Black color preview on #85A9C4 background

This text has black color on #85A9C4 background.


White color preview on #85A9C4 background

This text has white color on #85A9C4 background.