COLOR #85ADC4

HEX: #85ADC4
RGB: (133,173,196)

Color info

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

RGB color model

#85ADC4 color RGB value is (133,173,196).

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

RGB channels and saturation

R 133 of 255 = 52%
G 173 of 255 = 68%
B 196 of 255 = 77%

133
173
196

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

Portions of RGB colors in percentages

R + G + B =
133 + 173 + 196 = 502 (100%)
R 133 of 502 ~ 26.49%
G 173 of 502 ~ 34.46%
B 196 of 502 ~ 39.04%

%26.49
%34.46
%39.04

CMYK color model

#85ADC4 color CMYK value is (32,12,0,23).

  • cyan value is 32.14%
  • magenta value is 11.73%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(32,12,0,23)
C32M12Y0K23 
(32%,12%,0%,23%)
(0.32/0.12/0.00/0.23)	

CMYK percentages

%32.14
%11.73
%0
%23.14

Codes

Color #85ADC4 in popluar color models

85ADC4
RGB133173196
HSL202°34.81%64.51%
HSB/HSV202°32.14%76.86%
CMYK32.14%11.73%0.00%
23.14%

Color #85ADC4 in popluar number systems.

HEX85ADC4
Decimal133173196
Binary100001011010110111000100
Octal205255304

Shades and tints

Shades of #85ADC4

#85ADC4
(133,173,196)
#799EB3
(121,158,179)
#6D8FA2
(109,143,162)
#618091
(97,128,145)
#557180
(85,113,128)
#49626F
(73,98,111)
#3D535E
(61,83,94)
#31444D
(49,68,77)
#25353C
(37,53,60)
#19262B
(25,38,43)
#0D171A
(13,23,26)
#000000
(0,0,0)

Tints of #85ADC4

#85ADC4
(133,173,196)
#90B4C9
(144,180,201)
#9BBBCE
(155,187,206)
#A6C2D3
(166,194,211)
#B1C9D8
(177,201,216)
#BCD0DD
(188,208,221)
#C7D7E2
(199,215,226)
#D2DEE7
(210,222,231)
#DDE5EC
(221,229,236)
#E8ECF1
(232,236,241)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85ADC4; }

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

This text font color is #85ADC4.


Background Color

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

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

This div background color is #85ADC4.


Border color

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

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

This div border color is #85ADC4.


Opacity

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

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

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

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

This text has shadow with #85ADC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85ADC4 on black background.


Color preview on white background

This text has color #85ADC4 on white background.



Black color preview on #85ADC4 background

This text has black color on #85ADC4 background.


White color preview on #85ADC4 background

This text has white color on #85ADC4 background.