COLOR #87DDF3

HEX: #87DDF3
RGB: (135,221,243)

Color info

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

RGB color model

#87DDF3 color RGB value is (135,221,243).

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

RGB channels and saturation

R 135 of 255 = 53%
G 221 of 255 = 87%
B 243 of 255 = 95%

135
221
243

R + G + B ~ 78%. #87DDF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 221 + 243 = 599 (100%)
R 135 of 599 ~ 22.54%
G 221 of 599 ~ 36.89%
B 243 of 599 ~ 40.57%

%22.54
%36.89
%40.57

CMYK color model

#87DDF3 color CMYK value is (44,9,0,5).

  • cyan value is 44.44%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(44,9,0,5)
C44M9Y0K5 
(44%,9%,0%,5%)
(0.44/0.09/0.00/0.05)	

CMYK percentages

%44.44
%9.05
%0
%4.71

Codes

Color #87DDF3 in popluar color models

87DDF3
RGB135221243
HSL192°81.82%74.12%
HSB/HSV192°44.44%95.29%
CMYK44.44%9.05%0.00%
4.71%

Color #87DDF3 in popluar number systems.

HEX87DDF3
Decimal135221243
Binary100001111101110111110011
Octal207335363

Shades and tints

Shades of #87DDF3

#87DDF3
(135,221,243)
#7BC9DD
(123,201,221)
#6FB5C7
(111,181,199)
#63A1B1
(99,161,177)
#578D9B
(87,141,155)
#4B7985
(75,121,133)
#3F656F
(63,101,111)
#335159
(51,81,89)
#273D43
(39,61,67)
#1B292D
(27,41,45)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #87DDF3

#87DDF3
(135,221,243)
#91E0F4
(145,224,244)
#9BE3F5
(155,227,245)
#A5E6F6
(165,230,246)
#AFE9F7
(175,233,247)
#B9ECF8
(185,236,248)
#C3EFF9
(195,239,249)
#CDF2FA
(205,242,250)
#D7F5FB
(215,245,251)
#E1F8FC
(225,248,252)
#EBFBFD
(235,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87DDF3; }

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

This text font color is #87DDF3.


Background Color

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

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

This div background color is #87DDF3.


Border color

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

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

This div border color is #87DDF3.


Opacity

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

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

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

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

This text has shadow with #87DDF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87DDF3 on black background.


Color preview on white background

This text has color #87DDF3 on white background.



Black color preview on #87DDF3 background

This text has black color on #87DDF3 background.


White color preview on #87DDF3 background

This text has white color on #87DDF3 background.