COLOR #87D2F3

HEX: #87D2F3
RGB: (135,210,243)

Color info

#87D2F3 contains mainly green and blue colors. Web safe color of #87D2F3 is #99CCFF (or #9CF).

RGB color model

#87D2F3 color RGB value is (135,210,243).

  • red value is 135;
  • green value is 210;
  • blue value is 243.
RGB:
(135,210,243)
(53%,82%,95%)

RGB channels and saturation

R 135 of 255 = 53%
G 210 of 255 = 82%
B 243 of 255 = 95%

135
210
243

R + G + B ~ 77%. #87D2F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 210 + 243 = 588 (100%)
R 135 of 588 ~ 22.96%
G 210 of 588 ~ 35.71%
B 243 of 588 ~ 41.33%

%22.96
%35.71
%41.33

CMYK color model

#87D2F3 color CMYK value is (44,14,0,5).

  • cyan value is 44.44%
  • magenta value is 13.58%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(44,14,0,5)
C44M14Y0K5 
(44%,14%,0%,5%)
(0.44/0.14/0.00/0.05)	

CMYK percentages

%44.44
%13.58
%0
%4.71

Codes

Color #87D2F3 in popluar color models

87D2F3
RGB135210243
HSL198°81.82%74.12%
HSB/HSV198°44.44%95.29%
CMYK44.44%13.58%0.00%
4.71%

Color #87D2F3 in popluar number systems.

HEX87D2F3
Decimal135210243
Binary100001111101001011110011
Octal207322363

Shades and tints

Shades of #87D2F3

#87D2F3
(135,210,243)
#7BBFDD
(123,191,221)
#6FACC7
(111,172,199)
#6399B1
(99,153,177)
#57869B
(87,134,155)
#4B7385
(75,115,133)
#3F606F
(63,96,111)
#334D59
(51,77,89)
#273A43
(39,58,67)
#1B272D
(27,39,45)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #87D2F3

#87D2F3
(135,210,243)
#91D6F4
(145,214,244)
#9BDAF5
(155,218,245)
#A5DEF6
(165,222,246)
#AFE2F7
(175,226,247)
#B9E6F8
(185,230,248)
#C3EAF9
(195,234,249)
#CDEEFA
(205,238,250)
#D7F2FB
(215,242,251)
#E1F6FC
(225,246,252)
#EBFAFD
(235,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D2F3 color. Also use rgb(135,210,243) instead hex code.

Text Font Color

.myTextColor { color: #87D2F3; }

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

This text font color is #87D2F3.


Background Color

.myBgColor { background-color: #87D2F3; }

<div style="background-color:#87D2F3">Inner text</div>

This div background color is #87D2F3.


Border color

.myBorderColor { border: 1px solid #87D2F3; }

<div style="border:3px solid #87D2F3">Div</div>

This div border color is #87D2F3.


Opacity

.myOpacity80 { color: #87D2F3; opacity: 0.8; }

<p style="color:#87D2F3;opacity:0.8;">80%</p>

Text with #87D2F3 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 #87D2F3;}

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

This text has shadow with #87D2F3 color.

.textShadow {text-shadow: 3px 3px 1px #87D2F3, 3px 3px 1px red;}

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

This text has shadow with #87D2F3 primary color and red secondary color.


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

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

This text has shadow with #87D2F3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D2F3 on black background.


Color preview on white background

This text has color #87D2F3 on white background.



Black color preview on #87D2F3 background

This text has black color on #87D2F3 background.


White color preview on #87D2F3 background

This text has white color on #87D2F3 background.