COLOR #85A4D4

HEX: #85A4D4
RGB: (133,164,212)

Color info

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

RGB color model

#85A4D4 color RGB value is (133,164,212).

  • red value is 133;
  • green value is 164;
  • blue value is 212.
RGB:
(133,164,212)
(52%,64%,83%)

RGB channels and saturation

R 133 of 255 = 52%
G 164 of 255 = 64%
B 212 of 255 = 83%

133
164
212

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

Portions of RGB colors in percentages

R + G + B =
133 + 164 + 212 = 509 (100%)
R 133 of 509 ~ 26.13%
G 164 of 509 ~ 32.22%
B 212 of 509 ~ 41.65%

%26.13
%32.22
%41.65

CMYK color model

#85A4D4 color CMYK value is (37,23,0,17).

  • cyan value is 37.26%
  • magenta value is 22.64%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(37,23,0,17)
C37M23Y0K17 
(37%,23%,0%,17%)
(0.37/0.23/0.00/0.17)	

CMYK percentages

%37.26
%22.64
%0
%16.86

Codes

Color #85A4D4 in popluar color models

85A4D4
RGB133164212
HSL216°47.88%67.65%
HSB/HSV216°37.26%83.14%
CMYK37.26%22.64%0.00%
16.86%

Color #85A4D4 in popluar number systems.

HEX85A4D4
Decimal133164212
Binary100001011010010011010100
Octal205244324

Shades and tints

Shades of #85A4D4

#85A4D4
(133,164,212)
#7996C1
(121,150,193)
#6D88AE
(109,136,174)
#617A9B
(97,122,155)
#556C88
(85,108,136)
#495E75
(73,94,117)
#3D5062
(61,80,98)
#31424F
(49,66,79)
#25343C
(37,52,60)
#192629
(25,38,41)
#0D1816
(13,24,22)
#000000
(0,0,0)

Tints of #85A4D4

#85A4D4
(133,164,212)
#90ACD7
(144,172,215)
#9BB4DA
(155,180,218)
#A6BCDD
(166,188,221)
#B1C4E0
(177,196,224)
#BCCCE3
(188,204,227)
#C7D4E6
(199,212,230)
#D2DCE9
(210,220,233)
#DDE4EC
(221,228,236)
#E8ECEF
(232,236,239)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A4D4 color. Also use rgb(133,164,212) instead hex code.

Text Font Color

.myTextColor { color: #85A4D4; }

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

This text font color is #85A4D4.


Background Color

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

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

This div background color is #85A4D4.


Border color

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

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

This div border color is #85A4D4.


Opacity

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

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

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

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

This text has shadow with #85A4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A4D4 on black background.


Color preview on white background

This text has color #85A4D4 on white background.



Black color preview on #85A4D4 background

This text has black color on #85A4D4 background.


White color preview on #85A4D4 background

This text has white color on #85A4D4 background.