COLOR #B2ACC1

HEX: #B2ACC1 RGB: (178,172,193)

Color info

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

RGB color model

#B2ACC1 color RGB value is (178,172,193).

RGB: (178,172,193) (70%, 67%, 76%)

RGB channels and saturation

R 178 of 255 = 70%
G 172 of 255 = 67%
B 193 of 255 = 76%

178
172
193

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

Portions of RGB colors in percentages

R + G + B = 178 + 172 + 193 = 543 (100%)
R 178 of 543 ~ 32.78%
G 172 of 543 ~ 31.68%
B 193 of 543 ~ 35.54'%

%32.78
%31.68
%35.54

CMYK color model

#B2ACC1 color CMYK value is (8,11,0,24).

  • cyan value is 7.77%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (8,11,0,24)
C8M11Y0K24 (8%, 11%, 0%, 24%)
(0.08 / 0.11 / 0.00 / 0.24)

CMYK percentages

%7.77
%10.88
%0
%24.31

Codes

Color #B2ACC1 in popluar color models

B2 AC C1
RGB 178 172 193
HSL 257° 14.48% 71.57%
HSB/HSV 257° 10.88% 75.69%
CMYK 7.77% 10.88% 0.00%
24.31%

Color #B2ACC1 in popluar number systems.

HEX B2 AC C1
Decimal 178 172 193
Binary 10110010 10101100 11000001
Octal 262 254 301

Shades and tints

Shades of #B2ACC1

#B2ACC1
(178,172,193)
#A29DB0
(162,157,176)
#928E9F
(146,142,159)
#827F8E
(130,127,142)
#72707D
(114,112,125)
#62616C
(98,97,108)
#52525B
(82,82,91)
#42434A
(66,67,74)
#323439
(50,52,57)
#222528
(34,37,40)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #B2ACC1

#B2ACC1
(178,172,193)
#B9B3C6
(185,179,198)
#C0BACB
(192,186,203)
#C7C1D0
(199,193,208)
#CEC8D5
(206,200,213)
#D5CFDA
(213,207,218)
#DCD6DF
(220,214,223)
#E3DDE4
(227,221,228)
#EAE4E9
(234,228,233)
#F1EBEE
(241,235,238)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2ACC1 color. Also use rgb(178,172,193) instead hex code.

Text Font Color

.myTextColor { color: #B2ACC1; }

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

This text font color is #B2ACC1.

Background Color

.myBgColor { background-color: #B2ACC1; }

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

This div background color is #B2ACC1.

Border color

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

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

This div border color is #B2ACC1.

Opacity

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

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

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

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

This text has shadow with #B2ACC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2ACC1.

Preview

Color preview on black background

This text has color #B2ACC1 on black background.


Color preview on white background

This text has color #B2ACC1 on white background.


Black color preview on #B2ACC1 background

This text has black color on #B2ACC1 background.


White color preview on #B2ACC1 background

This text has white color on #B2ACC1 background.


Related colors

Complementary color

Complementary color for #hex is #4D533E.


I love getcolorcode.com

Triadic colors

1 #C1B2AC and #ACC1B2 with #B2ACC1 are triadic colors.

2 #C1ACB2 and #ACB2C1 with #B2ACC1 are triadic colors.