COLOR #85BABA

HEX: #85BABA
RGB: (133,186,186)

Color info

#85BABA contains red, green and blue colors in about the same proportion. Web safe color of #85BABA is #99CCCC (or #9CC).

RGB color model

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

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

RGB channels and saturation

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

133
186
186

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

Portions of RGB colors in percentages

R + G + B =
133 + 186 + 186 = 505 (100%)
R 133 of 505 ~ 26.34%
G 186 of 505 ~ 36.83%
B 186 of 505 ~ 36.83%

%26.34
%36.83
%36.83

CMYK color model

#85BABA color CMYK value is (28,0,0,27).

  • cyan value is 28.49%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(28,0,0,27)
C28M0Y0K27 
(28%,0%,0%,27%)
(0.28/0.00/0.00/0.27)	

CMYK percentages

%28.49
%0
%0
%27.06

Codes

Color #85BABA in popluar color models

85BABA
RGB133186186
HSL180°27.75%62.55%
HSB/HSV180°28.49%72.94%
CMYK28.49%0.00%0.00%
27.06%

Color #85BABA in popluar number systems.

HEX85BABA
Decimal133186186
Binary100001011011101010111010
Octal205272272

Shades and tints

Shades of #85BABA

#85BABA
(133,186,186)
#79AAAA
(121,170,170)
#6D9A9A
(109,154,154)
#618A8A
(97,138,138)
#557A7A
(85,122,122)
#496A6A
(73,106,106)
#3D5A5A
(61,90,90)
#314A4A
(49,74,74)
#253A3A
(37,58,58)
#192A2A
(25,42,42)
#0D1A1A
(13,26,26)
#000000
(0,0,0)

Tints of #85BABA

#85BABA
(133,186,186)
#90C0C0
(144,192,192)
#9BC6C6
(155,198,198)
#A6CCCC
(166,204,204)
#B1D2D2
(177,210,210)
#BCD8D8
(188,216,216)
#C7DEDE
(199,222,222)
#D2E4E4
(210,228,228)
#DDEAEA
(221,234,234)
#E8F0F0
(232,240,240)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BABA; }

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

This text font color is #85BABA.


Background Color

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

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

This div background color is #85BABA.


Border color

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

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

This div border color is #85BABA.


Opacity

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

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

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

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

This text has shadow with #85BABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BABA on black background.


Color preview on white background

This text has color #85BABA on white background.



Black color preview on #85BABA background

This text has black color on #85BABA background.


White color preview on #85BABA background

This text has white color on #85BABA background.