COLOR #87E7E3

HEX: #87E7E3 RGB: (135,231,227)

Color info

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

RGB color model

#87E7E3 color RGB value is (135,231,227).

RGB: (135,231,227) (53%, 91%, 89%)

RGB channels and saturation

R 135 of 255 = 53%
G 231 of 255 = 91%
B 227 of 255 = 89%

135
231
227

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

Portions of RGB colors in percentages

R + G + B = 135 + 231 + 227 = 593 (100%)
R 135 of 593 ~ 22.77%
G 231 of 593 ~ 38.95%
B 227 of 593 ~ 38.28'%

%22.77
%38.95
%38.28

CMYK color model

#87E7E3 color CMYK value is (42,0,2,9).

  • cyan value is 41.56%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 9.41%
CMYK: (42,0,2,9) C42M0Y2K9 (42%,0%,2%,9%) (0.42/0.00/0.02/0.09) 

CMYK percentages

%41.56
%0
%1.73
%9.41

Codes

Color #87E7E3 in popluar color models

87 E7 E3
RGB 135 231 227
HSL 178° 66.67% 71.76%
HSB/HSV 178° 41.56% 90.59%
CMYK 41.56% 0.00% 1.73%
9.41%

Color #87E7E3 in popluar number systems.

HEX 87 E7 E3
Decimal 135 231 227
Binary 10000111 11100111 11100011
Octal 207 347 343

Shades and tints

Shades of #87E7E3

#87E7E3
(135,231,227)
#7BD2CF
(123,210,207)
#6FBDBB
(111,189,187)
#63A8A7
(99,168,167)
#579393
(87,147,147)
#4B7E7F
(75,126,127)
#3F696B
(63,105,107)
#335457
(51,84,87)
#273F43
(39,63,67)
#1B2A2F
(27,42,47)
#0F151B
(15,21,27)
#000000
(0,0,0)

Tints of #87E7E3

#87E7E3
(135,231,227)
#91E9E5
(145,233,229)
#9BEBE7
(155,235,231)
#A5EDE9
(165,237,233)
#AFEFEB
(175,239,235)
#B9F1ED
(185,241,237)
#C3F3EF
(195,243,239)
#CDF5F1
(205,245,241)
#D7F7F3
(215,247,243)
#E1F9F5
(225,249,245)
#EBFBF7
(235,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87E7E3; }

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

This text font color is #87E7E3.

Background Color

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

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

This div background color is #87E7E3.

Border color

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

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

This div border color is #87E7E3.

Opacity

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

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

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

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

This text has shadow with #87E7E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87E7E3.

Preview

Color preview on black background

This text has color #87E7E3 on black background.


Color preview on white background

This text has color #87E7E3 on white background.


Black color preview on #87E7E3 background

This text has black color on #87E7E3 background.


White color preview on #87E7E3 background

This text has white color on #87E7E3 background.


Related colors

Complementary color

Complementary color for #hex is #78181C.


I love getcolorcode.com

Triadic colors

1 #E387E7 and #E7E387 with #87E7E3 are triadic colors.

2 #E3E787 and #E787E3 with #87E7E3 are triadic colors.