COLOR #B28CB6

HEX: #B28CB6
RGB: (178,140,182)

Color info

#B28CB6 contains red, green and blue colors in about the same proportion. Web safe color of #B28CB6 is #9999CC (or #99C).

RGB color model

#B28CB6 color RGB value is (178,140,182).

  • red value is 178;
  • green value is 140;
  • blue value is 182.
RGB:
(178,140,182)
(70%,55%,71%)

RGB channels and saturation

R 178 of 255 = 70%
G 140 of 255 = 55%
B 182 of 255 = 71%

178
140
182

R + G + B ~ 65%. #B28CB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 140 + 182 = 500 (100%)
R 178 of 500 ~ 35.6%
G 140 of 500 ~ 28%
B 182 of 500 ~ 36.4%

%35.6
%28
%36.4

CMYK color model

#B28CB6 color CMYK value is (2,23,0,29).

  • cyan value is 2.20%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(2,23,0,29)
C2M23Y0K29 
(2%,23%,0%,29%)
(0.02/0.23/0.00/0.29)	

CMYK percentages

%2.2
%23.08
%0
%28.63

Codes

Color #B28CB6 in popluar color models

B28CB6
RGB178140182
HSL294°22.34%63.14%
HSB/HSV294°23.08%71.37%
CMYK2.20%23.08%0.00%
28.63%

Color #B28CB6 in popluar number systems.

HEXB28CB6
Decimal178140182
Binary101100101000110010110110
Octal262214266

Shades and tints

Shades of #B28CB6

#B28CB6
(178,140,182)
#A280A6
(162,128,166)
#927496
(146,116,150)
#826886
(130,104,134)
#725C76
(114,92,118)
#625066
(98,80,102)
#524456
(82,68,86)
#423846
(66,56,70)
#322C36
(50,44,54)
#222026
(34,32,38)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #B28CB6

#B28CB6
(178,140,182)
#B996BC
(185,150,188)
#C0A0C2
(192,160,194)
#C7AAC8
(199,170,200)
#CEB4CE
(206,180,206)
#D5BED4
(213,190,212)
#DCC8DA
(220,200,218)
#E3D2E0
(227,210,224)
#EADCE6
(234,220,230)
#F1E6EC
(241,230,236)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28CB6 color. Also use rgb(178,140,182) instead hex code.

Text Font Color

.myTextColor { color: #B28CB6; }

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

This text font color is #B28CB6.


Background Color

.myBgColor { background-color: #B28CB6; }

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

This div background color is #B28CB6.


Border color

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

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

This div border color is #B28CB6.


Opacity

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

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

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

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

This text has shadow with #B28CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28CB6 on black background.


Color preview on white background

This text has color #B28CB6 on white background.



Black color preview on #B28CB6 background

This text has black color on #B28CB6 background.


White color preview on #B28CB6 background

This text has white color on #B28CB6 background.