COLOR #B46CA4

HEX: #B46CA4
RGB: (180,108,164)

Color info

#B46CA4 contains mainly red and blue colors. Web safe color of #B46CA4 is #CC6699 (or #C69).

RGB color model

#B46CA4 color RGB value is (180,108,164).

  • red value is 180;
  • green value is 108;
  • blue value is 164.
RGB:
(180,108,164)
(71%,42%,64%)

RGB channels and saturation

R 180 of 255 = 71%
G 108 of 255 = 42%
B 164 of 255 = 64%

180
108
164

R + G + B ~ 59%. #B46CA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 108 + 164 = 452 (100%)
R 180 of 452 ~ 39.82%
G 108 of 452 ~ 23.89%
B 164 of 452 ~ 36.28%

%39.82
%23.89
%36.28

CMYK color model

#B46CA4 color CMYK value is (0,40,9,29).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 8.89%
  • key color value is 29.41%
CMYK:
(0,40,9,29)
C0M40Y9K29 
(0%,40%,9%,29%)
(0.00/0.40/0.09/0.29)	

CMYK percentages

%0
%40
%8.89
%29.41

Codes

Color #B46CA4 in popluar color models

B46CA4
RGB180108164
HSL313°32.43%56.47%
HSB/HSV313°40.00%70.59%
CMYK0.00%40.00%8.89%
29.41%

Color #B46CA4 in popluar number systems.

HEXB46CA4
Decimal180108164
Binary10110100110110010100100
Octal264154244

Shades and tints

Shades of #B46CA4

#B46CA4
(180,108,164)
#A46396
(164,99,150)
#945A88
(148,90,136)
#84517A
(132,81,122)
#74486C
(116,72,108)
#643F5E
(100,63,94)
#543650
(84,54,80)
#442D42
(68,45,66)
#342434
(52,36,52)
#241B26
(36,27,38)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #B46CA4

#B46CA4
(180,108,164)
#BA79AC
(186,121,172)
#C086B4
(192,134,180)
#C693BC
(198,147,188)
#CCA0C4
(204,160,196)
#D2ADCC
(210,173,204)
#D8BAD4
(216,186,212)
#DEC7DC
(222,199,220)
#E4D4E4
(228,212,228)
#EAE1EC
(234,225,236)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46CA4 color. Also use rgb(180,108,164) instead hex code.

Text Font Color

.myTextColor { color: #B46CA4; }

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

This text font color is #B46CA4.


Background Color

.myBgColor { background-color: #B46CA4; }

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

This div background color is #B46CA4.


Border color

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

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

This div border color is #B46CA4.


Opacity

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

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

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

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

This text has shadow with #B46CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46CA4 on black background.


Color preview on white background

This text has color #B46CA4 on white background.



Black color preview on #B46CA4 background

This text has black color on #B46CA4 background.


White color preview on #B46CA4 background

This text has white color on #B46CA4 background.