COLOR #85A1C6

HEX: #85A1C6 RGB: (133,161,198)

Color info

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

RGB color model

#85A1C6 color RGB value is (133,161,198).

RGB: (133,161,198) (52%, 63%, 78%)

RGB channels and saturation

R 133 of 255 = 52%
G 161 of 255 = 63%
B 198 of 255 = 78%

133
161
198

R + G + B ~ 64%. #85A1C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 161 + 198 = 492 (100%)
R 133 of 492 ~ 27.03%
G 161 of 492 ~ 32.72%
B 198 of 492 ~ 40.24'%

%27.03
%32.72
%40.24

CMYK color model

#85A1C6 color CMYK value is (33,19,0,22).

  • cyan value is 32.83%
  • magenta value is 18.69%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (33,19,0,22)
C33M19Y0K22 (33%, 19%, 0%, 22%)
(0.33 / 0.19 / 0.00 / 0.22)

CMYK percentages

%32.83
%18.69
%0
%22.35

Codes

Color #85A1C6 in popluar color models

85 A1 C6
RGB 133 161 198
HSL 214° 36.31% 64.90%
HSB/HSV 214° 32.83% 77.65%
CMYK 32.83% 18.69% 0.00%
22.35%

Color #85A1C6 in popluar number systems.

HEX 85 A1 C6
Decimal 133 161 198
Binary 10000101 10100001 11000110
Octal 205 241 306

Shades and tints

Shades of #85A1C6

#85A1C6
(133,161,198)
#7993B4
(121,147,180)
#6D85A2
(109,133,162)
#617790
(97,119,144)
#55697E
(85,105,126)
#495B6C
(73,91,108)
#3D4D5A
(61,77,90)
#313F48
(49,63,72)
#253136
(37,49,54)
#192324
(25,35,36)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #85A1C6

#85A1C6
(133,161,198)
#90A9CB
(144,169,203)
#9BB1D0
(155,177,208)
#A6B9D5
(166,185,213)
#B1C1DA
(177,193,218)
#BCC9DF
(188,201,223)
#C7D1E4
(199,209,228)
#D2D9E9
(210,217,233)
#DDE1EE
(221,225,238)
#E8E9F3
(232,233,243)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A1C6 color. Also use rgb(133,161,198) instead hex code.

Text Font Color

.myTextColor { color: #85A1C6; }

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

This text font color is #85A1C6.

Background Color

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

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

This div background color is #85A1C6.

Border color

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

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

This div border color is #85A1C6.

Opacity

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

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

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

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

This text has shadow with #85A1C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A1C6.

Preview

Color preview on black background

This text has color #85A1C6 on black background.


Color preview on white background

This text has color #85A1C6 on white background.


Black color preview on #85A1C6 background

This text has black color on #85A1C6 background.


White color preview on #85A1C6 background

This text has white color on #85A1C6 background.


Related colors

Complementary color

Complementary color for #hex is #7A5E39.


I love getcolorcode.com

Triadic colors

1 #C685A1 and #A1C685 with #85A1C6 are triadic colors.

2 #C6A185 and #A185C6 with #85A1C6 are triadic colors.