COLOR #87FDE2

HEX: #87FDE2 RGB: (135,253,226)

Color info

#87FDE2 contains mainly green and blue colors. Web safe color of #87FDE2 is #99FFCC (or #9FC).

RGB color model

#87FDE2 color RGB value is (135,253,226).

RGB: (135,253,226) (53%, 99%, 89%)

RGB channels and saturation

R 135 of 255 = 53%
G 253 of 255 = 99%
B 226 of 255 = 89%

135
253
226

R + G + B ~ 80%. #87FDE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 253 + 226 = 614 (100%)
R 135 of 614 ~ 21.99%
G 253 of 614 ~ 41.21%
B 226 of 614 ~ 36.81'%

%21.99
%41.21
%36.81

CMYK color model

#87FDE2 color CMYK value is (47,0,11,1).

  • cyan value is 46.64%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 0.78%

CMYK: (47,0,11,1)
C47M0Y11K1 (47%, 0%, 11%, 1%)
(0.47 / 0.00 / 0.11 / 0.01)

CMYK percentages

%46.64
%0
%10.67
%0.78

Codes

Color #87FDE2 in popluar color models

87 FD E2
RGB 135 253 226
HSL 166° 96.72% 76.08%
HSB/HSV 166° 46.64% 99.22%
CMYK 46.64% 0.00% 10.67%
0.78%

Color #87FDE2 in popluar number systems.

HEX 87 FD E2
Decimal 135 253 226
Binary 10000111 11111101 11100010
Octal 207 375 342

Shades and tints

Shades of #87FDE2

#87FDE2
(135,253,226)
#7BE6CE
(123,230,206)
#6FCFBA
(111,207,186)
#63B8A6
(99,184,166)
#57A192
(87,161,146)
#4B8A7E
(75,138,126)
#3F736A
(63,115,106)
#335C56
(51,92,86)
#274542
(39,69,66)
#1B2E2E
(27,46,46)
#0F171A
(15,23,26)
#000000
(0,0,0)

Tints of #87FDE2

#87FDE2
(135,253,226)
#91FDE4
(145,253,228)
#9BFDE6
(155,253,230)
#A5FDE8
(165,253,232)
#AFFDEA
(175,253,234)
#B9FDEC
(185,253,236)
#C3FDEE
(195,253,238)
#CDFDF0
(205,253,240)
#D7FDF2
(215,253,242)
#E1FDF4
(225,253,244)
#EBFDF6
(235,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87FDE2 color. Also use rgb(135,253,226) instead hex code.

Text Font Color

.myTextColor { color: #87FDE2; }

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

This text font color is #87FDE2.

Background Color

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

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

This div background color is #87FDE2.

Border color

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

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

This div border color is #87FDE2.

Opacity

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

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

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

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

This text has shadow with #87FDE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87FDE2.

Preview

Color preview on black background

This text has color #87FDE2 on black background.


Color preview on white background

This text has color #87FDE2 on white background.


Black color preview on #87FDE2 background

This text has black color on #87FDE2 background.


White color preview on #87FDE2 background

This text has white color on #87FDE2 background.


Related colors

Complementary color

Complementary color for #hex is #78021D.


I love getcolorcode.com

Triadic colors

1 #E287FD and #FDE287 with #87FDE2 are triadic colors.

2 #E2FD87 and #FD87E2 with #87FDE2 are triadic colors.