COLOR #87DBA4

HEX: #87DBA4 RGB: (135,219,164)

Color info

#87DBA4 contains mainly green and blue colors. Web safe color of #87DBA4 is #99CC99 (or #9C9).

RGB color model

#87DBA4 color RGB value is (135,219,164).

RGB: (135,219,164) (53%, 86%, 64%)

RGB channels and saturation

R 135 of 255 = 53%
G 219 of 255 = 86%
B 164 of 255 = 64%

135
219
164

R + G + B ~ 68%. #87DBA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 219 + 164 = 518 (100%)
R 135 of 518 ~ 26.06%
G 219 of 518 ~ 42.28%
B 164 of 518 ~ 31.66'%

%26.06
%42.28
%31.66

CMYK color model

#87DBA4 color CMYK value is (38,0,25,14).

  • cyan value is 38.36%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 14.12%

CMYK: (38,0,25,14)
C38M0Y25K14 (38%, 0%, 25%, 14%)
(0.38 / 0.00 / 0.25 / 0.14)

CMYK percentages

%38.36
%0
%25.11
%14.12

Codes

Color #87DBA4 in popluar color models

87 DB A4
RGB 135 219 164
HSL 141° 53.85% 69.41%
HSB/HSV 141° 38.36% 85.88%
CMYK 38.36% 0.00% 25.11%
14.12%

Color #87DBA4 in popluar number systems.

HEX 87 DB A4
Decimal 135 219 164
Binary 10000111 11011011 10100100
Octal 207 333 244

Shades and tints

Shades of #87DBA4

#87DBA4
(135,219,164)
#7BC896
(123,200,150)
#6FB588
(111,181,136)
#63A27A
(99,162,122)
#578F6C
(87,143,108)
#4B7C5E
(75,124,94)
#3F6950
(63,105,80)
#335642
(51,86,66)
#274334
(39,67,52)
#1B3026
(27,48,38)
#0F1D18
(15,29,24)
#000000
(0,0,0)

Tints of #87DBA4

#87DBA4
(135,219,164)
#91DEAC
(145,222,172)
#9BE1B4
(155,225,180)
#A5E4BC
(165,228,188)
#AFE7C4
(175,231,196)
#B9EACC
(185,234,204)
#C3EDD4
(195,237,212)
#CDF0DC
(205,240,220)
#D7F3E4
(215,243,228)
#E1F6EC
(225,246,236)
#EBF9F4
(235,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87DBA4 color. Also use rgb(135,219,164) instead hex code.

Text Font Color

.myTextColor { color: #87DBA4; }

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

This text font color is #87DBA4.

Background Color

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

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

This div background color is #87DBA4.

Border color

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

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

This div border color is #87DBA4.

Opacity

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

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

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

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

This text has shadow with #87DBA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87DBA4.

Preview

Color preview on black background

This text has color #87DBA4 on black background.


Color preview on white background

This text has color #87DBA4 on white background.


Black color preview on #87DBA4 background

This text has black color on #87DBA4 background.


White color preview on #87DBA4 background

This text has white color on #87DBA4 background.


Related colors

Complementary color

Complementary color for #hex is #78245B.


I love getcolorcode.com

Triadic colors

1 #A487DB and #DBA487 with #87DBA4 are triadic colors.

2 #A4DB87 and #DB87A4 with #87DBA4 are triadic colors.