COLOR #85BBC2

HEX: #85BBC2 RGB: (133,187,194)

Color info

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

RGB color model

#85BBC2 color RGB value is (133,187,194).

RGB: (133,187,194) (52%, 73%, 76%)

RGB channels and saturation

R 133 of 255 = 52%
G 187 of 255 = 73%
B 194 of 255 = 76%

133
187
194

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

Portions of RGB colors in percentages

R + G + B = 133 + 187 + 194 = 514 (100%)
R 133 of 514 ~ 25.88%
G 187 of 514 ~ 36.38%
B 194 of 514 ~ 37.74'%

%25.88
%36.38
%37.74

CMYK color model

#85BBC2 color CMYK value is (31,4,0,24).

  • cyan value is 31.44%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (31,4,0,24)
C31M4Y0K24 (31%, 4%, 0%, 24%)
(0.31 / 0.04 / 0.00 / 0.24)

CMYK percentages

%31.44
%3.61
%0
%23.92

Codes

Color #85BBC2 in popluar color models

85 BB C2
RGB 133 187 194
HSL 187° 33.33% 64.12%
HSB/HSV 187° 31.44% 76.08%
CMYK 31.44% 3.61% 0.00%
23.92%

Color #85BBC2 in popluar number systems.

HEX 85 BB C2
Decimal 133 187 194
Binary 10000101 10111011 11000010
Octal 205 273 302

Shades and tints

Shades of #85BBC2

#85BBC2
(133,187,194)
#79AAB1
(121,170,177)
#6D99A0
(109,153,160)
#61888F
(97,136,143)
#55777E
(85,119,126)
#49666D
(73,102,109)
#3D555C
(61,85,92)
#31444B
(49,68,75)
#25333A
(37,51,58)
#192229
(25,34,41)
#0D1118
(13,17,24)
#000000
(0,0,0)

Tints of #85BBC2

#85BBC2
(133,187,194)
#90C1C7
(144,193,199)
#9BC7CC
(155,199,204)
#A6CDD1
(166,205,209)
#B1D3D6
(177,211,214)
#BCD9DB
(188,217,219)
#C7DFE0
(199,223,224)
#D2E5E5
(210,229,229)
#DDEBEA
(221,235,234)
#E8F1EF
(232,241,239)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BBC2; }

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

This text font color is #85BBC2.

Background Color

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

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

This div background color is #85BBC2.

Border color

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

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

This div border color is #85BBC2.

Opacity

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

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

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

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

This text has shadow with #85BBC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BBC2.

Preview

Color preview on black background

This text has color #85BBC2 on black background.


Color preview on white background

This text has color #85BBC2 on white background.


Black color preview on #85BBC2 background

This text has black color on #85BBC2 background.


White color preview on #85BBC2 background

This text has white color on #85BBC2 background.


Related colors

Complementary color

Complementary color for #hex is #7A443D.


I love getcolorcode.com

Triadic colors

1 #C285BB and #BBC285 with #85BBC2 are triadic colors.

2 #C2BB85 and #BB85C2 with #85BBC2 are triadic colors.