COLOR #85B3CB

HEX: #85B3CB RGB: (133,179,203)

Color info

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

RGB color model

#85B3CB color RGB value is (133,179,203).

RGB: (133,179,203) (52%, 70%, 80%)

RGB channels and saturation

R 133 of 255 = 52%
G 179 of 255 = 70%
B 203 of 255 = 80%

133
179
203

R + G + B ~ 67%. #85B3CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 179 + 203 = 515 (100%)
R 133 of 515 ~ 25.83%
G 179 of 515 ~ 34.76%
B 203 of 515 ~ 39.42'%

%25.83
%34.76
%39.42

CMYK color model

#85B3CB color CMYK value is (34,12,0,20).

  • cyan value is 34.48%
  • magenta value is 11.82%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (34,12,0,20)
C34M12Y0K20 (34%, 12%, 0%, 20%)
(0.34 / 0.12 / 0.00 / 0.20)

CMYK percentages

%34.48
%11.82
%0
%20.39

Codes

Color #85B3CB in popluar color models

85 B3 CB
RGB 133 179 203
HSL 201° 40.23% 65.88%
HSB/HSV 201° 34.48% 79.61%
CMYK 34.48% 11.82% 0.00%
20.39%

Color #85B3CB in popluar number systems.

HEX 85 B3 CB
Decimal 133 179 203
Binary 10000101 10110011 11001011
Octal 205 263 313

Shades and tints

Shades of #85B3CB

#85B3CB
(133,179,203)
#79A3B9
(121,163,185)
#6D93A7
(109,147,167)
#618395
(97,131,149)
#557383
(85,115,131)
#496371
(73,99,113)
#3D535F
(61,83,95)
#31434D
(49,67,77)
#25333B
(37,51,59)
#192329
(25,35,41)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #85B3CB

#85B3CB
(133,179,203)
#90B9CF
(144,185,207)
#9BBFD3
(155,191,211)
#A6C5D7
(166,197,215)
#B1CBDB
(177,203,219)
#BCD1DF
(188,209,223)
#C7D7E3
(199,215,227)
#D2DDE7
(210,221,231)
#DDE3EB
(221,227,235)
#E8E9EF
(232,233,239)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B3CB color. Also use rgb(133,179,203) instead hex code.

Text Font Color

.myTextColor { color: #85B3CB; }

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

This text font color is #85B3CB.

Background Color

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

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

This div background color is #85B3CB.

Border color

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

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

This div border color is #85B3CB.

Opacity

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

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

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

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

This text has shadow with #85B3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85B3CB.

Preview

Color preview on black background

This text has color #85B3CB on black background.


Color preview on white background

This text has color #85B3CB on white background.


Black color preview on #85B3CB background

This text has black color on #85B3CB background.


White color preview on #85B3CB background

This text has white color on #85B3CB background.


Related colors

Complementary color

Complementary color for #hex is #7A4C34.


I love getcolorcode.com

Triadic colors

1 #CB85B3 and #B3CB85 with #85B3CB are triadic colors.

2 #CBB385 and #B385CB with #85B3CB are triadic colors.