COLOR #B0ACDE

HEX: #B0ACDE RGB: (176,172,222)

Color info

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

RGB color model

#B0ACDE color RGB value is (176,172,222).

RGB: (176,172,222) (69%, 67%, 87%)

RGB channels and saturation

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

176
172
222

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

Portions of RGB colors in percentages

R + G + B = 176 + 172 + 222 = 570 (100%)
R 176 of 570 ~ 30.88%
G 172 of 570 ~ 30.18%
B 222 of 570 ~ 38.95'%

%30.88
%30.18
%38.95

CMYK color model

#B0ACDE color CMYK value is (21,23,0,13).

  • cyan value is 20.72%
  • magenta value is 22.52%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (21,23,0,13)
C21M23Y0K13 (21%, 23%, 0%, 13%)
(0.21 / 0.23 / 0.00 / 0.13)

CMYK percentages

%20.72
%22.52
%0
%12.94

Codes

Color #B0ACDE in popluar color models

B0 AC DE
RGB 176 172 222
HSL 245° 43.10% 77.25%
HSB/HSV 245° 22.52% 87.06%
CMYK 20.72% 22.52% 0.00%
12.94%

Color #B0ACDE in popluar number systems.

HEX B0 AC DE
Decimal 176 172 222
Binary 10110000 10101100 11011110
Octal 260 254 336

Shades and tints

Shades of #B0ACDE

#B0ACDE
(176,172,222)
#A09DCA
(160,157,202)
#908EB6
(144,142,182)
#807FA2
(128,127,162)
#70708E
(112,112,142)
#60617A
(96,97,122)
#505266
(80,82,102)
#404352
(64,67,82)
#30343E
(48,52,62)
#20252A
(32,37,42)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #B0ACDE

#B0ACDE
(176,172,222)
#B7B3E1
(183,179,225)
#BEBAE4
(190,186,228)
#C5C1E7
(197,193,231)
#CCC8EA
(204,200,234)
#D3CFED
(211,207,237)
#DAD6F0
(218,214,240)
#E1DDF3
(225,221,243)
#E8E4F6
(232,228,246)
#EFEBF9
(239,235,249)
#F6F2FC
(246,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ACDE; }

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

This text font color is #B0ACDE.

Background Color

.myBgColor { background-color: #B0ACDE; }

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

This div background color is #B0ACDE.

Border color

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

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

This div border color is #B0ACDE.

Opacity

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

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

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

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

This text has shadow with #B0ACDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0ACDE.

Preview

Color preview on black background

This text has color #B0ACDE on black background.


Color preview on white background

This text has color #B0ACDE on white background.


Black color preview on #B0ACDE background

This text has black color on #B0ACDE background.


White color preview on #B0ACDE background

This text has white color on #B0ACDE background.


Related colors

Complementary color

Complementary color for #hex is #4F5321.


I love getcolorcode.com

Triadic colors

1 #DEB0AC and #ACDEB0 with #B0ACDE are triadic colors.

2 #DEACB0 and #ACB0DE with #B0ACDE are triadic colors.