COLOR #87EDE3

HEX: #87EDE3
RGB: (135,237,227)

Color info

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

RGB color model

#87EDE3 color RGB value is (135,237,227).

  • red value is 135;
  • green value is 237;
  • blue value is 227.
RGB:
(135,237,227)
(53%,93%,89%)

RGB channels and saturation

R 135 of 255 = 53%
G 237 of 255 = 93%
B 227 of 255 = 89%

135
237
227

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

Portions of RGB colors in percentages

R + G + B =
135 + 237 + 227 = 599 (100%)
R 135 of 599 ~ 22.54%
G 237 of 599 ~ 39.57%
B 227 of 599 ~ 37.9%

%22.54
%39.57
%37.9

CMYK color model

#87EDE3 color CMYK value is (43,0,4,7).

  • cyan value is 43.04%
  • magenta value is 0.00%
  • yellow value is 4.22%
  • key color value is 7.06%
CMYK:
(43,0,4,7)
C43M0Y4K7 
(43%,0%,4%,7%)
(0.43/0.00/0.04/0.07)	

CMYK percentages

%43.04
%0
%4.22
%7.06

Codes

Color #87EDE3 in popluar color models

87EDE3
RGB135237227
HSL174°73.91%72.94%
HSB/HSV174°43.04%92.94%
CMYK43.04%0.00%4.22%
7.06%

Color #87EDE3 in popluar number systems.

HEX87EDE3
Decimal135237227
Binary100001111110110111100011
Octal207355343

Shades and tints

Shades of #87EDE3

#87EDE3
(135,237,227)
#7BD8CF
(123,216,207)
#6FC3BB
(111,195,187)
#63AEA7
(99,174,167)
#579993
(87,153,147)
#4B847F
(75,132,127)
#3F6F6B
(63,111,107)
#335A57
(51,90,87)
#274543
(39,69,67)
#1B302F
(27,48,47)
#0F1B1B
(15,27,27)
#000000
(0,0,0)

Tints of #87EDE3

#87EDE3
(135,237,227)
#91EEE5
(145,238,229)
#9BEFE7
(155,239,231)
#A5F0E9
(165,240,233)
#AFF1EB
(175,241,235)
#B9F2ED
(185,242,237)
#C3F3EF
(195,243,239)
#CDF4F1
(205,244,241)
#D7F5F3
(215,245,243)
#E1F6F5
(225,246,245)
#EBF7F7
(235,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87EDE3 color. Also use rgb(135,237,227) instead hex code.

Text Font Color

.myTextColor { color: #87EDE3; }

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

This text font color is #87EDE3.


Background Color

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

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

This div background color is #87EDE3.


Border color

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

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

This div border color is #87EDE3.


Opacity

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

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

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

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

This text has shadow with #87EDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87EDE3 on black background.


Color preview on white background

This text has color #87EDE3 on white background.



Black color preview on #87EDE3 background

This text has black color on #87EDE3 background.


White color preview on #87EDE3 background

This text has white color on #87EDE3 background.