COLOR #B28DBA

HEX: #B28DBA
RGB: (178,141,186)

Color info

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

RGB color model

#B28DBA color RGB value is (178,141,186).

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

RGB channels and saturation

R 178 of 255 = 70%
G 141 of 255 = 55%
B 186 of 255 = 73%

178
141
186

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

Portions of RGB colors in percentages

R + G + B =
178 + 141 + 186 = 505 (100%)
R 178 of 505 ~ 35.25%
G 141 of 505 ~ 27.92%
B 186 of 505 ~ 36.83%

%35.25
%27.92
%36.83

CMYK color model

#B28DBA color CMYK value is (4,24,0,27).

  • cyan value is 4.30%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(4,24,0,27)
C4M24Y0K27 
(4%,24%,0%,27%)
(0.04/0.24/0.00/0.27)	

CMYK percentages

%4.3
%24.19
%0
%27.06

Codes

Color #B28DBA in popluar color models

B28DBA
RGB178141186
HSL289°24.59%64.12%
HSB/HSV289°24.19%72.94%
CMYK4.30%24.19%0.00%
27.06%

Color #B28DBA in popluar number systems.

HEXB28DBA
Decimal178141186
Binary101100101000110110111010
Octal262215272

Shades and tints

Shades of #B28DBA

#B28DBA
(178,141,186)
#A281AA
(162,129,170)
#92759A
(146,117,154)
#82698A
(130,105,138)
#725D7A
(114,93,122)
#62516A
(98,81,106)
#52455A
(82,69,90)
#42394A
(66,57,74)
#322D3A
(50,45,58)
#22212A
(34,33,42)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #B28DBA

#B28DBA
(178,141,186)
#B997C0
(185,151,192)
#C0A1C6
(192,161,198)
#C7ABCC
(199,171,204)
#CEB5D2
(206,181,210)
#D5BFD8
(213,191,216)
#DCC9DE
(220,201,222)
#E3D3E4
(227,211,228)
#EADDEA
(234,221,234)
#F1E7F0
(241,231,240)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28DBA color. Also use rgb(178,141,186) instead hex code.

Text Font Color

.myTextColor { color: #B28DBA; }

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

This text font color is #B28DBA.


Background Color

.myBgColor { background-color: #B28DBA; }

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

This div background color is #B28DBA.


Border color

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

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

This div border color is #B28DBA.


Opacity

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

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

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

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

This text has shadow with #B28DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28DBA on black background.


Color preview on white background

This text has color #B28DBA on white background.



Black color preview on #B28DBA background

This text has black color on #B28DBA background.


White color preview on #B28DBA background

This text has white color on #B28DBA background.