COLOR #85AFC6

HEX: #85AFC6
RGB: (133,175,198)

Color info

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

RGB color model

#85AFC6 color RGB value is (133,175,198).

  • red value is 133;
  • green value is 175;
  • blue value is 198.
RGB:
(133,175,198)
(52%,69%,78%)

RGB channels and saturation

R 133 of 255 = 52%
G 175 of 255 = 69%
B 198 of 255 = 78%

133
175
198

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

Portions of RGB colors in percentages

R + G + B =
133 + 175 + 198 = 506 (100%)
R 133 of 506 ~ 26.28%
G 175 of 506 ~ 34.58%
B 198 of 506 ~ 39.13%

%26.28
%34.58
%39.13

CMYK color model

#85AFC6 color CMYK value is (33,12,0,22).

  • cyan value is 32.83%
  • magenta value is 11.62%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(33,12,0,22)
C33M12Y0K22 
(33%,12%,0%,22%)
(0.33/0.12/0.00/0.22)	

CMYK percentages

%32.83
%11.62
%0
%22.35

Codes

Color #85AFC6 in popluar color models

85AFC6
RGB133175198
HSL201°36.31%64.90%
HSB/HSV201°32.83%77.65%
CMYK32.83%11.62%0.00%
22.35%

Color #85AFC6 in popluar number systems.

HEX85AFC6
Decimal133175198
Binary100001011010111111000110
Octal205257306

Shades and tints

Shades of #85AFC6

#85AFC6
(133,175,198)
#79A0B4
(121,160,180)
#6D91A2
(109,145,162)
#618290
(97,130,144)
#55737E
(85,115,126)
#49646C
(73,100,108)
#3D555A
(61,85,90)
#314648
(49,70,72)
#253736
(37,55,54)
#192824
(25,40,36)
#0D1912
(13,25,18)
#000000
(0,0,0)

Tints of #85AFC6

#85AFC6
(133,175,198)
#90B6CB
(144,182,203)
#9BBDD0
(155,189,208)
#A6C4D5
(166,196,213)
#B1CBDA
(177,203,218)
#BCD2DF
(188,210,223)
#C7D9E4
(199,217,228)
#D2E0E9
(210,224,233)
#DDE7EE
(221,231,238)
#E8EEF3
(232,238,243)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AFC6; }

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

This text font color is #85AFC6.


Background Color

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

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

This div background color is #85AFC6.


Border color

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

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

This div border color is #85AFC6.


Opacity

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

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

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

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

This text has shadow with #85AFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AFC6 on black background.


Color preview on white background

This text has color #85AFC6 on white background.



Black color preview on #85AFC6 background

This text has black color on #85AFC6 background.


White color preview on #85AFC6 background

This text has white color on #85AFC6 background.