COLOR #B28CBB

HEX: #B28CBB
RGB: (178,140,187)

Color info

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

RGB color model

#B28CBB color RGB value is (178,140,187).

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

RGB channels and saturation

R 178 of 255 = 70%
G 140 of 255 = 55%
B 187 of 255 = 73%

178
140
187

R + G + B ~ 66%. #B28CBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 140 + 187 = 505 (100%)
R 178 of 505 ~ 35.25%
G 140 of 505 ~ 27.72%
B 187 of 505 ~ 37.03%

%35.25
%27.72
%37.03

CMYK color model

#B28CBB color CMYK value is (5,25,0,27).

  • cyan value is 4.81%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(5,25,0,27)
C5M25Y0K27 
(5%,25%,0%,27%)
(0.05/0.25/0.00/0.27)	

CMYK percentages

%4.81
%25.13
%0
%26.67

Codes

Color #B28CBB in popluar color models

B28CBB
RGB178140187
HSL289°25.68%64.12%
HSB/HSV289°25.13%73.33%
CMYK4.81%25.13%0.00%
26.67%

Color #B28CBB in popluar number systems.

HEXB28CBB
Decimal178140187
Binary101100101000110010111011
Octal262214273

Shades and tints

Shades of #B28CBB

#B28CBB
(178,140,187)
#A280AA
(162,128,170)
#927499
(146,116,153)
#826888
(130,104,136)
#725C77
(114,92,119)
#625066
(98,80,102)
#524455
(82,68,85)
#423844
(66,56,68)
#322C33
(50,44,51)
#222022
(34,32,34)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #B28CBB

#B28CBB
(178,140,187)
#B996C1
(185,150,193)
#C0A0C7
(192,160,199)
#C7AACD
(199,170,205)
#CEB4D3
(206,180,211)
#D5BED9
(213,190,217)
#DCC8DF
(220,200,223)
#E3D2E5
(227,210,229)
#EADCEB
(234,220,235)
#F1E6F1
(241,230,241)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B28CBB; }

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

This text font color is #B28CBB.


Background Color

.myBgColor { background-color: #B28CBB; }

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

This div background color is #B28CBB.


Border color

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

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

This div border color is #B28CBB.


Opacity

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

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

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

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

This text has shadow with #B28CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28CBB on black background.


Color preview on white background

This text has color #B28CBB on white background.



Black color preview on #B28CBB background

This text has black color on #B28CBB background.


White color preview on #B28CBB background

This text has white color on #B28CBB background.