COLOR #B28EA7

HEX: #B28EA7
RGB: (178,142,167)

Color info

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

RGB color model

#B28EA7 color RGB value is (178,142,167).

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

RGB channels and saturation

R 178 of 255 = 70%
G 142 of 255 = 56%
B 167 of 255 = 65%

178
142
167

R + G + B ~ 64%. #B28EA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 142 + 167 = 487 (100%)
R 178 of 487 ~ 36.55%
G 142 of 487 ~ 29.16%
B 167 of 487 ~ 34.29%

%36.55
%29.16
%34.29

CMYK color model

#B28EA7 color CMYK value is (0,20,6,30).

  • cyan value is 0.00%
  • magenta value is 20.22%
  • yellow value is 6.18%
  • key color value is 30.20%
CMYK:
(0,20,6,30)
C0M20Y6K30 
(0%,20%,6%,30%)
(0.00/0.20/0.06/0.30)	

CMYK percentages

%0
%20.22
%6.18
%30.2

Codes

Color #B28EA7 in popluar color models

B28EA7
RGB178142167
HSL318°18.95%62.75%
HSB/HSV318°20.22%69.80%
CMYK0.00%20.22%6.18%
30.20%

Color #B28EA7 in popluar number systems.

HEXB28EA7
Decimal178142167
Binary101100101000111010100111
Octal262216247

Shades and tints

Shades of #B28EA7

#B28EA7
(178,142,167)
#A28298
(162,130,152)
#927689
(146,118,137)
#826A7A
(130,106,122)
#725E6B
(114,94,107)
#62525C
(98,82,92)
#52464D
(82,70,77)
#423A3E
(66,58,62)
#322E2F
(50,46,47)
#222220
(34,34,32)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #B28EA7

#B28EA7
(178,142,167)
#B998AF
(185,152,175)
#C0A2B7
(192,162,183)
#C7ACBF
(199,172,191)
#CEB6C7
(206,182,199)
#D5C0CF
(213,192,207)
#DCCAD7
(220,202,215)
#E3D4DF
(227,212,223)
#EADEE7
(234,222,231)
#F1E8EF
(241,232,239)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B28EA7; }

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

This text font color is #B28EA7.


Background Color

.myBgColor { background-color: #B28EA7; }

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

This div background color is #B28EA7.


Border color

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

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

This div border color is #B28EA7.


Opacity

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

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

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

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

This text has shadow with #B28EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28EA7 on black background.


Color preview on white background

This text has color #B28EA7 on white background.



Black color preview on #B28EA7 background

This text has black color on #B28EA7 background.


White color preview on #B28EA7 background

This text has white color on #B28EA7 background.