COLOR #87BDA2

HEX: #87BDA2 RGB: (135,189,162)

Color info

#87BDA2 contains red, green and blue colors in about the same proportion. Web safe color of #87BDA2 is #99CC99 (or #9C9).

RGB color model

#87BDA2 color RGB value is (135,189,162).

RGB: (135,189,162) (53%, 74%, 64%)

RGB channels and saturation

R 135 of 255 = 53%
G 189 of 255 = 74%
B 162 of 255 = 64%

135
189
162

R + G + B ~ 64%. #87BDA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 189 + 162 = 486 (100%)
R 135 of 486 ~ 27.78%
G 189 of 486 ~ 38.89%
B 162 of 486 ~ 33.33'%

%27.78
%38.89
%33.33

CMYK color model

#87BDA2 color CMYK value is (29,0,14,26).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 25.88%

CMYK: (29,0,14,26)
C29M0Y14K26 (29%, 0%, 14%, 26%)
(0.29 / 0.00 / 0.14 / 0.26)

CMYK percentages

%28.57
%0
%14.29
%25.88

Codes

Color #87BDA2 in popluar color models

87 BD A2
RGB 135 189 162
HSL 150° 29.03% 63.53%
HSB/HSV 150° 28.57% 74.12%
CMYK 28.57% 0.00% 14.29%
25.88%

Color #87BDA2 in popluar number systems.

HEX 87 BD A2
Decimal 135 189 162
Binary 10000111 10111101 10100010
Octal 207 275 242

Shades and tints

Shades of #87BDA2

#87BDA2
(135,189,162)
#7BAC94
(123,172,148)
#6F9B86
(111,155,134)
#638A78
(99,138,120)
#57796A
(87,121,106)
#4B685C
(75,104,92)
#3F574E
(63,87,78)
#334640
(51,70,64)
#273532
(39,53,50)
#1B2424
(27,36,36)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #87BDA2

#87BDA2
(135,189,162)
#91C3AA
(145,195,170)
#9BC9B2
(155,201,178)
#A5CFBA
(165,207,186)
#AFD5C2
(175,213,194)
#B9DBCA
(185,219,202)
#C3E1D2
(195,225,210)
#CDE7DA
(205,231,218)
#D7EDE2
(215,237,226)
#E1F3EA
(225,243,234)
#EBF9F2
(235,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BDA2; }

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

This text font color is #87BDA2.

Background Color

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

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

This div background color is #87BDA2.

Border color

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

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

This div border color is #87BDA2.

Opacity

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

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

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

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

This text has shadow with #87BDA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87BDA2.

Preview

Color preview on black background

This text has color #87BDA2 on black background.


Color preview on white background

This text has color #87BDA2 on white background.


Black color preview on #87BDA2 background

This text has black color on #87BDA2 background.


White color preview on #87BDA2 background

This text has white color on #87BDA2 background.


Related colors

Complementary color

Complementary color for #hex is #78425D.


I love getcolorcode.com

Triadic colors

1 #A287BD and #BDA287 with #87BDA2 are triadic colors.

2 #A2BD87 and #BD87A2 with #87BDA2 are triadic colors.