COLOR #87DDD4

HEX: #87DDD4 RGB: (135,221,212)

Color info

#87DDD4 contains mainly green and blue colors. Web safe color of #87DDD4 is #99CCCC (or #9CC).

RGB color model

#87DDD4 color RGB value is (135,221,212).

RGB: (135,221,212) (53%, 87%, 83%)

RGB channels and saturation

R 135 of 255 = 53%
G 221 of 255 = 87%
B 212 of 255 = 83%

135
221
212

R + G + B ~ 74%. #87DDD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 221 + 212 = 568 (100%)
R 135 of 568 ~ 23.77%
G 221 of 568 ~ 38.91%
B 212 of 568 ~ 37.32'%

%23.77
%38.91
%37.32

CMYK color model

#87DDD4 color CMYK value is (39,0,4,13).

  • cyan value is 38.91%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 13.33%
CMYK: (39,0,4,13) C39M0Y4K13 (39%,0%,4%,13%) (0.39/0.00/0.04/0.13) 

CMYK percentages

%38.91
%0
%4.07
%13.33

Codes

Color #87DDD4 in popluar color models

87 DD D4
RGB 135 221 212
HSL 174° 55.84% 69.80%
HSB/HSV 174° 38.91% 86.67%
CMYK 38.91% 0.00% 4.07%
13.33%

Color #87DDD4 in popluar number systems.

HEX 87 DD D4
Decimal 135 221 212
Binary 10000111 11011101 11010100
Octal 207 335 324

Shades and tints

Shades of #87DDD4

#87DDD4
(135,221,212)
#7BC9C1
(123,201,193)
#6FB5AE
(111,181,174)
#63A19B
(99,161,155)
#578D88
(87,141,136)
#4B7975
(75,121,117)
#3F6562
(63,101,98)
#33514F
(51,81,79)
#273D3C
(39,61,60)
#1B2929
(27,41,41)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #87DDD4

#87DDD4
(135,221,212)
#91E0D7
(145,224,215)
#9BE3DA
(155,227,218)
#A5E6DD
(165,230,221)
#AFE9E0
(175,233,224)
#B9ECE3
(185,236,227)
#C3EFE6
(195,239,230)
#CDF2E9
(205,242,233)
#D7F5EC
(215,245,236)
#E1F8EF
(225,248,239)
#EBFBF2
(235,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87DDD4 color. Also use rgb(135,221,212) instead hex code.

Text Font Color

.myTextColor { color: #87DDD4; }

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

This text font color is #87DDD4.

Background Color

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

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

This div background color is #87DDD4.

Border color

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

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

This div border color is #87DDD4.

Opacity

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

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

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

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

This text has shadow with #87DDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87DDD4.

Preview

Color preview on black background

This text has color #87DDD4 on black background.


Color preview on white background

This text has color #87DDD4 on white background.


Black color preview on #87DDD4 background

This text has black color on #87DDD4 background.


White color preview on #87DDD4 background

This text has white color on #87DDD4 background.


Related colors

Complementary color

Complementary color for #hex is #78222B.


I love getcolorcode.com

Triadic colors

1 #D487DD and #DDD487 with #87DDD4 are triadic colors.

2 #D4DD87 and #DD87D4 with #87DDD4 are triadic colors.