COLOR #87E7C2

HEX: #87E7C2 RGB: (135,231,194)

Color info

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

RGB color model

#87E7C2 color RGB value is (135,231,194).

RGB: (135,231,194) (53%, 91%, 76%)

RGB channels and saturation

R 135 of 255 = 53%
G 231 of 255 = 91%
B 194 of 255 = 76%

135
231
194

R + G + B ~ 73%. #87E7C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 231 + 194 = 560 (100%)
R 135 of 560 ~ 24.11%
G 231 of 560 ~ 41.25%
B 194 of 560 ~ 34.64'%

%24.11
%41.25
%34.64

CMYK color model

#87E7C2 color CMYK value is (42,0,16,9).

  • cyan value is 41.56%
  • magenta value is 0.00%
  • yellow value is 16.02%
  • key color value is 9.41%

CMYK: (42,0,16,9)
C42M0Y16K9 (42%, 0%, 16%, 9%)
(0.42 / 0.00 / 0.16 / 0.09)

CMYK percentages

%41.56
%0
%16.02
%9.41

Codes

Color #87E7C2 in popluar color models

87 E7 C2
RGB 135 231 194
HSL 157° 66.67% 71.76%
HSB/HSV 157° 41.56% 90.59%
CMYK 41.56% 0.00% 16.02%
9.41%

Color #87E7C2 in popluar number systems.

HEX 87 E7 C2
Decimal 135 231 194
Binary 10000111 11100111 11000010
Octal 207 347 302

Shades and tints

Shades of #87E7C2

#87E7C2
(135,231,194)
#7BD2B1
(123,210,177)
#6FBDA0
(111,189,160)
#63A88F
(99,168,143)
#57937E
(87,147,126)
#4B7E6D
(75,126,109)
#3F695C
(63,105,92)
#33544B
(51,84,75)
#273F3A
(39,63,58)
#1B2A29
(27,42,41)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #87E7C2

#87E7C2
(135,231,194)
#91E9C7
(145,233,199)
#9BEBCC
(155,235,204)
#A5EDD1
(165,237,209)
#AFEFD6
(175,239,214)
#B9F1DB
(185,241,219)
#C3F3E0
(195,243,224)
#CDF5E5
(205,245,229)
#D7F7EA
(215,247,234)
#E1F9EF
(225,249,239)
#EBFBF4
(235,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87E7C2; }

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

This text font color is #87E7C2.

Background Color

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

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

This div background color is #87E7C2.

Border color

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

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

This div border color is #87E7C2.

Opacity

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

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

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

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

This text has shadow with #87E7C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87E7C2.

Preview

Color preview on black background

This text has color #87E7C2 on black background.


Color preview on white background

This text has color #87E7C2 on white background.


Black color preview on #87E7C2 background

This text has black color on #87E7C2 background.


White color preview on #87E7C2 background

This text has white color on #87E7C2 background.


Related colors

Complementary color

Complementary color for #hex is #78183D.


I love getcolorcode.com

Triadic colors

1 #C287E7 and #E7C287 with #87E7C2 are triadic colors.

2 #C2E787 and #E787C2 with #87E7C2 are triadic colors.