COLOR #85BACA

HEX: #85BACA
RGB: (133,186,202)

Color info

#85BACA contains mainly green and blue colors. Web safe color of #85BACA is #99CCCC (or #9CC).

RGB color model

#85BACA color RGB value is (133,186,202).

  • red value is 133;
  • green value is 186;
  • blue value is 202.
RGB:
(133,186,202)
(52%,73%,79%)

RGB channels and saturation

R 133 of 255 = 52%
G 186 of 255 = 73%
B 202 of 255 = 79%

133
186
202

R + G + B ~ 68%. #85BACA is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 186 + 202 = 521 (100%)
R 133 of 521 ~ 25.53%
G 186 of 521 ~ 35.7%
B 202 of 521 ~ 38.77%

%25.53
%35.7
%38.77

CMYK color model

#85BACA color CMYK value is (34,8,0,21).

  • cyan value is 34.16%
  • magenta value is 7.92%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(34,8,0,21)
C34M8Y0K21 
(34%,8%,0%,21%)
(0.34/0.08/0.00/0.21)	

CMYK percentages

%34.16
%7.92
%0
%20.78

Codes

Color #85BACA in popluar color models

85BACA
RGB133186202
HSL194°39.43%65.69%
HSB/HSV194°34.16%79.22%
CMYK34.16%7.92%0.00%
20.78%

Color #85BACA in popluar number systems.

HEX85BACA
Decimal133186202
Binary100001011011101011001010
Octal205272312

Shades and tints

Shades of #85BACA

#85BACA
(133,186,202)
#79AAB8
(121,170,184)
#6D9AA6
(109,154,166)
#618A94
(97,138,148)
#557A82
(85,122,130)
#496A70
(73,106,112)
#3D5A5E
(61,90,94)
#314A4C
(49,74,76)
#253A3A
(37,58,58)
#192A28
(25,42,40)
#0D1A16
(13,26,22)
#000000
(0,0,0)

Tints of #85BACA

#85BACA
(133,186,202)
#90C0CE
(144,192,206)
#9BC6D2
(155,198,210)
#A6CCD6
(166,204,214)
#B1D2DA
(177,210,218)
#BCD8DE
(188,216,222)
#C7DEE2
(199,222,226)
#D2E4E6
(210,228,230)
#DDEAEA
(221,234,234)
#E8F0EE
(232,240,238)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BACA color. Also use rgb(133,186,202) instead hex code.

Text Font Color

.myTextColor { color: #85BACA; }

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

This text font color is #85BACA.


Background Color

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

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

This div background color is #85BACA.


Border color

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

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

This div border color is #85BACA.


Opacity

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

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

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

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

This text has shadow with #85BACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BACA on black background.


Color preview on white background

This text has color #85BACA on white background.



Black color preview on #85BACA background

This text has black color on #85BACA background.


White color preview on #85BACA background

This text has white color on #85BACA background.