COLOR #85A8C3

HEX: #85A8C3 RGB: (133,168,195)

Color info

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

RGB color model

#85A8C3 color RGB value is (133,168,195).

RGB: (133,168,195) (52%, 66%, 76%)

RGB channels and saturation

R 133 of 255 = 52%
G 168 of 255 = 66%
B 195 of 255 = 76%

133
168
195

R + G + B ~ 65%. #85A8C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 168 + 195 = 496 (100%)
R 133 of 496 ~ 26.81%
G 168 of 496 ~ 33.87%
B 195 of 496 ~ 39.31'%

%26.81
%33.87
%39.31

CMYK color model

#85A8C3 color CMYK value is (32,14,0,24).

  • cyan value is 31.79%
  • magenta value is 13.85%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (32,14,0,24) C32M14Y0K24 (32%,14%,0%,24%) (0.32/0.14/0.00/0.24) 

CMYK percentages

%31.79
%13.85
%0
%23.53

Codes

Color #85A8C3 in popluar color models

85 A8 C3
RGB 133 168 195
HSL 206° 34.07% 64.31%
HSB/HSV 206° 31.79% 76.47%
CMYK 31.79% 13.85% 0.00%
23.53%

Color #85A8C3 in popluar number systems.

HEX 85 A8 C3
Decimal 133 168 195
Binary 10000101 10101000 11000011
Octal 205 250 303

Shades and tints

Shades of #85A8C3

#85A8C3
(133,168,195)
#7999B2
(121,153,178)
#6D8AA1
(109,138,161)
#617B90
(97,123,144)
#556C7F
(85,108,127)
#495D6E
(73,93,110)
#3D4E5D
(61,78,93)
#313F4C
(49,63,76)
#25303B
(37,48,59)
#19212A
(25,33,42)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #85A8C3

#85A8C3
(133,168,195)
#90AFC8
(144,175,200)
#9BB6CD
(155,182,205)
#A6BDD2
(166,189,210)
#B1C4D7
(177,196,215)
#BCCBDC
(188,203,220)
#C7D2E1
(199,210,225)
#D2D9E6
(210,217,230)
#DDE0EB
(221,224,235)
#E8E7F0
(232,231,240)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A8C3 color. Also use rgb(133,168,195) instead hex code.

Text Font Color

.myTextColor { color: #85A8C3; }

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

This text font color is #85A8C3.

Background Color

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

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

This div background color is #85A8C3.

Border color

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

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

This div border color is #85A8C3.

Opacity

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

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

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

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

This text has shadow with #85A8C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A8C3.

Preview

Color preview on black background

This text has color #85A8C3 on black background.


Color preview on white background

This text has color #85A8C3 on white background.


Black color preview on #85A8C3 background

This text has black color on #85A8C3 background.


White color preview on #85A8C3 background

This text has white color on #85A8C3 background.


Related colors

Complementary color

Complementary color for #hex is #7A573C.


I love getcolorcode.com

Triadic colors

1 #C385A8 and #A8C385 with #85A8C3 are triadic colors.

2 #C3A885 and #A885C3 with #85A8C3 are triadic colors.