COLOR #B284A4

HEX: #B284A4
RGB: (178,132,164)

Color info

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

RGB color model

#B284A4 color RGB value is (178,132,164).

  • red value is 178;
  • green value is 132;
  • blue value is 164.
RGB:
(178,132,164)
(70%,52%,64%)

RGB channels and saturation

R 178 of 255 = 70%
G 132 of 255 = 52%
B 164 of 255 = 64%

178
132
164

R + G + B ~ 62%. #B284A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 132 + 164 = 474 (100%)
R 178 of 474 ~ 37.55%
G 132 of 474 ~ 27.85%
B 164 of 474 ~ 34.6%

%37.55
%27.85
%34.6

CMYK color model

#B284A4 color CMYK value is (0,26,8,30).

  • cyan value is 0.00%
  • magenta value is 25.84%
  • yellow value is 7.87%
  • key color value is 30.20%
CMYK:
(0,26,8,30)
C0M26Y8K30 
(0%,26%,8%,30%)
(0.00/0.26/0.08/0.30)	

CMYK percentages

%0
%25.84
%7.87
%30.2

Codes

Color #B284A4 in popluar color models

B284A4
RGB178132164
HSL318°23.00%60.78%
HSB/HSV318°25.84%69.80%
CMYK0.00%25.84%7.87%
30.20%

Color #B284A4 in popluar number systems.

HEXB284A4
Decimal178132164
Binary101100101000010010100100
Octal262204244

Shades and tints

Shades of #B284A4

#B284A4
(178,132,164)
#A27896
(162,120,150)
#926C88
(146,108,136)
#82607A
(130,96,122)
#72546C
(114,84,108)
#62485E
(98,72,94)
#523C50
(82,60,80)
#423042
(66,48,66)
#322434
(50,36,52)
#221826
(34,24,38)
#120C18
(18,12,24)
#000000
(0,0,0)

Tints of #B284A4

#B284A4
(178,132,164)
#B98FAC
(185,143,172)
#C09AB4
(192,154,180)
#C7A5BC
(199,165,188)
#CEB0C4
(206,176,196)
#D5BBCC
(213,187,204)
#DCC6D4
(220,198,212)
#E3D1DC
(227,209,220)
#EADCE4
(234,220,228)
#F1E7EC
(241,231,236)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B284A4 color. Also use rgb(178,132,164) instead hex code.

Text Font Color

.myTextColor { color: #B284A4; }

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

This text font color is #B284A4.


Background Color

.myBgColor { background-color: #B284A4; }

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

This div background color is #B284A4.


Border color

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

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

This div border color is #B284A4.


Opacity

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

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

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

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

This text has shadow with #B284A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B284A4 on black background.


Color preview on white background

This text has color #B284A4 on white background.



Black color preview on #B284A4 background

This text has black color on #B284A4 background.


White color preview on #B284A4 background

This text has white color on #B284A4 background.