COLOR #B087A8

HEX: #B087A8 RGB: (176,135,168)

Color info

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

RGB color model

#B087A8 color RGB value is (176,135,168).

RGB: (176,135,168) (69%, 53%, 66%)

RGB channels and saturation

R 176 of 255 = 69%
G 135 of 255 = 53%
B 168 of 255 = 66%

176
135
168

R + G + B ~ 63%. #B087A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 135 + 168 = 479 (100%)
R 176 of 479 ~ 36.74%
G 135 of 479 ~ 28.18%
B 168 of 479 ~ 35.07'%

%36.74
%28.18
%35.07

CMYK color model

#B087A8 color CMYK value is (0,23,5,31).

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

CMYK: (0,23,5,31)
C0M23Y5K31 (0%, 23%, 5%, 31%)
(0.00 / 0.23 / 0.05 / 0.31)

CMYK percentages

%0
%23.3
%4.55
%30.98

Codes

Color #B087A8 in popluar color models

B0 87 A8
RGB 176 135 168
HSL 312° 20.60% 60.98%
HSB/HSV 312° 23.30% 69.02%
CMYK 0.00% 23.30% 4.55%
30.98%

Color #B087A8 in popluar number systems.

HEX B0 87 A8
Decimal 176 135 168
Binary 10110000 10000111 10101000
Octal 260 207 250

Shades and tints

Shades of #B087A8

#B087A8
(176,135,168)
#A07B99
(160,123,153)
#906F8A
(144,111,138)
#80637B
(128,99,123)
#70576C
(112,87,108)
#604B5D
(96,75,93)
#503F4E
(80,63,78)
#40333F
(64,51,63)
#302730
(48,39,48)
#201B21
(32,27,33)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #B087A8

#B087A8
(176,135,168)
#B791AF
(183,145,175)
#BE9BB6
(190,155,182)
#C5A5BD
(197,165,189)
#CCAFC4
(204,175,196)
#D3B9CB
(211,185,203)
#DAC3D2
(218,195,210)
#E1CDD9
(225,205,217)
#E8D7E0
(232,215,224)
#EFE1E7
(239,225,231)
#F6EBEE
(246,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B087A8; }

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

This text font color is #B087A8.

Background Color

.myBgColor { background-color: #B087A8; }

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

This div background color is #B087A8.

Border color

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

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

This div border color is #B087A8.

Opacity

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

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

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

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

This text has shadow with #B087A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B087A8.

Preview

Color preview on black background

This text has color #B087A8 on black background.


Color preview on white background

This text has color #B087A8 on white background.


Black color preview on #B087A8 background

This text has black color on #B087A8 background.


White color preview on #B087A8 background

This text has white color on #B087A8 background.


Related colors

Complementary color

Complementary color for #hex is #4F7857.


I love getcolorcode.com

Triadic colors

1 #A8B087 and #87A8B0 with #B087A8 are triadic colors.

2 #A887B0 and #87B0A8 with #B087A8 are triadic colors.