COLOR #87EEBD

HEX: #87EEBD RGB: (135,238,189)

Color info

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

RGB color model

#87EEBD color RGB value is (135,238,189).

RGB: (135,238,189) (53%, 93%, 74%)

RGB channels and saturation

R 135 of 255 = 53%
G 238 of 255 = 93%
B 189 of 255 = 74%

135
238
189

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

Portions of RGB colors in percentages

R + G + B = 135 + 238 + 189 = 562 (100%)
R 135 of 562 ~ 24.02%
G 238 of 562 ~ 42.35%
B 189 of 562 ~ 33.63'%

%24.02
%42.35
%33.63

CMYK color model

#87EEBD color CMYK value is (43,0,21,7).

  • cyan value is 43.28%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 6.67%

CMYK: (43,0,21,7)
C43M0Y21K7 (43%, 0%, 21%, 7%)
(0.43 / 0.00 / 0.21 / 0.07)

CMYK percentages

%43.28
%0
%20.59
%6.67

Codes

Color #87EEBD in popluar color models

87 EE BD
RGB 135 238 189
HSL 151° 75.18% 73.14%
HSB/HSV 151° 43.28% 93.33%
CMYK 43.28% 0.00% 20.59%
6.67%

Color #87EEBD in popluar number systems.

HEX 87 EE BD
Decimal 135 238 189
Binary 10000111 11101110 10111101
Octal 207 356 275

Shades and tints

Shades of #87EEBD

#87EEBD
(135,238,189)
#7BD9AC
(123,217,172)
#6FC49B
(111,196,155)
#63AF8A
(99,175,138)
#579A79
(87,154,121)
#4B8568
(75,133,104)
#3F7057
(63,112,87)
#335B46
(51,91,70)
#274635
(39,70,53)
#1B3124
(27,49,36)
#0F1C13
(15,28,19)
#000000
(0,0,0)

Tints of #87EEBD

#87EEBD
(135,238,189)
#91EFC3
(145,239,195)
#9BF0C9
(155,240,201)
#A5F1CF
(165,241,207)
#AFF2D5
(175,242,213)
#B9F3DB
(185,243,219)
#C3F4E1
(195,244,225)
#CDF5E7
(205,245,231)
#D7F6ED
(215,246,237)
#E1F7F3
(225,247,243)
#EBF8F9
(235,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87EEBD color. Also use rgb(135,238,189) instead hex code.

Text Font Color

.myTextColor { color: #87EEBD; }

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

This text font color is #87EEBD.

Background Color

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

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

This div background color is #87EEBD.

Border color

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

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

This div border color is #87EEBD.

Opacity

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

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

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

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

This text has shadow with #87EEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87EEBD.

Preview

Color preview on black background

This text has color #87EEBD on black background.


Color preview on white background

This text has color #87EEBD on white background.


Black color preview on #87EEBD background

This text has black color on #87EEBD background.


White color preview on #87EEBD background

This text has white color on #87EEBD background.


Related colors

Complementary color

Complementary color for #hex is #781142.


I love getcolorcode.com

Triadic colors

1 #BD87EE and #EEBD87 with #87EEBD are triadic colors.

2 #BDEE87 and #EE87BD with #87EEBD are triadic colors.