COLOR #85BFDA

HEX: #85BFDA
RGB: (133,191,218)

Color info

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

RGB color model

#85BFDA color RGB value is (133,191,218).

  • red value is 133;
  • green value is 191;
  • blue value is 218.
RGB:
(133,191,218)
(52%,75%,85%)

RGB channels and saturation

R 133 of 255 = 52%
G 191 of 255 = 75%
B 218 of 255 = 85%

133
191
218

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

Portions of RGB colors in percentages

R + G + B =
133 + 191 + 218 = 542 (100%)
R 133 of 542 ~ 24.54%
G 191 of 542 ~ 35.24%
B 218 of 542 ~ 40.22%

%24.54
%35.24
%40.22

CMYK color model

#85BFDA color CMYK value is (39,12,0,15).

  • cyan value is 38.99%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(39,12,0,15)
C39M12Y0K15 
(39%,12%,0%,15%)
(0.39/0.12/0.00/0.15)	

CMYK percentages

%38.99
%12.39
%0
%14.51

Codes

Color #85BFDA in popluar color models

85BFDA
RGB133191218
HSL199°53.46%68.82%
HSB/HSV199°38.99%85.49%
CMYK38.99%12.39%0.00%
14.51%

Color #85BFDA in popluar number systems.

HEX85BFDA
Decimal133191218
Binary100001011011111111011010
Octal205277332

Shades and tints

Shades of #85BFDA

#85BFDA
(133,191,218)
#79AEC7
(121,174,199)
#6D9DB4
(109,157,180)
#618CA1
(97,140,161)
#557B8E
(85,123,142)
#496A7B
(73,106,123)
#3D5968
(61,89,104)
#314855
(49,72,85)
#253742
(37,55,66)
#19262F
(25,38,47)
#0D151C
(13,21,28)
#000000
(0,0,0)

Tints of #85BFDA

#85BFDA
(133,191,218)
#90C4DD
(144,196,221)
#9BC9E0
(155,201,224)
#A6CEE3
(166,206,227)
#B1D3E6
(177,211,230)
#BCD8E9
(188,216,233)
#C7DDEC
(199,221,236)
#D2E2EF
(210,226,239)
#DDE7F2
(221,231,242)
#E8ECF5
(232,236,245)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BFDA color. Also use rgb(133,191,218) instead hex code.

Text Font Color

.myTextColor { color: #85BFDA; }

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

This text font color is #85BFDA.


Background Color

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

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

This div background color is #85BFDA.


Border color

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

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

This div border color is #85BFDA.


Opacity

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

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

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

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

This text has shadow with #85BFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BFDA on black background.


Color preview on white background

This text has color #85BFDA on white background.



Black color preview on #85BFDA background

This text has black color on #85BFDA background.


White color preview on #85BFDA background

This text has white color on #85BFDA background.