COLOR #B2ACC8

HEX: #B2ACC8
RGB: (178,172,200)

Color info

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

RGB color model

#B2ACC8 color RGB value is (178,172,200).

  • red value is 178;
  • green value is 172;
  • blue value is 200.
RGB:
(178,172,200)
(70%,67%,78%)

RGB channels and saturation

R 178 of 255 = 70%
G 172 of 255 = 67%
B 200 of 255 = 78%

178
172
200

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

Portions of RGB colors in percentages

R + G + B =
178 + 172 + 200 = 550 (100%)
R 178 of 550 ~ 32.36%
G 172 of 550 ~ 31.27%
B 200 of 550 ~ 36.36%

%32.36
%31.27
%36.36

CMYK color model

#B2ACC8 color CMYK value is (11,14,0,22).

  • cyan value is 11.00%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(11,14,0,22)
C11M14Y0K22 
(11%,14%,0%,22%)
(0.11/0.14/0.00/0.22)	

CMYK percentages

%11
%14
%0
%21.57

Codes

Color #B2ACC8 in popluar color models

B2ACC8
RGB178172200
HSL253°20.29%72.94%
HSB/HSV253°14.00%78.43%
CMYK11.00%14.00%0.00%
21.57%

Color #B2ACC8 in popluar number systems.

HEXB2ACC8
Decimal178172200
Binary101100101010110011001000
Octal262254310

Shades and tints

Shades of #B2ACC8

#B2ACC8
(178,172,200)
#A29DB6
(162,157,182)
#928EA4
(146,142,164)
#827F92
(130,127,146)
#727080
(114,112,128)
#62616E
(98,97,110)
#52525C
(82,82,92)
#42434A
(66,67,74)
#323438
(50,52,56)
#222526
(34,37,38)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #B2ACC8

#B2ACC8
(178,172,200)
#B9B3CD
(185,179,205)
#C0BAD2
(192,186,210)
#C7C1D7
(199,193,215)
#CEC8DC
(206,200,220)
#D5CFE1
(213,207,225)
#DCD6E6
(220,214,230)
#E3DDEB
(227,221,235)
#EAE4F0
(234,228,240)
#F1EBF5
(241,235,245)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ACC8; }

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

This text font color is #B2ACC8.


Background Color

.myBgColor { background-color: #B2ACC8; }

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

This div background color is #B2ACC8.


Border color

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

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

This div border color is #B2ACC8.


Opacity

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

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

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

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

This text has shadow with #B2ACC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ACC8 on black background.


Color preview on white background

This text has color #B2ACC8 on white background.



Black color preview on #B2ACC8 background

This text has black color on #B2ACC8 background.


White color preview on #B2ACC8 background

This text has white color on #B2ACC8 background.