COLOR #85A9CC

HEX: #85A9CC RGB: (133,169,204)

Color info

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

RGB color model

#85A9CC color RGB value is (133,169,204).

RGB: (133,169,204) (52%, 66%, 80%)

RGB channels and saturation

R 133 of 255 = 52%
G 169 of 255 = 66%
B 204 of 255 = 80%

133
169
204

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

Portions of RGB colors in percentages

R + G + B = 133 + 169 + 204 = 506 (100%)
R 133 of 506 ~ 26.28%
G 169 of 506 ~ 33.4%
B 204 of 506 ~ 40.32'%

%26.28
%33.4
%40.32

CMYK color model

#85A9CC color CMYK value is (35,17,0,20).

  • cyan value is 34.80%
  • magenta value is 17.16%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (35,17,0,20) C35M17Y0K20 (35%,17%,0%,20%) (0.35/0.17/0.00/0.20) 

CMYK percentages

%34.8
%17.16
%0
%20

Codes

Color #85A9CC in popluar color models

85 A9 CC
RGB 133 169 204
HSL 210° 41.04% 66.08%
HSB/HSV 210° 34.80% 80.00%
CMYK 34.80% 17.16% 0.00%
20.00%

Color #85A9CC in popluar number systems.

HEX 85 A9 CC
Decimal 133 169 204
Binary 10000101 10101001 11001100
Octal 205 251 314

Shades and tints

Shades of #85A9CC

#85A9CC
(133,169,204)
#799ABA
(121,154,186)
#6D8BA8
(109,139,168)
#617C96
(97,124,150)
#556D84
(85,109,132)
#495E72
(73,94,114)
#3D4F60
(61,79,96)
#31404E
(49,64,78)
#25313C
(37,49,60)
#19222A
(25,34,42)
#0D1318
(13,19,24)
#000000
(0,0,0)

Tints of #85A9CC

#85A9CC
(133,169,204)
#90B0D0
(144,176,208)
#9BB7D4
(155,183,212)
#A6BED8
(166,190,216)
#B1C5DC
(177,197,220)
#BCCCE0
(188,204,224)
#C7D3E4
(199,211,228)
#D2DAE8
(210,218,232)
#DDE1EC
(221,225,236)
#E8E8F0
(232,232,240)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A9CC; }

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

This text font color is #85A9CC.

Background Color

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

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

This div background color is #85A9CC.

Border color

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

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

This div border color is #85A9CC.

Opacity

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

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

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

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

This text has shadow with #85A9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A9CC.

Preview

Color preview on black background

This text has color #85A9CC on black background.


Color preview on white background

This text has color #85A9CC on white background.


Black color preview on #85A9CC background

This text has black color on #85A9CC background.


White color preview on #85A9CC background

This text has white color on #85A9CC background.


Related colors

Complementary color

Complementary color for #hex is #7A5633.


I love getcolorcode.com

Triadic colors

1 #CC85A9 and #A9CC85 with #85A9CC are triadic colors.

2 #CCA985 and #A985CC with #85A9CC are triadic colors.