COLOR #B087A5

HEX: #B087A5 RGB: (176,135,165)

Color info

#B087A5 contains red, green and blue colors in about the same proportion. Web safe color of #B087A5 is #999999 (or #999).

RGB color model

#B087A5 color RGB value is (176,135,165).

RGB: (176,135,165) (69%, 53%, 65%)

RGB channels and saturation

R 176 of 255 = 69%
G 135 of 255 = 53%
B 165 of 255 = 65%

176
135
165

R + G + B ~ 62%. #B087A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 135 + 165 = 476 (100%)
R 176 of 476 ~ 36.97%
G 135 of 476 ~ 28.36%
B 165 of 476 ~ 34.66'%

%36.97
%28.36
%34.66

CMYK color model

#B087A5 color CMYK value is (0,23,6,31).

  • cyan value is 0.00%
  • magenta value is 23.30%
  • yellow value is 6.25%
  • key color value is 30.98%

CMYK: (0,23,6,31)
C0M23Y6K31 (0%, 23%, 6%, 31%)
(0.00 / 0.23 / 0.06 / 0.31)

CMYK percentages

%0
%23.3
%6.25
%30.98

Codes

Color #B087A5 in popluar color models

B0 87 A5
RGB 176 135 165
HSL 316° 20.60% 60.98%
HSB/HSV 316° 23.30% 69.02%
CMYK 0.00% 23.30% 6.25%
30.98%

Color #B087A5 in popluar number systems.

HEX B0 87 A5
Decimal 176 135 165
Binary 10110000 10000111 10100101
Octal 260 207 245

Shades and tints

Shades of #B087A5

#B087A5
(176,135,165)
#A07B96
(160,123,150)
#906F87
(144,111,135)
#806378
(128,99,120)
#705769
(112,87,105)
#604B5A
(96,75,90)
#503F4B
(80,63,75)
#40333C
(64,51,60)
#30272D
(48,39,45)
#201B1E
(32,27,30)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #B087A5

#B087A5
(176,135,165)
#B791AD
(183,145,173)
#BE9BB5
(190,155,181)
#C5A5BD
(197,165,189)
#CCAFC5
(204,175,197)
#D3B9CD
(211,185,205)
#DAC3D5
(218,195,213)
#E1CDDD
(225,205,221)
#E8D7E5
(232,215,229)
#EFE1ED
(239,225,237)
#F6EBF5
(246,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B087A5 color. Also use rgb(176,135,165) instead hex code.

Text Font Color

.myTextColor { color: #B087A5; }

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

This text font color is #B087A5.

Background Color

.myBgColor { background-color: #B087A5; }

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

This div background color is #B087A5.

Border color

.myBorderColor { border: 1px solid #B087A5; }

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

This div border color is #B087A5.

Opacity

.myOpacity80 { color: #B087A5; opacity: 0.8; }

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

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

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

This text has shadow with #B087A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B087A5.

Preview

Color preview on black background

This text has color #B087A5 on black background.


Color preview on white background

This text has color #B087A5 on white background.


Black color preview on #B087A5 background

This text has black color on #B087A5 background.


White color preview on #B087A5 background

This text has white color on #B087A5 background.


Related colors

Complementary color

Complementary color for #hex is #4F785A.


I love getcolorcode.com

Triadic colors

1 #A5B087 and #87A5B0 with #B087A5 are triadic colors.

2 #A587B0 and #87B0A5 with #B087A5 are triadic colors.