COLOR #85AACE

HEX: #85AACE RGB: (133,170,206)

Color info

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

RGB color model

#85AACE color RGB value is (133,170,206).

RGB: (133,170,206) (52%, 67%, 81%)

RGB channels and saturation

R 133 of 255 = 52%
G 170 of 255 = 67%
B 206 of 255 = 81%

133
170
206

R + G + B ~ 67%. #85AACE is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 170 + 206 = 509 (100%)
R 133 of 509 ~ 26.13%
G 170 of 509 ~ 33.4%
B 206 of 509 ~ 40.47'%

%26.13
%33.4
%40.47

CMYK color model

#85AACE color CMYK value is (35,17,0,19).

  • cyan value is 35.44%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (35,17,0,19)
C35M17Y0K19 (35%, 17%, 0%, 19%)
(0.35 / 0.17 / 0.00 / 0.19)

CMYK percentages

%35.44
%17.48
%0
%19.22

Codes

Color #85AACE in popluar color models

85 AA CE
RGB 133 170 206
HSL 210° 42.69% 66.47%
HSB/HSV 210° 35.44% 80.78%
CMYK 35.44% 17.48% 0.00%
19.22%

Color #85AACE in popluar number systems.

HEX 85 AA CE
Decimal 133 170 206
Binary 10000101 10101010 11001110
Octal 205 252 316

Shades and tints

Shades of #85AACE

#85AACE
(133,170,206)
#799BBC
(121,155,188)
#6D8CAA
(109,140,170)
#617D98
(97,125,152)
#556E86
(85,110,134)
#495F74
(73,95,116)
#3D5062
(61,80,98)
#314150
(49,65,80)
#25323E
(37,50,62)
#19232C
(25,35,44)
#0D141A
(13,20,26)
#000000
(0,0,0)

Tints of #85AACE

#85AACE
(133,170,206)
#90B1D2
(144,177,210)
#9BB8D6
(155,184,214)
#A6BFDA
(166,191,218)
#B1C6DE
(177,198,222)
#BCCDE2
(188,205,226)
#C7D4E6
(199,212,230)
#D2DBEA
(210,219,234)
#DDE2EE
(221,226,238)
#E8E9F2
(232,233,242)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AACE color. Also use rgb(133,170,206) instead hex code.

Text Font Color

.myTextColor { color: #85AACE; }

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

This text font color is #85AACE.

Background Color

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

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

This div background color is #85AACE.

Border color

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

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

This div border color is #85AACE.

Opacity

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

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

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

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

This text has shadow with #85AACE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AACE.

Preview

Color preview on black background

This text has color #85AACE on black background.


Color preview on white background

This text has color #85AACE on white background.


Black color preview on #85AACE background

This text has black color on #85AACE background.


White color preview on #85AACE background

This text has white color on #85AACE background.


Related colors

Complementary color

Complementary color for #hex is #7A5531.


I love getcolorcode.com

Triadic colors

1 #CE85AA and #AACE85 with #85AACE are triadic colors.

2 #CEAA85 and #AA85CE with #85AACE are triadic colors.