COLOR #B4ACDF

HEX: #B4ACDF
RGB: (180,172,223)

Color info

#B4ACDF contains red, green and blue colors in about the same proportion. Web safe color of #B4ACDF is #CC99CC (or #C9C).

RGB color model

#B4ACDF color RGB value is (180,172,223).

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

RGB channels and saturation

R 180 of 255 = 71%
G 172 of 255 = 67%
B 223 of 255 = 87%

180
172
223

R + G + B ~ 75%. #B4ACDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 172 + 223 = 575 (100%)
R 180 of 575 ~ 31.3%
G 172 of 575 ~ 29.91%
B 223 of 575 ~ 38.78%

%31.3
%29.91
%38.78

CMYK color model

#B4ACDF color CMYK value is (19,23,0,13).

  • cyan value is 19.28%
  • magenta value is 22.87%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(19,23,0,13)
C19M23Y0K13 
(19%,23%,0%,13%)
(0.19/0.23/0.00/0.13)	

CMYK percentages

%19.28
%22.87
%0
%12.55

Codes

Color #B4ACDF in popluar color models

B4ACDF
RGB180172223
HSL249°44.35%77.45%
HSB/HSV249°22.87%87.45%
CMYK19.28%22.87%0.00%
12.55%

Color #B4ACDF in popluar number systems.

HEXB4ACDF
Decimal180172223
Binary101101001010110011011111
Octal264254337

Shades and tints

Shades of #B4ACDF

#B4ACDF
(180,172,223)
#A49DCB
(164,157,203)
#948EB7
(148,142,183)
#847FA3
(132,127,163)
#74708F
(116,112,143)
#64617B
(100,97,123)
#545267
(84,82,103)
#444353
(68,67,83)
#34343F
(52,52,63)
#24252B
(36,37,43)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #B4ACDF

#B4ACDF
(180,172,223)
#BAB3E1
(186,179,225)
#C0BAE3
(192,186,227)
#C6C1E5
(198,193,229)
#CCC8E7
(204,200,231)
#D2CFE9
(210,207,233)
#D8D6EB
(216,214,235)
#DEDDED
(222,221,237)
#E4E4EF
(228,228,239)
#EAEBF1
(234,235,241)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ACDF; }

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

This text font color is #B4ACDF.


Background Color

.myBgColor { background-color: #B4ACDF; }

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

This div background color is #B4ACDF.


Border color

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

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

This div border color is #B4ACDF.


Opacity

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

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

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

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

This text has shadow with #B4ACDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ACDF on black background.


Color preview on white background

This text has color #B4ACDF on white background.



Black color preview on #B4ACDF background

This text has black color on #B4ACDF background.


White color preview on #B4ACDF background

This text has white color on #B4ACDF background.