COLOR #B0ACD6

HEX: #B0ACD6
RGB: (176,172,214)

Color info

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

RGB color model

#B0ACD6 color RGB value is (176,172,214).

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

RGB channels and saturation

R 176 of 255 = 69%
G 172 of 255 = 67%
B 214 of 255 = 84%

176
172
214

R + G + B ~ 73%. #B0ACD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 172 + 214 = 562 (100%)
R 176 of 562 ~ 31.32%
G 172 of 562 ~ 30.6%
B 214 of 562 ~ 38.08%

%31.32
%30.6
%38.08

CMYK color model

#B0ACD6 color CMYK value is (18,20,0,16).

  • cyan value is 17.76%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(18,20,0,16)
C18M20Y0K16 
(18%,20%,0%,16%)
(0.18/0.20/0.00/0.16)	

CMYK percentages

%17.76
%19.63
%0
%16.08

Codes

Color #B0ACD6 in popluar color models

B0ACD6
RGB176172214
HSL246°33.87%75.69%
HSB/HSV246°19.63%83.92%
CMYK17.76%19.63%0.00%
16.08%

Color #B0ACD6 in popluar number systems.

HEXB0ACD6
Decimal176172214
Binary101100001010110011010110
Octal260254326

Shades and tints

Shades of #B0ACD6

#B0ACD6
(176,172,214)
#A09DC3
(160,157,195)
#908EB0
(144,142,176)
#807F9D
(128,127,157)
#70708A
(112,112,138)
#606177
(96,97,119)
#505264
(80,82,100)
#404351
(64,67,81)
#30343E
(48,52,62)
#20252B
(32,37,43)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #B0ACD6

#B0ACD6
(176,172,214)
#B7B3D9
(183,179,217)
#BEBADC
(190,186,220)
#C5C1DF
(197,193,223)
#CCC8E2
(204,200,226)
#D3CFE5
(211,207,229)
#DAD6E8
(218,214,232)
#E1DDEB
(225,221,235)
#E8E4EE
(232,228,238)
#EFEBF1
(239,235,241)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ACD6; }

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

This text font color is #B0ACD6.


Background Color

.myBgColor { background-color: #B0ACD6; }

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

This div background color is #B0ACD6.


Border color

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

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

This div border color is #B0ACD6.


Opacity

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

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

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

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

This text has shadow with #B0ACD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ACD6 on black background.


Color preview on white background

This text has color #B0ACD6 on white background.



Black color preview on #B0ACD6 background

This text has black color on #B0ACD6 background.


White color preview on #B0ACD6 background

This text has white color on #B0ACD6 background.