COLOR #85ADC7

HEX: #85ADC7 RGB: (133,173,199)

Color info

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

RGB color model

#85ADC7 color RGB value is (133,173,199).

RGB: (133,173,199) (52%, 68%, 78%)

RGB channels and saturation

R 133 of 255 = 52%
G 173 of 255 = 68%
B 199 of 255 = 78%

133
173
199

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

Portions of RGB colors in percentages

R + G + B = 133 + 173 + 199 = 505 (100%)
R 133 of 505 ~ 26.34%
G 173 of 505 ~ 34.26%
B 199 of 505 ~ 39.41'%

%26.34
%34.26
%39.41

CMYK color model

#85ADC7 color CMYK value is (33,13,0,22).

  • cyan value is 33.17%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (33,13,0,22)
C33M13Y0K22 (33%, 13%, 0%, 22%)
(0.33 / 0.13 / 0.00 / 0.22)

CMYK percentages

%33.17
%13.07
%0
%21.96

Codes

Color #85ADC7 in popluar color models

85 AD C7
RGB 133 173 199
HSL 204° 37.08% 65.10%
HSB/HSV 204° 33.17% 78.04%
CMYK 33.17% 13.07% 0.00%
21.96%

Color #85ADC7 in popluar number systems.

HEX 85 AD C7
Decimal 133 173 199
Binary 10000101 10101101 11000111
Octal 205 255 307

Shades and tints

Shades of #85ADC7

#85ADC7
(133,173,199)
#799EB5
(121,158,181)
#6D8FA3
(109,143,163)
#618091
(97,128,145)
#55717F
(85,113,127)
#49626D
(73,98,109)
#3D535B
(61,83,91)
#314449
(49,68,73)
#253537
(37,53,55)
#192625
(25,38,37)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #85ADC7

#85ADC7
(133,173,199)
#90B4CC
(144,180,204)
#9BBBD1
(155,187,209)
#A6C2D6
(166,194,214)
#B1C9DB
(177,201,219)
#BCD0E0
(188,208,224)
#C7D7E5
(199,215,229)
#D2DEEA
(210,222,234)
#DDE5EF
(221,229,239)
#E8ECF4
(232,236,244)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85ADC7; }

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

This text font color is #85ADC7.

Background Color

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

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

This div background color is #85ADC7.

Border color

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

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

This div border color is #85ADC7.

Opacity

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

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

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

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

This text has shadow with #85ADC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85ADC7.

Preview

Color preview on black background

This text has color #85ADC7 on black background.


Color preview on white background

This text has color #85ADC7 on white background.


Black color preview on #85ADC7 background

This text has black color on #85ADC7 background.


White color preview on #85ADC7 background

This text has white color on #85ADC7 background.


Related colors

Complementary color

Complementary color for #hex is #7A5238.


I love getcolorcode.com

Triadic colors

1 #C785AD and #ADC785 with #85ADC7 are triadic colors.

2 #C7AD85 and #AD85C7 with #85ADC7 are triadic colors.