COLOR #85CAE7

HEX: #85CAE7 RGB: (133,202,231)

Color info

#85CAE7 contains mainly green and blue colors. Web safe color of #85CAE7 is #99CCFF (or #9CF).

RGB color model

#85CAE7 color RGB value is (133,202,231).

RGB: (133,202,231) (52%, 79%, 91%)

RGB channels and saturation

R 133 of 255 = 52%
G 202 of 255 = 79%
B 231 of 255 = 91%

133
202
231

R + G + B ~ 74%. #85CAE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 202 + 231 = 566 (100%)
R 133 of 566 ~ 23.5%
G 202 of 566 ~ 35.69%
B 231 of 566 ~ 40.81'%

%23.5
%35.69
%40.81

CMYK color model

#85CAE7 color CMYK value is (42,13,0,9).

  • cyan value is 42.42%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (42,13,0,9)
C42M13Y0K9 (42%, 13%, 0%, 9%)
(0.42 / 0.13 / 0.00 / 0.09)

CMYK percentages

%42.42
%12.55
%0
%9.41

Codes

Color #85CAE7 in popluar color models

85 CA E7
RGB 133 202 231
HSL 198° 67.12% 71.37%
HSB/HSV 198° 42.42% 90.59%
CMYK 42.42% 12.55% 0.00%
9.41%

Color #85CAE7 in popluar number systems.

HEX 85 CA E7
Decimal 133 202 231
Binary 10000101 11001010 11100111
Octal 205 312 347

Shades and tints

Shades of #85CAE7

#85CAE7
(133,202,231)
#79B8D2
(121,184,210)
#6DA6BD
(109,166,189)
#6194A8
(97,148,168)
#558293
(85,130,147)
#49707E
(73,112,126)
#3D5E69
(61,94,105)
#314C54
(49,76,84)
#253A3F
(37,58,63)
#19282A
(25,40,42)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #85CAE7

#85CAE7
(133,202,231)
#90CEE9
(144,206,233)
#9BD2EB
(155,210,235)
#A6D6ED
(166,214,237)
#B1DAEF
(177,218,239)
#BCDEF1
(188,222,241)
#C7E2F3
(199,226,243)
#D2E6F5
(210,230,245)
#DDEAF7
(221,234,247)
#E8EEF9
(232,238,249)
#F3F2FB
(243,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85CAE7 color. Also use rgb(133,202,231) instead hex code.

Text Font Color

.myTextColor { color: #85CAE7; }

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

This text font color is #85CAE7.

Background Color

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

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

This div background color is #85CAE7.

Border color

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

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

This div border color is #85CAE7.

Opacity

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

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

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

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

This text has shadow with #85CAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85CAE7.

Preview

Color preview on black background

This text has color #85CAE7 on black background.


Color preview on white background

This text has color #85CAE7 on white background.


Black color preview on #85CAE7 background

This text has black color on #85CAE7 background.


White color preview on #85CAE7 background

This text has white color on #85CAE7 background.


Related colors

Complementary color

Complementary color for #hex is #7A3518.


I love getcolorcode.com

Triadic colors

1 #E785CA and #CAE785 with #85CAE7 are triadic colors.

2 #E7CA85 and #CA85E7 with #85CAE7 are triadic colors.