COLOR #85BDBB

HEX: #85BDBB RGB: (133,189,187)

Color info

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

RGB color model

#85BDBB color RGB value is (133,189,187).

RGB: (133,189,187) (52%, 74%, 73%)

RGB channels and saturation

R 133 of 255 = 52%
G 189 of 255 = 74%
B 187 of 255 = 73%

133
189
187

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

Portions of RGB colors in percentages

R + G + B = 133 + 189 + 187 = 509 (100%)
R 133 of 509 ~ 26.13%
G 189 of 509 ~ 37.13%
B 187 of 509 ~ 36.74'%

%26.13
%37.13
%36.74

CMYK color model

#85BDBB color CMYK value is (30,0,1,26).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 1.06%
  • key color value is 25.88%

CMYK: (30,0,1,26)
C30M0Y1K26 (30%, 0%, 1%, 26%)
(0.30 / 0.00 / 0.01 / 0.26)

CMYK percentages

%29.63
%0
%1.06
%25.88

Codes

Color #85BDBB in popluar color models

85 BD BB
RGB 133 189 187
HSL 178° 29.79% 63.14%
HSB/HSV 178° 29.63% 74.12%
CMYK 29.63% 0.00% 1.06%
25.88%

Color #85BDBB in popluar number systems.

HEX 85 BD BB
Decimal 133 189 187
Binary 10000101 10111101 10111011
Octal 205 275 273

Shades and tints

Shades of #85BDBB

#85BDBB
(133,189,187)
#79ACAA
(121,172,170)
#6D9B99
(109,155,153)
#618A88
(97,138,136)
#557977
(85,121,119)
#496866
(73,104,102)
#3D5755
(61,87,85)
#314644
(49,70,68)
#253533
(37,53,51)
#192422
(25,36,34)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #85BDBB

#85BDBB
(133,189,187)
#90C3C1
(144,195,193)
#9BC9C7
(155,201,199)
#A6CFCD
(166,207,205)
#B1D5D3
(177,213,211)
#BCDBD9
(188,219,217)
#C7E1DF
(199,225,223)
#D2E7E5
(210,231,229)
#DDEDEB
(221,237,235)
#E8F3F1
(232,243,241)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BDBB; }

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

This text font color is #85BDBB.

Background Color

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

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

This div background color is #85BDBB.

Border color

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

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

This div border color is #85BDBB.

Opacity

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

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

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

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

This text has shadow with #85BDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BDBB.

Preview

Color preview on black background

This text has color #85BDBB on black background.


Color preview on white background

This text has color #85BDBB on white background.


Black color preview on #85BDBB background

This text has black color on #85BDBB background.


White color preview on #85BDBB background

This text has white color on #85BDBB background.


Related colors

Complementary color

Complementary color for #hex is #7A4244.


I love getcolorcode.com

Triadic colors

1 #BB85BD and #BDBB85 with #85BDBB are triadic colors.

2 #BBBD85 and #BD85BB with #85BDBB are triadic colors.