COLOR #B468AC

HEX: #B468AC
RGB: (180,104,172)

Color info

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

RGB color model

#B468AC color RGB value is (180,104,172).

  • red value is 180;
  • green value is 104;
  • blue value is 172.
RGB:
(180,104,172)
(71%,41%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 104 of 255 = 41%
B 172 of 255 = 67%

180
104
172

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

Portions of RGB colors in percentages

R + G + B =
180 + 104 + 172 = 456 (100%)
R 180 of 456 ~ 39.47%
G 104 of 456 ~ 22.81%
B 172 of 456 ~ 37.72%

%39.47
%22.81
%37.72

CMYK color model

#B468AC color CMYK value is (0,42,4,29).

  • cyan value is 0.00%
  • magenta value is 42.22%
  • yellow value is 4.44%
  • key color value is 29.41%
CMYK:
(0,42,4,29)
C0M42Y4K29 
(0%,42%,4%,29%)
(0.00/0.42/0.04/0.29)	

CMYK percentages

%0
%42.22
%4.44
%29.41

Codes

Color #B468AC in popluar color models

B468AC
RGB180104172
HSL306°33.63%55.69%
HSB/HSV306°42.22%70.59%
CMYK0.00%42.22%4.44%
29.41%

Color #B468AC in popluar number systems.

HEXB468AC
Decimal180104172
Binary10110100110100010101100
Octal264150254

Shades and tints

Shades of #B468AC

#B468AC
(180,104,172)
#A45F9D
(164,95,157)
#94568E
(148,86,142)
#844D7F
(132,77,127)
#744470
(116,68,112)
#643B61
(100,59,97)
#543252
(84,50,82)
#442943
(68,41,67)
#342034
(52,32,52)
#241725
(36,23,37)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #B468AC

#B468AC
(180,104,172)
#BA75B3
(186,117,179)
#C082BA
(192,130,186)
#C68FC1
(198,143,193)
#CC9CC8
(204,156,200)
#D2A9CF
(210,169,207)
#D8B6D6
(216,182,214)
#DEC3DD
(222,195,221)
#E4D0E4
(228,208,228)
#EADDEB
(234,221,235)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B468AC color. Also use rgb(180,104,172) instead hex code.

Text Font Color

.myTextColor { color: #B468AC; }

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

This text font color is #B468AC.


Background Color

.myBgColor { background-color: #B468AC; }

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

This div background color is #B468AC.


Border color

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

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

This div border color is #B468AC.


Opacity

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

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

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

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

This text has shadow with #B468AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B468AC on black background.


Color preview on white background

This text has color #B468AC on white background.



Black color preview on #B468AC background

This text has black color on #B468AC background.


White color preview on #B468AC background

This text has white color on #B468AC background.