COLOR #B28EAD

HEX: #B28EAD
RGB: (178,142,173)

Color info

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

RGB color model

#B28EAD color RGB value is (178,142,173).

  • red value is 178;
  • green value is 142;
  • blue value is 173.
RGB:
(178,142,173)
(70%,56%,68%)

RGB channels and saturation

R 178 of 255 = 70%
G 142 of 255 = 56%
B 173 of 255 = 68%

178
142
173

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

Portions of RGB colors in percentages

R + G + B =
178 + 142 + 173 = 493 (100%)
R 178 of 493 ~ 36.11%
G 142 of 493 ~ 28.8%
B 173 of 493 ~ 35.09%

%36.11
%28.8
%35.09

CMYK color model

#B28EAD color CMYK value is (0,20,3,30).

  • cyan value is 0.00%
  • magenta value is 20.22%
  • yellow value is 2.81%
  • key color value is 30.20%
CMYK:
(0,20,3,30)
C0M20Y3K30 
(0%,20%,3%,30%)
(0.00/0.20/0.03/0.30)	

CMYK percentages

%0
%20.22
%2.81
%30.2

Codes

Color #B28EAD in popluar color models

B28EAD
RGB178142173
HSL308°18.95%62.75%
HSB/HSV308°20.22%69.80%
CMYK0.00%20.22%2.81%
30.20%

Color #B28EAD in popluar number systems.

HEXB28EAD
Decimal178142173
Binary101100101000111010101101
Octal262216255

Shades and tints

Shades of #B28EAD

#B28EAD
(178,142,173)
#A2829E
(162,130,158)
#92768F
(146,118,143)
#826A80
(130,106,128)
#725E71
(114,94,113)
#625262
(98,82,98)
#524653
(82,70,83)
#423A44
(66,58,68)
#322E35
(50,46,53)
#222226
(34,34,38)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #B28EAD

#B28EAD
(178,142,173)
#B998B4
(185,152,180)
#C0A2BB
(192,162,187)
#C7ACC2
(199,172,194)
#CEB6C9
(206,182,201)
#D5C0D0
(213,192,208)
#DCCAD7
(220,202,215)
#E3D4DE
(227,212,222)
#EADEE5
(234,222,229)
#F1E8EC
(241,232,236)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28EAD color. Also use rgb(178,142,173) instead hex code.

Text Font Color

.myTextColor { color: #B28EAD; }

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

This text font color is #B28EAD.


Background Color

.myBgColor { background-color: #B28EAD; }

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

This div background color is #B28EAD.


Border color

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

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

This div border color is #B28EAD.


Opacity

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

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

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

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

This text has shadow with #B28EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28EAD on black background.


Color preview on white background

This text has color #B28EAD on white background.



Black color preview on #B28EAD background

This text has black color on #B28EAD background.


White color preview on #B28EAD background

This text has white color on #B28EAD background.