COLOR #87DEAF

HEX: #87DEAF RGB: (135,222,175)

Color info

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

RGB color model

#87DEAF color RGB value is (135,222,175).

RGB: (135,222,175) (53%, 87%, 69%)

RGB channels and saturation

R 135 of 255 = 53%
G 222 of 255 = 87%
B 175 of 255 = 69%

135
222
175

R + G + B ~ 70%. #87DEAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 222 + 175 = 532 (100%)
R 135 of 532 ~ 25.38%
G 222 of 532 ~ 41.73%
B 175 of 532 ~ 32.89'%

%25.38
%41.73
%32.89

CMYK color model

#87DEAF color CMYK value is (39,0,21,13).

  • cyan value is 39.19%
  • magenta value is 0.00%
  • yellow value is 21.17%
  • key color value is 12.94%

CMYK: (39,0,21,13)
C39M0Y21K13 (39%, 0%, 21%, 13%)
(0.39 / 0.00 / 0.21 / 0.13)

CMYK percentages

%39.19
%0
%21.17
%12.94

Codes

Color #87DEAF in popluar color models

87 DE AF
RGB 135 222 175
HSL 148° 56.86% 70.00%
HSB/HSV 148° 39.19% 87.06%
CMYK 39.19% 0.00% 21.17%
12.94%

Color #87DEAF in popluar number systems.

HEX 87 DE AF
Decimal 135 222 175
Binary 10000111 11011110 10101111
Octal 207 336 257

Shades and tints

Shades of #87DEAF

#87DEAF
(135,222,175)
#7BCAA0
(123,202,160)
#6FB691
(111,182,145)
#63A282
(99,162,130)
#578E73
(87,142,115)
#4B7A64
(75,122,100)
#3F6655
(63,102,85)
#335246
(51,82,70)
#273E37
(39,62,55)
#1B2A28
(27,42,40)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #87DEAF

#87DEAF
(135,222,175)
#91E1B6
(145,225,182)
#9BE4BD
(155,228,189)
#A5E7C4
(165,231,196)
#AFEACB
(175,234,203)
#B9EDD2
(185,237,210)
#C3F0D9
(195,240,217)
#CDF3E0
(205,243,224)
#D7F6E7
(215,246,231)
#E1F9EE
(225,249,238)
#EBFCF5
(235,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87DEAF color. Also use rgb(135,222,175) instead hex code.

Text Font Color

.myTextColor { color: #87DEAF; }

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

This text font color is #87DEAF.

Background Color

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

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

This div background color is #87DEAF.

Border color

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

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

This div border color is #87DEAF.

Opacity

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

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

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

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

This text has shadow with #87DEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87DEAF.

Preview

Color preview on black background

This text has color #87DEAF on black background.


Color preview on white background

This text has color #87DEAF on white background.


Black color preview on #87DEAF background

This text has black color on #87DEAF background.


White color preview on #87DEAF background

This text has white color on #87DEAF background.


Related colors

Complementary color

Complementary color for #hex is #782150.


I love getcolorcode.com

Triadic colors

1 #AF87DE and #DEAF87 with #87DEAF are triadic colors.

2 #AFDE87 and #DE87AF with #87DEAF are triadic colors.