COLOR #B2ACCB

HEX: #B2ACCB
RGB: (178,172,203)

Color info

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

RGB color model

#B2ACCB color RGB value is (178,172,203).

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

RGB channels and saturation

R 178 of 255 = 70%
G 172 of 255 = 67%
B 203 of 255 = 80%

178
172
203

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

Portions of RGB colors in percentages

R + G + B =
178 + 172 + 203 = 553 (100%)
R 178 of 553 ~ 32.19%
G 172 of 553 ~ 31.1%
B 203 of 553 ~ 36.71%

%32.19
%31.1
%36.71

CMYK color model

#B2ACCB color CMYK value is (12,15,0,20).

  • cyan value is 12.32%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(12,15,0,20)
C12M15Y0K20 
(12%,15%,0%,20%)
(0.12/0.15/0.00/0.20)	

CMYK percentages

%12.32
%15.27
%0
%20.39

Codes

Color #B2ACCB in popluar color models

B2ACCB
RGB178172203
HSL252°22.96%73.53%
HSB/HSV252°15.27%79.61%
CMYK12.32%15.27%0.00%
20.39%

Color #B2ACCB in popluar number systems.

HEXB2ACCB
Decimal178172203
Binary101100101010110011001011
Octal262254313

Shades and tints

Shades of #B2ACCB

#B2ACCB
(178,172,203)
#A29DB9
(162,157,185)
#928EA7
(146,142,167)
#827F95
(130,127,149)
#727083
(114,112,131)
#626171
(98,97,113)
#52525F
(82,82,95)
#42434D
(66,67,77)
#32343B
(50,52,59)
#222529
(34,37,41)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #B2ACCB

#B2ACCB
(178,172,203)
#B9B3CF
(185,179,207)
#C0BAD3
(192,186,211)
#C7C1D7
(199,193,215)
#CEC8DB
(206,200,219)
#D5CFDF
(213,207,223)
#DCD6E3
(220,214,227)
#E3DDE7
(227,221,231)
#EAE4EB
(234,228,235)
#F1EBEF
(241,235,239)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ACCB; }

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

This text font color is #B2ACCB.


Background Color

.myBgColor { background-color: #B2ACCB; }

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

This div background color is #B2ACCB.


Border color

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

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

This div border color is #B2ACCB.


Opacity

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

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

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

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

This text has shadow with #B2ACCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ACCB on black background.


Color preview on white background

This text has color #B2ACCB on white background.



Black color preview on #B2ACCB background

This text has black color on #B2ACCB background.


White color preview on #B2ACCB background

This text has white color on #B2ACCB background.