COLOR #B087C9

HEX: #B087C9 RGB: (176,135,201)

Color info

#B087C9 contains mainly red and blue colors. Web safe color of #B087C9 is #9999CC (or #99C).

RGB color model

#B087C9 color RGB value is (176,135,201).

RGB: (176,135,201) (69%, 53%, 79%)

RGB channels and saturation

R 176 of 255 = 69%
G 135 of 255 = 53%
B 201 of 255 = 79%

176
135
201

R + G + B ~ 67%. #B087C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 135 + 201 = 512 (100%)
R 176 of 512 ~ 34.38%
G 135 of 512 ~ 26.37%
B 201 of 512 ~ 39.26'%

%34.38
%26.37
%39.26

CMYK color model

#B087C9 color CMYK value is (12,33,0,21).

  • cyan value is 12.44%
  • magenta value is 32.84%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (12,33,0,21)
C12M33Y0K21 (12%, 33%, 0%, 21%)
(0.12 / 0.33 / 0.00 / 0.21)

CMYK percentages

%12.44
%32.84
%0
%21.18

Codes

Color #B087C9 in popluar color models

B0 87 C9
RGB 176 135 201
HSL 277° 37.93% 65.88%
HSB/HSV 277° 32.84% 78.82%
CMYK 12.44% 32.84% 0.00%
21.18%

Color #B087C9 in popluar number systems.

HEX B0 87 C9
Decimal 176 135 201
Binary 10110000 10000111 11001001
Octal 260 207 311

Shades and tints

Shades of #B087C9

#B087C9
(176,135,201)
#A07BB7
(160,123,183)
#906FA5
(144,111,165)
#806393
(128,99,147)
#705781
(112,87,129)
#604B6F
(96,75,111)
#503F5D
(80,63,93)
#40334B
(64,51,75)
#302739
(48,39,57)
#201B27
(32,27,39)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #B087C9

#B087C9
(176,135,201)
#B791CD
(183,145,205)
#BE9BD1
(190,155,209)
#C5A5D5
(197,165,213)
#CCAFD9
(204,175,217)
#D3B9DD
(211,185,221)
#DAC3E1
(218,195,225)
#E1CDE5
(225,205,229)
#E8D7E9
(232,215,233)
#EFE1ED
(239,225,237)
#F6EBF1
(246,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B087C9; }

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

This text font color is #B087C9.

Background Color

.myBgColor { background-color: #B087C9; }

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

This div background color is #B087C9.

Border color

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

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

This div border color is #B087C9.

Opacity

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

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

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

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

This text has shadow with #B087C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B087C9.

Preview

Color preview on black background

This text has color #B087C9 on black background.


Color preview on white background

This text has color #B087C9 on white background.


Black color preview on #B087C9 background

This text has black color on #B087C9 background.


White color preview on #B087C9 background

This text has white color on #B087C9 background.


Related colors

Complementary color

Complementary color for #hex is #4F7836.


I love getcolorcode.com

Triadic colors

1 #C9B087 and #87C9B0 with #B087C9 are triadic colors.

2 #C987B0 and #87B0C9 with #B087C9 are triadic colors.