COLOR #B0ACDD

HEX: #B0ACDD
RGB: (176,172,221)

Color info

#B0ACDD contains red, green and blue colors in about the same proportion. Web safe color of #B0ACDD is #9999CC (or #99C).

RGB color model

#B0ACDD color RGB value is (176,172,221).

  • red value is 176;
  • green value is 172;
  • blue value is 221.
RGB:
(176,172,221)
(69%,67%,87%)

RGB channels and saturation

R 176 of 255 = 69%
G 172 of 255 = 67%
B 221 of 255 = 87%

176
172
221

R + G + B ~ 74%. #B0ACDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 172 + 221 = 569 (100%)
R 176 of 569 ~ 30.93%
G 172 of 569 ~ 30.23%
B 221 of 569 ~ 38.84%

%30.93
%30.23
%38.84

CMYK color model

#B0ACDD color CMYK value is (20,22,0,13).

  • cyan value is 20.36%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(20,22,0,13)
C20M22Y0K13 
(20%,22%,0%,13%)
(0.20/0.22/0.00/0.13)	

CMYK percentages

%20.36
%22.17
%0
%13.33

Codes

Color #B0ACDD in popluar color models

B0ACDD
RGB176172221
HSL245°41.88%77.06%
HSB/HSV245°22.17%86.67%
CMYK20.36%22.17%0.00%
13.33%

Color #B0ACDD in popluar number systems.

HEXB0ACDD
Decimal176172221
Binary101100001010110011011101
Octal260254335

Shades and tints

Shades of #B0ACDD

#B0ACDD
(176,172,221)
#A09DC9
(160,157,201)
#908EB5
(144,142,181)
#807FA1
(128,127,161)
#70708D
(112,112,141)
#606179
(96,97,121)
#505265
(80,82,101)
#404351
(64,67,81)
#30343D
(48,52,61)
#202529
(32,37,41)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #B0ACDD

#B0ACDD
(176,172,221)
#B7B3E0
(183,179,224)
#BEBAE3
(190,186,227)
#C5C1E6
(197,193,230)
#CCC8E9
(204,200,233)
#D3CFEC
(211,207,236)
#DAD6EF
(218,214,239)
#E1DDF2
(225,221,242)
#E8E4F5
(232,228,245)
#EFEBF8
(239,235,248)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0ACDD color. Also use rgb(176,172,221) instead hex code.

Text Font Color

.myTextColor { color: #B0ACDD; }

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

This text font color is #B0ACDD.


Background Color

.myBgColor { background-color: #B0ACDD; }

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

This div background color is #B0ACDD.


Border color

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

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

This div border color is #B0ACDD.


Opacity

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

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

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

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

This text has shadow with #B0ACDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ACDD on black background.


Color preview on white background

This text has color #B0ACDD on white background.



Black color preview on #B0ACDD background

This text has black color on #B0ACDD background.


White color preview on #B0ACDD background

This text has white color on #B0ACDD background.