COLOR #B0A3D1

HEX: #B0A3D1
RGB: (176,163,209)

Color info

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

RGB color model

#B0A3D1 color RGB value is (176,163,209).

  • red value is 176;
  • green value is 163;
  • blue value is 209.
RGB:
(176,163,209)
(69%,64%,82%)

RGB channels and saturation

R 176 of 255 = 69%
G 163 of 255 = 64%
B 209 of 255 = 82%

176
163
209

R + G + B ~ 72%. #B0A3D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 163 + 209 = 548 (100%)
R 176 of 548 ~ 32.12%
G 163 of 548 ~ 29.74%
B 209 of 548 ~ 38.14%

%32.12
%29.74
%38.14

CMYK color model

#B0A3D1 color CMYK value is (16,22,0,18).

  • cyan value is 15.79%
  • magenta value is 22.01%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,22,0,18)
C16M22Y0K18 
(16%,22%,0%,18%)
(0.16/0.22/0.00/0.18)	

CMYK percentages

%15.79
%22.01
%0
%18.04

Codes

Color #B0A3D1 in popluar color models

B0A3D1
RGB176163209
HSL257°33.33%72.94%
HSB/HSV257°22.01%81.96%
CMYK15.79%22.01%0.00%
18.04%

Color #B0A3D1 in popluar number systems.

HEXB0A3D1
Decimal176163209
Binary101100001010001111010001
Octal260243321

Shades and tints

Shades of #B0A3D1

#B0A3D1
(176,163,209)
#A095BE
(160,149,190)
#9087AB
(144,135,171)
#807998
(128,121,152)
#706B85
(112,107,133)
#605D72
(96,93,114)
#504F5F
(80,79,95)
#40414C
(64,65,76)
#303339
(48,51,57)
#202526
(32,37,38)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #B0A3D1

#B0A3D1
(176,163,209)
#B7ABD5
(183,171,213)
#BEB3D9
(190,179,217)
#C5BBDD
(197,187,221)
#CCC3E1
(204,195,225)
#D3CBE5
(211,203,229)
#DAD3E9
(218,211,233)
#E1DBED
(225,219,237)
#E8E3F1
(232,227,241)
#EFEBF5
(239,235,245)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A3D1 color. Also use rgb(176,163,209) instead hex code.

Text Font Color

.myTextColor { color: #B0A3D1; }

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

This text font color is #B0A3D1.


Background Color

.myBgColor { background-color: #B0A3D1; }

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

This div background color is #B0A3D1.


Border color

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

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

This div border color is #B0A3D1.


Opacity

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

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

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

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

This text has shadow with #B0A3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A3D1 on black background.


Color preview on white background

This text has color #B0A3D1 on white background.



Black color preview on #B0A3D1 background

This text has black color on #B0A3D1 background.


White color preview on #B0A3D1 background

This text has white color on #B0A3D1 background.