COLOR #B0A1CE

HEX: #B0A1CE RGB: (176,161,206)

Color info

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

RGB color model

#B0A1CE color RGB value is (176,161,206).

RGB: (176,161,206) (69%, 63%, 81%)

RGB channels and saturation

R 176 of 255 = 69%
G 161 of 255 = 63%
B 206 of 255 = 81%

176
161
206

R + G + B ~ 71%. #B0A1CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 161 + 206 = 543 (100%)
R 176 of 543 ~ 32.41%
G 161 of 543 ~ 29.65%
B 206 of 543 ~ 37.94'%

%32.41
%29.65
%37.94

CMYK color model

#B0A1CE color CMYK value is (15,22,0,19).

  • cyan value is 14.56%
  • magenta value is 21.84%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (15,22,0,19)
C15M22Y0K19 (15%, 22%, 0%, 19%)
(0.15 / 0.22 / 0.00 / 0.19)

CMYK percentages

%14.56
%21.84
%0
%19.22

Codes

Color #B0A1CE in popluar color models

B0 A1 CE
RGB 176 161 206
HSL 260° 31.47% 71.96%
HSB/HSV 260° 21.84% 80.78%
CMYK 14.56% 21.84% 0.00%
19.22%

Color #B0A1CE in popluar number systems.

HEX B0 A1 CE
Decimal 176 161 206
Binary 10110000 10100001 11001110
Octal 260 241 316

Shades and tints

Shades of #B0A1CE

#B0A1CE
(176,161,206)
#A093BC
(160,147,188)
#9085AA
(144,133,170)
#807798
(128,119,152)
#706986
(112,105,134)
#605B74
(96,91,116)
#504D62
(80,77,98)
#403F50
(64,63,80)
#30313E
(48,49,62)
#20232C
(32,35,44)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #B0A1CE

#B0A1CE
(176,161,206)
#B7A9D2
(183,169,210)
#BEB1D6
(190,177,214)
#C5B9DA
(197,185,218)
#CCC1DE
(204,193,222)
#D3C9E2
(211,201,226)
#DAD1E6
(218,209,230)
#E1D9EA
(225,217,234)
#E8E1EE
(232,225,238)
#EFE9F2
(239,233,242)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A1CE color. Also use rgb(176,161,206) instead hex code.

Text Font Color

.myTextColor { color: #B0A1CE; }

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

This text font color is #B0A1CE.

Background Color

.myBgColor { background-color: #B0A1CE; }

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

This div background color is #B0A1CE.

Border color

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

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

This div border color is #B0A1CE.

Opacity

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

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

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

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

This text has shadow with #B0A1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A1CE.

Preview

Color preview on black background

This text has color #B0A1CE on black background.


Color preview on white background

This text has color #B0A1CE on white background.


Black color preview on #B0A1CE background

This text has black color on #B0A1CE background.


White color preview on #B0A1CE background

This text has white color on #B0A1CE background.


Related colors

Complementary color

Complementary color for #hex is #4F5E31.


I love getcolorcode.com

Triadic colors

1 #CEB0A1 and #A1CEB0 with #B0A1CE are triadic colors.

2 #CEA1B0 and #A1B0CE with #B0A1CE are triadic colors.