COLOR #85AFDC

HEX: #85AFDC
RGB: (133,175,220)

Color info

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

RGB color model

#85AFDC color RGB value is (133,175,220).

  • red value is 133;
  • green value is 175;
  • blue value is 220.
RGB:
(133,175,220)
(52%,69%,86%)

RGB channels and saturation

R 133 of 255 = 52%
G 175 of 255 = 69%
B 220 of 255 = 86%

133
175
220

R + G + B ~ 69%. #85AFDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 175 + 220 = 528 (100%)
R 133 of 528 ~ 25.19%
G 175 of 528 ~ 33.14%
B 220 of 528 ~ 41.67%

%25.19
%33.14
%41.67

CMYK color model

#85AFDC color CMYK value is (40,20,0,14).

  • cyan value is 39.55%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(40,20,0,14)
C40M20Y0K14 
(40%,20%,0%,14%)
(0.40/0.20/0.00/0.14)	

CMYK percentages

%39.55
%20.45
%0
%13.73

Codes

Color #85AFDC in popluar color models

85AFDC
RGB133175220
HSL211°55.41%69.22%
HSB/HSV211°39.55%86.27%
CMYK39.55%20.45%0.00%
13.73%

Color #85AFDC in popluar number systems.

HEX85AFDC
Decimal133175220
Binary100001011010111111011100
Octal205257334

Shades and tints

Shades of #85AFDC

#85AFDC
(133,175,220)
#79A0C8
(121,160,200)
#6D91B4
(109,145,180)
#6182A0
(97,130,160)
#55738C
(85,115,140)
#496478
(73,100,120)
#3D5564
(61,85,100)
#314650
(49,70,80)
#25373C
(37,55,60)
#192828
(25,40,40)
#0D1914
(13,25,20)
#000000
(0,0,0)

Tints of #85AFDC

#85AFDC
(133,175,220)
#90B6DF
(144,182,223)
#9BBDE2
(155,189,226)
#A6C4E5
(166,196,229)
#B1CBE8
(177,203,232)
#BCD2EB
(188,210,235)
#C7D9EE
(199,217,238)
#D2E0F1
(210,224,241)
#DDE7F4
(221,231,244)
#E8EEF7
(232,238,247)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AFDC color. Also use rgb(133,175,220) instead hex code.

Text Font Color

.myTextColor { color: #85AFDC; }

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

This text font color is #85AFDC.


Background Color

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

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

This div background color is #85AFDC.


Border color

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

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

This div border color is #85AFDC.


Opacity

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

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

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

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

This text has shadow with #85AFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AFDC on black background.


Color preview on white background

This text has color #85AFDC on white background.



Black color preview on #85AFDC background

This text has black color on #85AFDC background.


White color preview on #85AFDC background

This text has white color on #85AFDC background.