COLOR #85BEDF

HEX: #85BEDF
RGB: (133,190,223)

Color info

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

RGB color model

#85BEDF color RGB value is (133,190,223).

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

RGB channels and saturation

R 133 of 255 = 52%
G 190 of 255 = 75%
B 223 of 255 = 87%

133
190
223

R + G + B ~ 71%. #85BEDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 190 + 223 = 546 (100%)
R 133 of 546 ~ 24.36%
G 190 of 546 ~ 34.8%
B 223 of 546 ~ 40.84%

%24.36
%34.8
%40.84

CMYK color model

#85BEDF color CMYK value is (40,15,0,13).

  • cyan value is 40.36%
  • magenta value is 14.80%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(40,15,0,13)
C40M15Y0K13 
(40%,15%,0%,13%)
(0.40/0.15/0.00/0.13)	

CMYK percentages

%40.36
%14.8
%0
%12.55

Codes

Color #85BEDF in popluar color models

85BEDF
RGB133190223
HSL202°58.44%69.80%
HSB/HSV202°40.36%87.45%
CMYK40.36%14.80%0.00%
12.55%

Color #85BEDF in popluar number systems.

HEX85BEDF
Decimal133190223
Binary100001011011111011011111
Octal205276337

Shades and tints

Shades of #85BEDF

#85BEDF
(133,190,223)
#79ADCB
(121,173,203)
#6D9CB7
(109,156,183)
#618BA3
(97,139,163)
#557A8F
(85,122,143)
#49697B
(73,105,123)
#3D5867
(61,88,103)
#314753
(49,71,83)
#25363F
(37,54,63)
#19252B
(25,37,43)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #85BEDF

#85BEDF
(133,190,223)
#90C3E1
(144,195,225)
#9BC8E3
(155,200,227)
#A6CDE5
(166,205,229)
#B1D2E7
(177,210,231)
#BCD7E9
(188,215,233)
#C7DCEB
(199,220,235)
#D2E1ED
(210,225,237)
#DDE6EF
(221,230,239)
#E8EBF1
(232,235,241)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BEDF; }

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

This text font color is #85BEDF.


Background Color

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

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

This div background color is #85BEDF.


Border color

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

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

This div border color is #85BEDF.


Opacity

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

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

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

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

This text has shadow with #85BEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BEDF on black background.


Color preview on white background

This text has color #85BEDF on white background.



Black color preview on #85BEDF background

This text has black color on #85BEDF background.


White color preview on #85BEDF background

This text has white color on #85BEDF background.