COLOR #87CFB9

HEX: #87CFB9 RGB: (135,207,185)

Color info

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

RGB color model

#87CFB9 color RGB value is (135,207,185).

RGB: (135,207,185) (53%, 81%, 73%)

RGB channels and saturation

R 135 of 255 = 53%
G 207 of 255 = 81%
B 185 of 255 = 73%

135
207
185

R + G + B ~ 69%. #87CFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 207 + 185 = 527 (100%)
R 135 of 527 ~ 25.62%
G 207 of 527 ~ 39.28%
B 185 of 527 ~ 35.1'%

%25.62
%39.28
%35.1

CMYK color model

#87CFB9 color CMYK value is (35,0,11,19).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 18.82%

CMYK: (35,0,11,19)
C35M0Y11K19 (35%, 0%, 11%, 19%)
(0.35 / 0.00 / 0.11 / 0.19)

CMYK percentages

%34.78
%0
%10.63
%18.82

Codes

Color #87CFB9 in popluar color models

87 CF B9
RGB 135 207 185
HSL 162° 42.86% 67.06%
HSB/HSV 162° 34.78% 81.18%
CMYK 34.78% 0.00% 10.63%
18.82%

Color #87CFB9 in popluar number systems.

HEX 87 CF B9
Decimal 135 207 185
Binary 10000111 11001111 10111001
Octal 207 317 271

Shades and tints

Shades of #87CFB9

#87CFB9
(135,207,185)
#7BBDA9
(123,189,169)
#6FAB99
(111,171,153)
#639989
(99,153,137)
#578779
(87,135,121)
#4B7569
(75,117,105)
#3F6359
(63,99,89)
#335149
(51,81,73)
#273F39
(39,63,57)
#1B2D29
(27,45,41)
#0F1B19
(15,27,25)
#000000
(0,0,0)

Tints of #87CFB9

#87CFB9
(135,207,185)
#91D3BF
(145,211,191)
#9BD7C5
(155,215,197)
#A5DBCB
(165,219,203)
#AFDFD1
(175,223,209)
#B9E3D7
(185,227,215)
#C3E7DD
(195,231,221)
#CDEBE3
(205,235,227)
#D7EFE9
(215,239,233)
#E1F3EF
(225,243,239)
#EBF7F5
(235,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CFB9 color. Also use rgb(135,207,185) instead hex code.

Text Font Color

.myTextColor { color: #87CFB9; }

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

This text font color is #87CFB9.

Background Color

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

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

This div background color is #87CFB9.

Border color

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

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

This div border color is #87CFB9.

Opacity

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

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

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

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

This text has shadow with #87CFB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CFB9.

Preview

Color preview on black background

This text has color #87CFB9 on black background.


Color preview on white background

This text has color #87CFB9 on white background.


Black color preview on #87CFB9 background

This text has black color on #87CFB9 background.


White color preview on #87CFB9 background

This text has white color on #87CFB9 background.


Related colors

Complementary color

Complementary color for #hex is #783046.


I love getcolorcode.com

Triadic colors

1 #B987CF and #CFB987 with #87CFB9 are triadic colors.

2 #B9CF87 and #CF87B9 with #87CFB9 are triadic colors.