COLOR #85BED6

HEX: #85BED6 RGB: (133,190,214)

Color info

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

RGB color model

#85BED6 color RGB value is (133,190,214).

RGB: (133,190,214) (52%, 75%, 84%)

RGB channels and saturation

R 133 of 255 = 52%
G 190 of 255 = 75%
B 214 of 255 = 84%

133
190
214

R + G + B ~ 70%. #85BED6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 190 + 214 = 537 (100%)
R 133 of 537 ~ 24.77%
G 190 of 537 ~ 35.38%
B 214 of 537 ~ 39.85'%

%24.77
%35.38
%39.85

CMYK color model

#85BED6 color CMYK value is (38,11,0,16).

  • cyan value is 37.85%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (38,11,0,16)
C38M11Y0K16 (38%, 11%, 0%, 16%)
(0.38 / 0.11 / 0.00 / 0.16)

CMYK percentages

%37.85
%11.21
%0
%16.08

Codes

Color #85BED6 in popluar color models

85 BE D6
RGB 133 190 214
HSL 198° 49.69% 68.04%
HSB/HSV 198° 37.85% 83.92%
CMYK 37.85% 11.21% 0.00%
16.08%

Color #85BED6 in popluar number systems.

HEX 85 BE D6
Decimal 133 190 214
Binary 10000101 10111110 11010110
Octal 205 276 326

Shades and tints

Shades of #85BED6

#85BED6
(133,190,214)
#79ADC3
(121,173,195)
#6D9CB0
(109,156,176)
#618B9D
(97,139,157)
#557A8A
(85,122,138)
#496977
(73,105,119)
#3D5864
(61,88,100)
#314751
(49,71,81)
#25363E
(37,54,62)
#19252B
(25,37,43)
#0D1418
(13,20,24)
#000000
(0,0,0)

Tints of #85BED6

#85BED6
(133,190,214)
#90C3D9
(144,195,217)
#9BC8DC
(155,200,220)
#A6CDDF
(166,205,223)
#B1D2E2
(177,210,226)
#BCD7E5
(188,215,229)
#C7DCE8
(199,220,232)
#D2E1EB
(210,225,235)
#DDE6EE
(221,230,238)
#E8EBF1
(232,235,241)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BED6; }

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

This text font color is #85BED6.

Background Color

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

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

This div background color is #85BED6.

Border color

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

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

This div border color is #85BED6.

Opacity

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

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

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

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

This text has shadow with #85BED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BED6.

Preview

Color preview on black background

This text has color #85BED6 on black background.


Color preview on white background

This text has color #85BED6 on white background.


Black color preview on #85BED6 background

This text has black color on #85BED6 background.


White color preview on #85BED6 background

This text has white color on #85BED6 background.


Related colors

Complementary color

Complementary color for #hex is #7A4129.


I love getcolorcode.com

Triadic colors

1 #D685BE and #BED685 with #85BED6 are triadic colors.

2 #D6BE85 and #BE85D6 with #85BED6 are triadic colors.