COLOR #85ADEE

HEX: #85ADEE
RGB: (133,173,238)

Color info

#85ADEE contains mainly blue color. Web safe color of #85ADEE is #9999FF (or #99F).

RGB color model

#85ADEE color RGB value is (133,173,238).

  • red value is 133;
  • green value is 173;
  • blue value is 238.
RGB:
(133,173,238)
(52%,68%,93%)

RGB channels and saturation

R 133 of 255 = 52%
G 173 of 255 = 68%
B 238 of 255 = 93%

133
173
238

R + G + B ~ 71%. #85ADEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 173 + 238 = 544 (100%)
R 133 of 544 ~ 24.45%
G 173 of 544 ~ 31.8%
B 238 of 544 ~ 43.75%

%24.45
%31.8
%43.75

CMYK color model

#85ADEE color CMYK value is (44,27,0,7).

  • cyan value is 44.12%
  • magenta value is 27.31%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(44,27,0,7)
C44M27Y0K7 
(44%,27%,0%,7%)
(0.44/0.27/0.00/0.07)	

CMYK percentages

%44.12
%27.31
%0
%6.67

Codes

Color #85ADEE in popluar color models

85ADEE
RGB133173238
HSL217°75.54%72.75%
HSB/HSV217°44.12%93.33%
CMYK44.12%27.31%0.00%
6.67%

Color #85ADEE in popluar number systems.

HEX85ADEE
Decimal133173238
Binary100001011010110111101110
Octal205255356

Shades and tints

Shades of #85ADEE

#85ADEE
(133,173,238)
#799ED9
(121,158,217)
#6D8FC4
(109,143,196)
#6180AF
(97,128,175)
#55719A
(85,113,154)
#496285
(73,98,133)
#3D5370
(61,83,112)
#31445B
(49,68,91)
#253546
(37,53,70)
#192631
(25,38,49)
#0D171C
(13,23,28)
#000000
(0,0,0)

Tints of #85ADEE

#85ADEE
(133,173,238)
#90B4EF
(144,180,239)
#9BBBF0
(155,187,240)
#A6C2F1
(166,194,241)
#B1C9F2
(177,201,242)
#BCD0F3
(188,208,243)
#C7D7F4
(199,215,244)
#D2DEF5
(210,222,245)
#DDE5F6
(221,229,246)
#E8ECF7
(232,236,247)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85ADEE color. Also use rgb(133,173,238) instead hex code.

Text Font Color

.myTextColor { color: #85ADEE; }

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

This text font color is #85ADEE.


Background Color

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

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

This div background color is #85ADEE.


Border color

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

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

This div border color is #85ADEE.


Opacity

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

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

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

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

This text has shadow with #85ADEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85ADEE on black background.


Color preview on white background

This text has color #85ADEE on white background.



Black color preview on #85ADEE background

This text has black color on #85ADEE background.


White color preview on #85ADEE background

This text has white color on #85ADEE background.