COLOR #85A7CC

HEX: #85A7CC
RGB: (133,167,204)

Color info

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

RGB color model

#85A7CC color RGB value is (133,167,204).

  • red value is 133;
  • green value is 167;
  • blue value is 204.
RGB:
(133,167,204)
(52%,65%,80%)

RGB channels and saturation

R 133 of 255 = 52%
G 167 of 255 = 65%
B 204 of 255 = 80%

133
167
204

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

Portions of RGB colors in percentages

R + G + B =
133 + 167 + 204 = 504 (100%)
R 133 of 504 ~ 26.39%
G 167 of 504 ~ 33.13%
B 204 of 504 ~ 40.48%

%26.39
%33.13
%40.48

CMYK color model

#85A7CC color CMYK value is (35,18,0,20).

  • cyan value is 34.80%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(35,18,0,20)
C35M18Y0K20 
(35%,18%,0%,20%)
(0.35/0.18/0.00/0.20)	

CMYK percentages

%34.8
%18.14
%0
%20

Codes

Color #85A7CC in popluar color models

85A7CC
RGB133167204
HSL211°41.04%66.08%
HSB/HSV211°34.80%80.00%
CMYK34.80%18.14%0.00%
20.00%

Color #85A7CC in popluar number systems.

HEX85A7CC
Decimal133167204
Binary100001011010011111001100
Octal205247314

Shades and tints

Shades of #85A7CC

#85A7CC
(133,167,204)
#7998BA
(121,152,186)
#6D89A8
(109,137,168)
#617A96
(97,122,150)
#556B84
(85,107,132)
#495C72
(73,92,114)
#3D4D60
(61,77,96)
#313E4E
(49,62,78)
#252F3C
(37,47,60)
#19202A
(25,32,42)
#0D1118
(13,17,24)
#000000
(0,0,0)

Tints of #85A7CC

#85A7CC
(133,167,204)
#90AFD0
(144,175,208)
#9BB7D4
(155,183,212)
#A6BFD8
(166,191,216)
#B1C7DC
(177,199,220)
#BCCFE0
(188,207,224)
#C7D7E4
(199,215,228)
#D2DFE8
(210,223,232)
#DDE7EC
(221,231,236)
#E8EFF0
(232,239,240)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A7CC color. Also use rgb(133,167,204) instead hex code.

Text Font Color

.myTextColor { color: #85A7CC; }

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

This text font color is #85A7CC.


Background Color

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

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

This div background color is #85A7CC.


Border color

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

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

This div border color is #85A7CC.


Opacity

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

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

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

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

This text has shadow with #85A7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A7CC on black background.


Color preview on white background

This text has color #85A7CC on white background.



Black color preview on #85A7CC background

This text has black color on #85A7CC background.


White color preview on #85A7CC background

This text has white color on #85A7CC background.