COLOR #85BEBC

HEX: #85BEBC
RGB: (133,190,188)

Color info

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

RGB color model

#85BEBC color RGB value is (133,190,188).

  • red value is 133;
  • green value is 190;
  • blue value is 188.
RGB:
(133,190,188)
(52%,75%,74%)

RGB channels and saturation

R 133 of 255 = 52%
G 190 of 255 = 75%
B 188 of 255 = 74%

133
190
188

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

Portions of RGB colors in percentages

R + G + B =
133 + 190 + 188 = 511 (100%)
R 133 of 511 ~ 26.03%
G 190 of 511 ~ 37.18%
B 188 of 511 ~ 36.79%

%26.03
%37.18
%36.79

CMYK color model

#85BEBC color CMYK value is (30,0,1,25).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.49%
CMYK:
(30,0,1,25)
C30M0Y1K25 
(30%,0%,1%,25%)
(0.30/0.00/0.01/0.25)	

CMYK percentages

%30
%0
%1.05
%25.49

Codes

Color #85BEBC in popluar color models

85BEBC
RGB133190188
HSL178°30.48%63.33%
HSB/HSV178°30.00%74.51%
CMYK30.00%0.00%1.05%
25.49%

Color #85BEBC in popluar number systems.

HEX85BEBC
Decimal133190188
Binary100001011011111010111100
Octal205276274

Shades and tints

Shades of #85BEBC

#85BEBC
(133,190,188)
#79ADAB
(121,173,171)
#6D9C9A
(109,156,154)
#618B89
(97,139,137)
#557A78
(85,122,120)
#496967
(73,105,103)
#3D5856
(61,88,86)
#314745
(49,71,69)
#253634
(37,54,52)
#192523
(25,37,35)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #85BEBC

#85BEBC
(133,190,188)
#90C3C2
(144,195,194)
#9BC8C8
(155,200,200)
#A6CDCE
(166,205,206)
#B1D2D4
(177,210,212)
#BCD7DA
(188,215,218)
#C7DCE0
(199,220,224)
#D2E1E6
(210,225,230)
#DDE6EC
(221,230,236)
#E8EBF2
(232,235,242)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BEBC; }

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

This text font color is #85BEBC.


Background Color

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

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

This div background color is #85BEBC.


Border color

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

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

This div border color is #85BEBC.


Opacity

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

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

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

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

This text has shadow with #85BEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BEBC on black background.


Color preview on white background

This text has color #85BEBC on white background.



Black color preview on #85BEBC background

This text has black color on #85BEBC background.


White color preview on #85BEBC background

This text has white color on #85BEBC background.